Return to BSD News archive
#! rnews 1450 bsd Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.edu.au!munnari.OZ.AU!spool.mu.edu!uwm.edu!chi-news.cic.net!howland.erols.net!cpk-news-hub1.bbnplanet.com!news.bbnplanet.com!newsserver.jvnc.net!newsreader.jvnc.net!not-for-mail From: Samath Wijesundera <samath@slt.lk> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Sendmail SMARTHOST Date: Thu, 12 Jun 1997 19:47:38 +0600 Organization: A poorly-installed InterNetNews site Lines: 23 Message-ID: <339FFDED.5E1F@slt.lk> Reply-To: samath@slt.lk NNTP-Posting-Host: kandy.slt.lk Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 3.01Gold (Win95; I) CC: samath@slt.lk Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:42810 I was trying to configure my FreeBSD Box so that it send out mail through an another box (SunOS) to send out mail. I used the smarthost feature in sendmail.cf as follows # "Smart" relay host (may be null) DSsmtp:info.slt.lk. Things work fine but if the info.slt.lk smtp stops for some reason my FreeBSD does not try to send direct, and it wait till the info.slt.lk is up. --------- ---------------- | FreeBSD | -> |info(mail relay) | --> Mail to Internet --------- ----------------- smart host smtp Is there a way if mail relay stops to bypass and deliver straight to the Internet. Thanks in advance - Samath