Re: mailq

2001-06-23 Thread Jörgen Persson
On Fri, Jun 22, 2001 at 10:21:56AM -0400, Russell Nelson wrote: Jörgen Persson writes: I prefer to make it reach the queuelifetime by touching the relevant queue/info file. It will then be bounced after one more delivery attempt. That works, but it would be better if Dan had

Re: mailq

2001-06-23 Thread Russell Nelson
Jörgen Persson writes: The ''destroy mail'' option is a neat idea but I fail to see a valid need for such a feature. It's handy if one of your users has sent out a bunch of spam. -- -russ nelson [EMAIL PROTECTED] http://russnelson.com Crynwr sells support for free software | PGPok | 521

mailq

2001-06-22 Thread KIM
Hi, how can i delete the mail queue in qmail? pls help i really need it.

Re: mailq

2001-06-22 Thread Jörgen Persson
On Fri, Jun 22, 2001 at 03:48:10PM +0800, KIM wrote: how can i delete the mail queue in qmail? pls help i really need it. There are several tools mentioned on ''the qmail home page''[1] but I prefer to make it reach the queuelifetime by touching the relevant queue/info file. It will then be

Re: mailq

2001-06-22 Thread Russell Nelson
Jörgen Persson writes: On Fri, Jun 22, 2001 at 03:48:10PM +0800, KIM wrote: how can i delete the mail queue in qmail? pls help i really need it. There are several tools mentioned on ''the qmail home page''[1] but I prefer to make it reach the queuelifetime by touching the relevant

Re: mailq

2001-06-22 Thread KIM
well is safe if i delete all contents of queue/info? At 10:21 AM 6/22/01 -0400, Russell Nelson wrote: Jörgen Persson writes: On Fri, Jun 22, 2001 at 03:48:10PM +0800, KIM wrote: how can i delete the mail queue in qmail? pls help i really need it. There are several tools mentioned on

Re: mailq

2001-06-22 Thread Charles Cazabon
KIM [EMAIL PROTECTED] wrote: well is safe if i delete all contents of queue/info? No. That will corrupt your queue. If you want to expire messages from the queue, just `touch` them so that their mtime is over queuelifetime seconds ago. Charles --

Re: mailq

2001-06-22 Thread Russell Nelson
KIM writes: well is safe if i delete all contents of queue/info? No. If you want to clear out your queue completely, do this: # You *did* install as per LWQ, didn't you? svc -d /service/qmail-send rm -rf /var/qmail/queue # You *did* compile qmail from source,

mailq has something stuck in it.

2001-04-22 Thread Colin A. Bitterfield
My setup is a Sparc 10 /w 4 procs, qmail 1.03 /w dns patch. Solaris 7 (ufs logging enabled) The problem appears like a queue (dir) corruption as replacing the directory with a new fixes it for a while. I have run all of the various queue utilities against the dir and they all say it is OK.

Re: mailq has something stuck in it.

2001-04-22 Thread Frank Tegtmeyer
"Colin A. Bitterfield" [EMAIL PROTECTED] writes: The stuck emails are on a user (appears to be) that is a remote forward (.qmail-default). Any ideas would be welcomed. Any more information would be welcomed. For example: - the permissions of the .qmail-default and it's containing directory

mailq

2000-11-27 Thread Paul Fontenot
What is the equivalent of the mailq command? Is it qmail-queue? And if so can I just drop it in place of mailq in my scripts? -Paul

Re: mailq

2000-11-27 Thread Chris Johnson
On Mon, Nov 27, 2000 at 06:53:03PM -0700, Paul Fontenot wrote: What is the equivalent of the mailq command? Is it qmail-queue? And if so can I just drop it in place of mailq in my scripts? It's qmail-qread. On my systems I symlink /usr/bin/mailq to /var/qmail/bin/qmail-qread. Chris

Re: mailq

2000-11-27 Thread Peter Samuel
On Mon, 27 Nov 2000, Paul Fontenot wrote: What is the equivalent of the mailq command? Is it qmail-queue? And if so can I just drop it in place of mailq in my scripts? /var/qmail/bin/qmail-qread You need root privileges (or qmailq really) to run it. It's output format is VERY different

Re: mailq

2000-11-27 Thread markd
On Mon, Nov 27, 2000 at 09:07:03PM -0500, Peter Samuel wrote: On Mon, 27 Nov 2000, Paul Fontenot wrote: What is the equivalent of the mailq command? Is it qmail-queue? And if so can I just drop it in place of mailq in my scripts? /var/qmail/bin/qmail-qread You need root

mailq revisted

2000-08-15 Thread Subba Rao
Here comes the mailq question again. I can run mailq as root and get a listing of the mail in queue. When I execute the command as any other user I get the following error message, (0)subb3@myhost:~ = mailq fatal: unable to chdir: access denied (111)subb3@myhost:~ = The man pages for qmail

more mailq questions

1999-11-11 Thread scott f. lanes
when I run 'mailq' i get a list of adresses preceded by done and remote. Exactly what does 'done' mean? Is this sent or is this processed waiting to be sent? sorry for the basic questins, I'm trying to figure this out -scott

Re: more mailq questions

1999-11-11 Thread Dave Sill
"scott f. lanes" [EMAIL PROTECTED] wrote: when I run 'mailq' i get a list of adresses preceded by done and remote. You mean "qmail-qread"? Exactly what does 'done' mean? Is this sent or is this processed waiting to be sent? Delivered to the specified recipient. -Dave

Re: more mailq questions

1999-11-11 Thread Anand Buddhdev
On Thu, Nov 11, 1999 at 07:18:08AM -0500, scott f. lanes wrote: when I run 'mailq' i get a list of adresses preceded by done and remote. Exactly what does 'done' mean? Is this sent or is this processed waiting to be sent? "done" means it has been delivered. Unprocessed mail does

RE: mailq

1999-03-30 Thread Van Liedekerke Franky
I thought there was qmail-qstat and qmail-qread? -- From: William Burrow[SMTP:[EMAIL PROTECTED]] Sent: Tuesday, March 30, 1999 4:57 PM To: [EMAIL PROTECTED] Subject: mailq Is there anyone interested in a mailq like program for qmail? One which lists

Re: mailq

1999-03-30 Thread Lars Balker Rasmussen
William Burrow [EMAIL PROTECTED] writes: Is there anyone interested in a mailq like program for qmail? One which lists the contents of the outgoing message queues. Maintenance Procedures qmail-qread(8) NAME qmail-qread - list outgoing messages and recipients