Jaymon / stockton

Quickly setup an email server to forward a personal domain to any email address
Other
4 stars 0 forks source link

investigate if Postfix Main.cf needs domain #6

Closed Jaymon closed 8 years ago

Jaymon commented 8 years ago

Does /etc/postfix/main.cf actually need these?

("mydomain", domain),
("myorigin", domain),

It definitely needs the mailserver

    ("myhostname", mailserver),

But I'm not sure mydomain and myorigin matter

Jaymon commented 8 years ago

doesn't look like it does, this might affect sending of local emails, but stockton isn't really designed for that and so I'm going to simplify the configuration even more and remove these I think