From owner-freebsd-questions@FreeBSD.ORG Mon Jun 14 15:59:15 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 7D84916A4CE for ; Mon, 14 Jun 2004 15:59:15 +0000 (GMT) Received: from smtp.infracaninophile.co.uk (smtp.infracaninophile.co.uk [81.2.69.218]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6245843D1F for ; Mon, 14 Jun 2004 15:59:14 +0000 (GMT) (envelope-from m.seaman@infracaninophile.co.uk) Received: from happy-idiot-talk.infracaninophile.co.uk (localhost [IPv6:::1]) i5EFw6iF082464 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Mon, 14 Jun 2004 16:58:06 +0100 (BST) (envelope-from matthew@happy-idiot-talk.infracaninophile.co.uk) Received: (from matthew@localhost)id i5EFw6DX082459; Mon, 14 Jun 2004 16:58:06 +0100 (BST) (envelope-from matthew) Date: Mon, 14 Jun 2004 16:58:06 +0100 From: Matthew Seaman To: Brent Bailey Message-ID: <20040614155806.GA82283@happy-idiot-talk.infracaninophile.co.uk> Mail-Followup-To: Matthew Seaman , Brent Bailey , questions@freebsd.org References: <9252.207.5.142.198.1087217014.squirrel@new.host.name> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="ibTvN161/egqYuK8" Content-Disposition: inline In-Reply-To: <9252.207.5.142.198.1087217014.squirrel@new.host.name> User-Agent: Mutt/1.5.6i X-Greylist: Message not sent from an IPv4 address, not delayed by milter-greylist-1.3.8 (smtp.infracaninophile.co.uk [0.0.0.0]); Mon, 14 Jun 2004 16:58:06 +0100 (BST) X-Virus-Scanned: clamd / ClamAV version devel-20040612, clamav-milter version 0.72a on smtp.infracaninophile.co.uk X-Virus-Status: Clean X-Spam-Status: No, hits=-4.8 required=5.0 tests=AWL,BAYES_00 autolearn=ham version=2.63 X-Spam-Checker-Version: SpamAssassin 2.63 (2004-01-11) on happy-idiot-talk.infracaninophile.co.uk cc: questions@freebsd.org Subject: Re: submit mailq problem 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: Mon, 14 Jun 2004 15:59:15 -0000 --ibTvN161/egqYuK8 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Jun 14, 2004 at 08:43:34AM -0400, Brent Bailey wrote: >=20 > Hello, > Im running sendmail 8.12.10 on FBSD 4.9rc2 ..in my logging im seeing the > the following. >=20 >=20 > Mail in submit queue: > /var/spool/clientmqueue (7 requests) > -----Q-ID----- --Size-- -----Q-Time----- > ------------Sender/Recipient----------- > hBEGdCCd042259 (Permission denied) > hBEGOrsB042132 (Permission denied) > hBEGbuqx042223 (Permission denied) > hBC37xal019503 (Permission denied) > i3LLEbjS011315 (Permission denied) > i3PK0TYk070684 (Permission denied) > i46GJqp4029781 (Permission denied) > Total requests: 7 >=20 >=20 >=20 > is there a way to purge these emials from the submit queue ? > Im familier with purging from the mail queue but not from the submit que= ue > Any help is greatly appreciated Purging clientmqueue messages is just the same as purging messages out of the regular mail queue. You can just delete the queue and data files out of /var/spool/clientmqueue, or you can force a client mqueue run by: # /usr/sbin/sendmail -Ac -q -v=20 However, permission denied is a funny error: your /var/spool/clientmqueue directory should be owned by smmsp:smmsp and mode 770. The sendmail binary (/usr/libexec/sendmail/sendmail) should be mode 2555, owner root:smmsp Cheers, Matthew --=20 Dr Matthew J Seaman MA, D.Phil. 26 The Paddocks Savill Way PGP: http://www.infracaninophile.co.uk/pgpkey Marlow Tel: +44 1628 476614 Bucks., SL7 1TH UK --ibTvN161/egqYuK8 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAzcsOiD657aJF7eIRAtI8AJwOFg86/VtyZJNEw6V/tA55Mvd42wCfVwlt XAULZkzPf3UiMirI9saYLg4= =3Jz8 -----END PGP SIGNATURE----- --ibTvN161/egqYuK8--