13,420
edits
Changes
→Setup Your MTA to Use Correct Domain
The next step is to configure what addrssess the server will receive email for. This is done using postfix by setting the '''mydestination''' parameter (configuration variable) to include '''$mydomain''' (this is assuming you've set up '''mydomain''', '''myorigin''' , and '''inet_interfaces''' properly).
<pre>mydestination = $mydomain, $myhostname, localhost.$mydomain, localhost</pre>