Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 13 Aug 1999 16:41:30 +0100
From:      Ben Smithurst <ben@scientia.demon.co.uk>
To:        Martin Smith <martin@chiron-s.demon.co.uk>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: sendmail and queuing in 3.2
Message-ID:  <19990813164130.D14699@lithium.scientia.demon.co.uk>
In-Reply-To: <Pine.BSF.4.10.9908130911340.238-100000@chiron-s.demon.co.uk>
References:  <Pine.BSF.4.10.9908121106570.316-100000@nohow.demon.co.uk> <Pine.BSF.4.10.9908130911340.238-100000@chiron-s.demon.co.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
Martin Smith wrote:

> I have just installed 3.2, my only major problem is that sendmail wants to
> check the mx records of my recipients instead of just queuing the messages
> when I am off line, can someone point me in the right direction just to
> get sendmail to queue my mail before I go online.
> flags to sendmail in /etc/defaults/rc.conf are standard -bd -q30m

You could try Exim :-) If you want to stick with Sendmail (ugh..), then
try this in your mc file:

define(`SMTP_MAILER_FLAGS', `e')dnl
define(`ESMTP_MAILER_FLAGS', `e')dnl
define(`confCON_EXPENSIVE', `True')dnl

I tried that while briefly looking at Sendmail, and I think it
worked.  Just run `sendmail -q' when you go online, perhaps from
/etc/ppp/ppp.linkup, or the counterpart if you're using kernel ppp.

There isn't much point in having `-q30m' in the sendmail_flags though,
since you only need to do a queue run when you go online. You'll need a
different setup if you have other machines on a LAN to deliver mail to,
since mail for those should be delivered immediately. My Sendmail
knowledge won't help you there.

-- 
Ben Smithurst            | PGP: 0x99392F7D
ben@scientia.demon.co.uk |   key available from keyservers and
                         |   ben+pgp@scientia.demon.co.uk


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990813164130.D14699>