Lisa C Boyd <[EMAIL PROTECTED]> writes: > myhostname = tigertech.netmar.com > mydomain = netmar.com > myorigin = $myhostname
I generally set 'myorigin = $mydomain', personally. I also generally put my full hostname in /etc/hostname, which renders myhostname superfluous. > inet_interfaces = all Probably superfluous. You can easily find out what things you've set that are truly different from the defaults by doing 'postconf -n'. > home_mailbox = Maildir/ > mail_spool_directory = /var/spool/mail I do all my delivery over lmtp, so I don't know what to suggest here. > Now, for Sendmail I have information in /etc/mail/local-host-names > and /etc/mail/virtusertable. Where does that information go for > Postfix? I assume /etc/mail/local-host-names is a file with a list of domain names to accept, one per line? You probably want to actually reference that as 'mydestination = /etc/mail/local-host-names'. I don't know exactly what /etc/mail/virtusertable is gonna contain or exactly how it's used in sendmail. There should be a file called VIRTUAL_README with postfix that covers pretty much all the bases. Mike -- You can be my chaperone at the halfway home -- Beck -- TriLUG mailing list : http://www.trilug.org/mailman/listinfo/trilug TriLUG Organizational FAQ : http://trilug.org/faq/ TriLUG Member Services FAQ : http://members.trilug.org/services_faq/ TriLUG PGP Keyring : http://trilug.org/~chrish/trilug.asc
