Postfix server configuration values explained?

Posted by Xeoncross on Server Fault See other posts from Server Fault or by Xeoncross
Published on 2011-01-06T00:34:29Z Indexed on 2011/01/06 0:57 UTC
Read the original article Hit count: 662

Filed under:
|

I am trying to setup a single server to send out email from a single domain but I'm having trouble identifying the correct values for these Postfix settings.

mydomain = example.com
myhostname = example.com
myorigin = $mydomain
mydestination = $example, localhost.$example, localhost
relayhost =
mynetworks = 127.0.0.0/8
mailbox_size_limit = 0
recipient_delimiter = +
inet_interfaces = all

Can someone can explain them so I know what I should be setting them to?

Things like $mydomain appear to be added at runtime by the script. This seems to work (emails come from [email protected]) but I am weary of using values for parameters I don't understand.

© Server Fault or respective owner

Related posts about postfix

Related posts about configuration