From owner-freebsd-questions Fri Nov 27 04:59:04 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id EAA18586 for freebsd-questions-outgoing; Fri, 27 Nov 1998 04:59:04 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from hotpoint.dcs.qmw.ac.uk (hotpoint.dcs.qmw.ac.uk [138.37.88.162]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id EAA18581 for ; Fri, 27 Nov 1998 04:59:00 -0800 (PST) (envelope-from scott@dcs.qmw.ac.uk) Received: from brunos-sun.dcs.qmw.ac.uk [138.37.88.185]; by hotpoint.dcs.qmw.ac.uk (8.8.7/8.8.5/S-4.0) with SMTP; id MAA15749; Fri, 27 Nov 1998 12:58:41 GMT Received: locally by brunos-sun (SMI-8.6/QMW-client-3.2b); poster "scott"; id MAA07152; Fri, 27 Nov 1998 12:57:33 GMT Message-ID: <19981127125733.N18485@dcs.qmw.ac.uk> Date: Fri, 27 Nov 1998 12:57:33 +0000 From: Scott Mitchell To: Mats Dufberg , Quintin Oliver Cc: questions@FreeBSD.ORG Subject: Re: Sendmail and NoDNS. References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.93.2i In-Reply-To: ; from Mats Dufberg on Fri, Nov 27, 1998 at 11:35:12AM +0100 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Nov 27, 1998 at 11:35:12AM +0100, Mats Dufberg wrote: > On Fri, 27 Nov 1998, Quintin Oliver wrote: > > > Basically the server act's as a PPP Router and mailserver, the problem we > > are having is whenever they send an email to a non-local address Sendmail > > attemps to connect to us and stalls OutLook express on there machines due > > to the 30 second connect waiting time. > > > > I've heard on some of the Linux lists that people have setup Sendmail to > > work in the same manner as before expect it would queue the mail, and only > > send it when you do a `sendmail -q' > > Start the sendmail daemon with > > sendmail -bd -Odeliverymode=d -q1h > > or > > sendmail -bd -Odeliverymode=d > > > In the last case you'll have to process the queue by some other mechanism. > This may not be important in your case, but IIRC the above solution will also hold local mail until the next queue run. An alternative is to configure the SMTP mailer to be 'expensive' -- sendmail will then queue external mail but deliver local stuff immediately. You might also need to convince sendmail not to do DNS lookups when it queues messages. I unfortunately can't remember the exact details (and the machine with this setup is not accessible from here...). You should be able to find all this on www.sendmail.org or the FreeBSD mail archives though. HTH, Scott. -- =========================================================================== Scott Mitchell | PGP Key ID |"If I can't have my coffee, I'm just | 0x54B171B9 | like a dried up piece of roast goat" QMW College, London, UK | 0xAA775B8B | -- J. S. Bach. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message