I think if you use postsuper you can safely remove them while postfix is running.
mailq | grep MAILER | cut -b 1-9 | postsuper -d - That will kill all the bounces and report how many were deleted. DustyC -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Len Conrad Sent: Wednesday, September 03, 2003 4:02 AM To: [EMAIL PROTECTED] Subject: [IMGate] Re: mail in mailq It's best to stop postfix when you clean the queue since postfix assume it has exclusive permission to play with queue files. Len
