sendmail mail bouncer howto notes
hostname mailbouncer
cd /etc/mail
cp sendmail.mc sendmail.mc.DIST
vi sendmail.mc ; search for DAEMON_OPTIONS and comment it out...
make
cp local-host-names local-host-names.DIST
vi local-host-names ; # add lines
mailbouncer
mailbouncer.example.com
cp mailertable mailertable.DIST
vi mailertable ; # add lines
example.com smtp:smtp.ad.local
makemap hash mailertable
date: 11/05/2008
|