From owner-freebsd-current Wed Jan 1 12:20:34 2003 Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7896637B401 for ; Wed, 1 Jan 2003 12:20:33 -0800 (PST) Received: from sccrmhc03.attbi.com (sccrmhc03.attbi.com [204.127.202.63]) by mx1.FreeBSD.org (Postfix) with ESMTP id D757743E4A for ; Wed, 1 Jan 2003 12:20:32 -0800 (PST) (envelope-from swear@attbi.com) Received: from localhost.localdomain ([12.242.158.67]) by sccrmhc03.attbi.com (sccrmhc03) with ESMTP id <2003010120203200300lds6ae>; Wed, 1 Jan 2003 20:20:32 +0000 Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost.localdomain (8.12.6/8.12.6) with ESMTP id h01KMx8S019216 for ; Wed, 1 Jan 2003 12:22:59 -0800 (PST) (envelope-from swear@attbi.com) Received: (from jojo@localhost) by localhost.localdomain (8.12.6/8.12.6/Submit) id h01KLchW019188; Wed, 1 Jan 2003 12:21:38 -0800 (PST) (envelope-from swear@attbi.com) X-Authentication-Warning: localhost.localdomain: jojo set sender to swear@attbi.com using -f To: freebsd-current@freebsd.org Subject: 5.0-RC2 informal PR: 90 sec sendmail delay From: swear@attbi.com (Gary W. Swearingen) Date: 01 Jan 2003 12:21:38 -0800 Message-ID: Lines: 28 User-Agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.1 (Cuyahoga Valley) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG I've got sendmail configured exactly the same (AFAIK) as my working 4.7 system, with rc.conf having sendmail_enable="NO" (only) just to allow me to send mail via my ISP using the "smart host" feature. My PROBLEM: Using either "gnus" or "mail", sent messages sit in /var/spool/clientmqueue for about 90 before leaving for my ISP. It wouldn't be too bad for "mail" as it returns control instantly, but "gnus" hangs up for the 90 seconds where it used to return control instantly. Shouldn't the sendmail which listens on port 25 tell the msp_queue runner to try to process the mail immediately. It's clearly not just waiting for the runner to happen upon it in its normal every-30-min runs. There seems to be a 90 seconds (or maybe 88) delay in there. My DNS is working OK, but I've got dynamic IP here, so no real hostname. Some HISTORY: I installed 5.0-RC2 from ISO-burned CD (checked with MD5 and against ISO image). Did a hand-merge of my working 4.7 config. Built XFree86 port (X was hanging; a different PR) and a few other ports. Did cvsup with tag "." (30dec02) and ade world & kernel using well-tested steps (which fixed X, BTW). Rebuilding my sendmail .cf files and restarting the sendmail daemons didn't help. Anybody got any ideas? Nobody on -questions did. Should I be looking for a sendmail forum? Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message