sendmail confi help

2004-02-11 Thread stan
How can I configure FreeBSD's default sendmail to work like this: If the message is for domain1 or domain2, deliver directly. If not, use a smarthost ? I can amke the smarthost work, but then it wnats to send _all_ mail there. -- "They that would give up essential liberty for temporary safety

Re: sendmail confi help

2004-02-11 Thread Charles Swiger
On Feb 11, 2004, at 8:52 AM, stan wrote: How can I configure FreeBSD's default sendmail to work like this: If the message is for domain1 or domain2, deliver directly. If not, use a smarthost You also need to add domain1 and domain2 to /etc/mail/local-host-names. Then do a "make restart" in /etc/

Re: sendmail confi help

2004-02-11 Thread James Long
On Wed, Feb 11, 2004 at 08:52:42AM -0500, stan wrote: > How can I configure FreeBSD's default sendmail to work like this: > > If the message is for domain1 or domain2, deliver directly. > If not, use a smarthost > > ? > > I can amke the smarthost work, but then it wnats to send _all_ mail there.