User Tools

Site Tools


linux:mailconfigwithpostfix

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:mailconfigwithpostfix [2014/09/06 01:25] – [config] adminlinux:mailconfigwithpostfix [2022/10/29 16:15] (current) – external edit 127.0.0.1
Line 4: Line 4:
 http://postfix.state-of-mind.de/patrick.koetter/smtpauth/sasldb_configuration.html\\ http://postfix.state-of-mind.de/patrick.koetter/smtpauth/sasldb_configuration.html\\
 {{:linux:postfix.ppt|postfix slide show}} {{:linux:postfix.ppt|postfix slide show}}
-====== mailserver config ======+====== Mailserver config ======
 ===== install and config postfix for sending and receiving mail ===== ===== install and config postfix for sending and receiving mail =====
 ==== install ==== ==== install ====
Line 40: Line 40:
 </code> </code>
 The **myorigin** parameter specifies the domain that appears in mail that is posted on this machine. Follow this configuration, send mail as "user@$mydomain" The **myorigin** parameter specifies the domain that appears in mail that is posted on this machine. Follow this configuration, send mail as "user@$mydomain"
 +
 +To **secure the mailserver was can't be used by other server**, you can config inet_interfaces to localhost:<code bash>
 +inet_interfaces = localhost
 +</code>
 === what domains this machine will deliver locally === === what domains this machine will deliver locally ===
 The **mydestination** parameter specifies what domains this machine will deliver locally, instead of forwarding to another machine. The **mydestination** parameter specifies what domains this machine will deliver locally, instead of forwarding to another machine.
Line 56: Line 60:
 <code bash> <code bash>
 yum install mailx yum install mailx
 +yum install sendmail
 </code> </code>
 === test sending mail === === test sending mail ===
Line 90: Line 95:
 </code> </code>
 ==== config user [email protected] can send mail to [email protected], base on UNIX system account==== ==== config user [email protected] can send mail to [email protected], base on UNIX system account====
-With above steps, we can send mail to [email protected]. But we can't send mail to [email protected]. Below are steps forward emails of [email protected] to root or [email protected](root is UNIX system account)+Default , we can send mail to [email protected]. But we can't send mail to [email protected]. Below are steps forward emails of [email protected] to sale UNIX system account(sale is UNIX system account)
 === config === === config ===
 [/etc/postfix/main.cf] [/etc/postfix/main.cf]
linux/mailconfigwithpostfix.1409966705.txt.gz · Last modified: 2022/10/29 16:15 (external edit)