Linux/Mailserver/Postfix Satellite: Difference between revisions

From Wiki
No edit summary
No edit summary
Line 15: Line 15:
<pre>
<pre>
canonical_maps = hash:/etc/postfix/canonical
canonical_maps = hash:/etc/postfix/canonical
</pre>
</blockquote>
* /etc/postfix/canonical
<blockquote>
<pre>
root user@domain.de
postmaster user@domain.de
webmaster user@domain.de
</pre>
</blockquote>
* /etc/mailname
<blockquote>
<pre>
</pre>
</pre>
</blockquote>
</blockquote>

Revision as of 16:06, 10 March 2013

  • install postfix
apt-get install postfix
  • postfix configuration (automatic during installation or "dpkg-reconfigure postfix")
    • "Satellite System"
    • "domain.com"
    • "smtp.domain.de"
  • /etc/postfix/main.cf
canonical_maps = hash:/etc/postfix/canonical
  • /etc/postfix/canonical
root user@domain.de
postmaster user@domain.de
webmaster user@domain.de
  • /etc/mailname