From owner-freebsd-questions@FreeBSD.ORG Thu Jun 17 19:02:52 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 80B9A16A4CE for ; Thu, 17 Jun 2004 19:02:52 +0000 (GMT) Received: from clunix.cl.msu.edu (clunix.cl.msu.edu [35.9.2.10]) by mx1.FreeBSD.org (Postfix) with ESMTP id ED4ED43D58 for ; Thu, 17 Jun 2004 19:02:51 +0000 (GMT) (envelope-from jerrymc@clunix.cl.msu.edu) Received: (from jerrymc@localhost) by clunix.cl.msu.edu (8.11.7p1+Sun/8.11.7) id i5HJ0pK21938; Thu, 17 Jun 2004 15:00:51 -0400 (EDT) From: Jerry McAllister Message-Id: <200406171900.i5HJ0pK21938@clunix.cl.msu.edu> To: iaccounts@ibctech.ca (Steve Bertrand) Date: Thu, 17 Jun 2004 15:00:14 -0400 (EDT) In-Reply-To: <4918.209.167.16.15.1087497848.squirrel@webmail.ibctech.ca> from "Steve Bertrand" at Jun 17, 2004 02:44:08 PM X-Mailer: ELM [version 2.5 PL2] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: questions@freebsd.org cc: Bill Moran Subject: Re: Sendmail and /var/spool/mqueue X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 19:02:52 -0000 > > > What does it mean when I have a lot of files in /var/spool/mqueue? I > > don't > > really understand what that particular queue is for. > > I believe the q is for messages that have failed, but have not yet > expired...don't quote me though. Pretty close. All Email messages seem to go their first - anyway, if the mailer doesn't call sendmail on them right away directly - and then sendmail or whatever picks them out of there at its periodic intervals. > > sb > > > This client is not having any problems getting/sending mail, and the mailq > > command only shows one mail in the queue, but I have 3867 files in this > > directory. Yah, all those extra messages in the mqueue are most likely ones that failed to get delivered for some non-permanent reason. You can take a look at the 'q' files and see where they are supposed to go. It is highly likely that they are bogus in some way and can be nuked. But, it is also possible that some server was temporarily down and they will get delivered when it comes back up. There should be a 'd' file for each 'q' file and vice versa. We have had occasions where some seemed to get orphanned with one file but missing the other. I don't remember if we ever figured out a reason. I always nuked any orphans. ////jerry > > > > -- > > Bill Moran > > Potential Technologies > > http://www.potentialtech.com > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"