Linux/Mailserver/Postfix Satellite: Difference between revisions
< Linux | Mailserver
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
* postfix configuration (automatic during installation or "dpkg-reconfigure postfix") | * postfix configuration (automatic during installation or "dpkg-reconfigure postfix") | ||
** "Satellite System" | ** "Satellite System" | ||
** "domain. | ** "domain.de" | ||
** "smtp.domain.de" | ** "smtp.domain.de" | ||
Line 30: | Line 30: | ||
<blockquote> | <blockquote> | ||
<pre> | <pre> | ||
domain.de | |||
</pre> | </pre> | ||
</blockquote> | </blockquote> |
Revision as of 16:07, 10 March 2013
- install postfix
apt-get install postfix
- postfix configuration (automatic during installation or "dpkg-reconfigure postfix")
- "Satellite System"
- "domain.de"
- "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
domain.de