Jonathan Tripathy: > > You can also specify MULTIPLE maps: > > > > /etc/postfix:main.cf > > smtpd_sender_login_maps = mysql:whatever hash:/etc/postfix/default > > > > /etc/postfix/default: > > @example.com root > > > > Don't forget to postmap the /etc/postfix/default file. > > Great! That seemed to have worked really well! Thanks > > Just a couple of questions, it is safe to give @mydomain.com an owner of > root in my hash file?
Use a name that will never be used. > Also, what are your views on SPF? Just I ditch it, or go for it? That depends entirely on your users. SPF assumes that mail won't be forwarded, or that forwarders munge the sender address with SRS. Wietse