EanderAlx.org

Linux, Virtualization and whatever I find interesting ...

User Tools


Site Tools


linux:postfix

Differences

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

Link to this comparison view

Both sides previous revisionPrevious revision
Last revisionBoth sides next revision
blog:linux:postfix [30.09.2010 16:18] eanderalxblog:linux:postfix [30.09.2010 16:21] eanderalx
Line 49: Line 49:
 ==== Correct sender address ==== ==== Correct sender address ====
  
-  * Most provider check the sender address so you can't send mails under another name +  * Most provider check the sender address so you can't send mails under another name. 
-  * Therefor postfix has to replace the sender address+  * Therefor postfix has to replace the sender address.
 etc/postfix/main.cf: etc/postfix/main.cf:
 <code> <code>
 sender_canonical_maps = hash:/etc/postfix/sender_canonical sender_canonical_maps = hash:/etc/postfix/sender_canonical
 </code> </code>
-  * create "/etc/postfix/sender_canonical" as shown below+  * create "/etc/postfix/sender_canonical" as shown below.
 <code> <code>
 user user@gmx.net user user@gmx.net
Line 69: Line 69:
 ==== Aliases ==== ==== Aliases ====
  
-  * Now you need aliases so that postfix know where to send mails to root+  * Now you need aliases so that postfix know where to send mails to root.
 /etc/aliases /etc/aliases
 <code> <code>
 root:   user@gmx.net root:   user@gmx.net
 </code> </code>
-  * reload the db file  +  * Reload the db file  
-  * you don't need to restart postfix+  * You don't need to restart postfix
 <code> <code>
 newaliases newaliases
linux/postfix.txt · Last modified: 23.03.2013 18:41 by eanderalx