no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | tech:linux:postfix_important_settings [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Important Postfix Settings ====== | ||
| + | ===== When using as SMTP relay for other servers on LAN ===== | ||
| + | Make sure to set '' | ||
| + | |||
| + | Sometimes this is set to localhost and will not allow relays | ||
| + | |||
| + | Make sure to set '' | ||
| + | |||
| + | So the Local LAN is covered | ||
| + | |||
| + | ===== As SMTP Server ===== | ||
| + | Set mydomain & myhostname | ||
| + | < | ||
| + | mydomain = mail.dev06.example.org | ||
| + | myhostname = mail.dev06.example.org | ||
| + | myorigin = $mydomain | ||
| + | append_dot_mydomain = no | ||
| + | relayhost = | ||
| + | </ | ||