HOWTO Setup Postfix: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
| Line 5: | Line 5: | ||
Configure Postfix; the relevant settings to be tweaked are presented: | Configure Postfix; the relevant settings to be tweaked are presented: | ||
<br> | <br> | ||
myhostname = zero.iat.sfu.ca | |||
'''/etc/postfix/main.cf''' | |||
myhostname = zero.iat.sfu.ca | |||
''naturally, use '''your''' server's '''real''' name'' :-) | |||
mydomain = iat.sfu.ca | mydomain = iat.sfu.ca | ||
sender_canonical_maps = hash:/etc/postfix/sender_canonical | sender_canonical_maps = hash:/etc/postfix/sender_canonical | ||
virtual_maps = hash:/etc/postfix/virtual | virtual_maps = hash:/etc/postfix/virtual | ||
relayhost = ''gotta check on this!'' | relayhost = ''gotta check on this!'' | ||
Revision as of 18:05, 15 February 2007
Install Postfix
# emerge postfix -va
Configuration
Configure Postfix; the relevant settings to be tweaked are presented:
/etc/postfix/main.cf
myhostname = zero.iat.sfu.ca
naturally, use your server's real name :-)
mydomain = iat.sfu.ca
sender_canonical_maps = hash:/etc/postfix/sender_canonical
virtual_maps = hash:/etc/postfix/virtual
relayhost = gotta check on this!