RE: Mail Virtual Hosting

2004-01-04 Thread Steve Cowles
either /usr/share/sendmail-cf/README or the following sendmail link for a description of how to configure these features: http://www.sendmail.org/%7Eca/email/doc8.12/cf/m4/index.html BTW: Have you read the virtual hosting link at sendmail.org??? http://www.sendmail.org/virtual-hosting.html Steve

Re: Sendmail trouble

2003-01-14 Thread Steve Cowles
it exist, then add a comment (dnl) as follows: dnl DAEMON_OPTIONS(`Port=smtp,Addr=127.0.0.1, Name=MTA') then re-create your sendmail.cf file... cd /etc/mail cp sendmail.cf sendmail.cf.orig m4 sendmail.mc >sendmail.cf Then bounce sendmail... service sendmail restart Hopefully this will fix