RE: queue keeping messages

2001-02-21 Thread Karen


Fixed.
someone had forwarded postmaster to /dev/null
and it didn't work so hundreds of snow white virus files were being dumped
in the queue a day.  They weren't expiring and were causing a vicious cycle
of send, requeue, resend.

So i redirected postmaster to an email address and all the stupid virus
files went there and i deleted them.
There is still a 3 minute delay in qmail when send a message to when you
receive it. Is this normal?  I'm used to sendmail where mail is more
instantaneous.

thanks,
Karen

-Original Message-
From: Jeremy Anttila [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 4:14 PM
To: [EMAIL PROTECTED]
Subject: FW: queue keeping messages




-Original Message-
From: Karen Cutrer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 3:56 PM
To: Jeremy Anttila
Subject: RE: queue keeping messages



This is wierd.  I cannot get test messages sent from the internet to
[EMAIL PROTECTED]

yet i got your message right away and in my [EMAIL PROTECTED] mailbox

Also,  I seem to be able to send to the internet ok.

LINUX slackware
kernel 2.2.13 on ASA

Linux version 2.2.13 (root@s2) (gcc version 2.7.2.3)
Detected 497440483 Hz processor.
Memory: 516972k/524224k available (1252k kernel code, 416k reserved, 5540k
data, 44k init)
VFS: Diskquotas version dquot_6.4.0 initialized
Pentium-III serial number disabled.
CPU: Intel Pentium III (Katmai) stepping 02


Here is my trigger:

drwxr-x---   2 qmailq   qmail1024 Dec 16  1999 .
drwxr-x---  11 qmailq   qmail1024 Dec 16  1999 ..
-rw---   1 qmails   qmail   0 Jan 12  2000 sendmutex
-rw-r--r--   1 qmailr   qmail1024 Feb 20 15:15 tcpto
prw--w--w-   1 qmails   qmail   0 Feb 20 15:16 trigger



 mail queue is filling up to enormous amounts of
filez too. and they are preprocessed.

(centex):[/root]#qmail-qstat
messages in queue: 18045
messages in queue but not yet preprocessed: 0
(centex):[/root]#














On Tue, 20 Feb 2001, Jeremy Anttila wrote:

 what is your os and setup that you are using ?


 -Original Message-
 From: Karen [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 20, 2001 2:32 PM
 To: [EMAIL PROTECTED]
 Subject: queue keeping messages



 For a couple of weeks now qmail has been keeping messages in the queue
about
 one to one and a half hours after the message is sent.  So everyone is
 complaining that they don't receive their mail right away.

 Didn't have any probs before this (except for people incompletely stop and
 restart qmail wrong then it wouldn't send messages)
 Any suggestions?

 qmail version 1.03


 Thanks,
 Karen Cutrer
 Central Texas Communications









Re: queue keeping messages

2001-02-21 Thread Charles Cazabon

Karen [EMAIL PROTECTED] wrote:
 
 Fixed.
 someone had forwarded postmaster to /dev/null

Nasty.  If you did want to do this (not that it's a good idea), the proper
way is `echo "#" ~alias/.qmail-postmaster`.

 There is still a 3 minute delay in qmail when send a message to when you
 receive it. Is this normal?  I'm used to sendmail where mail is more
 instantaneous.

Depends on how you're storing and retrieving mail.  If NFS and POP3 are
involved , check to make sure that the clocks of all the machines involved are
in sync.  qmail-pop3d apparently doesn't like to list mail from the future
in its responses to the LIST command.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



Re: queue keeping messages

2001-02-20 Thread Charles Cazabon

Karen [EMAIL PROTECTED] wrote:
 
 For a couple of weeks now qmail has been keeping messages in the queue about
 one to one and a half hours after the message is sent.  So everyone is
 complaining that they don't receive their mail right away.

The permissions on "trigger" are probably wrong.  Check on www.qmail.org, or in 
"Life with qmail", or a qmail FAQ for the solution.

Charles
-- 
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---



queue keeping messages

2001-02-20 Thread Karen


For a couple of weeks now qmail has been keeping messages in the queue about
one to one and a half hours after the message is sent.  So everyone is
complaining that they don't receive their mail right away.

Didn't have any probs before this (except for people incompletely stop and
restart qmail wrong then it wouldn't send messages)
Any suggestions?

qmail version 1.03


Thanks,
Karen Cutrer
Central Texas Communications




RE: queue keeping messages

2001-02-20 Thread Karen

thanks for the reply but i did a "make check" in src directory and nothing
complained.
Here is my trigger:

drwxr-x---   2 qmailq   qmail1024 Dec 16  1999 .
drwxr-x---  11 qmailq   qmail1024 Dec 16  1999 ..
-rw---   1 qmails   qmail   0 Jan 12  2000 sendmutex
-rw-r--r--   1 qmailr   qmail1024 Feb 20 15:15 tcpto
prw--w--w-   1 qmails   qmail   0 Feb 20 15:16 trigger


My mail queue is filling up to enormous amounts of filez too.  they are
preprocessed.

(centex):[/root]#qmail-qstat
messages in queue: 18045
messages in queue but not yet preprocessed: 0
(centex):[/root]#

LINUX slackware
kernel 2.2.13 on ASA

Linux version 2.2.13 (root@s2) (gcc version 2.7.2.3)
Detected 497440483 Hz processor.
Memory: 516972k/524224k available (1252k kernel code, 416k reserved, 5540k
data, 44k init)
VFS: Diskquotas version dquot_6.4.0 initialized
Pentium-III serial number disabled.
CPU: Intel Pentium III (Katmai) stepping 02

Thanks,
Karen



-Original Message-
From: Charles Cazabon [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 2:55 PM
To: [EMAIL PROTECTED]
Subject: Re: queue keeping messages


Karen [EMAIL PROTECTED] wrote:

 For a couple of weeks now qmail has been keeping messages in the queue
about
 one to one and a half hours after the message is sent.  So everyone is
 complaining that they don't receive their mail right away.

The permissions on "trigger" are probably wrong.  Check on www.qmail.org, or
in
"Life with qmail", or a qmail FAQ for the solution.

Charles
--
---
Charles Cazabon[EMAIL PROTECTED]
GPL'ed software available at:  http://www.qcc.sk.ca/~charlesc/software/
Any opinions expressed are just that -- my opinions.
---




FW: queue keeping messages

2001-02-20 Thread Jeremy Anttila



-Original Message-
From: Karen Cutrer [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 20, 2001 3:56 PM
To: Jeremy Anttila
Subject: RE: queue keeping messages



This is wierd.  I cannot get test messages sent from the internet to
[EMAIL PROTECTED]

yet i got your message right away and in my [EMAIL PROTECTED] mailbox

Also,  I seem to be able to send to the internet ok.

LINUX slackware
kernel 2.2.13 on ASA

Linux version 2.2.13 (root@s2) (gcc version 2.7.2.3)
Detected 497440483 Hz processor.
Memory: 516972k/524224k available (1252k kernel code, 416k reserved, 5540k
data, 44k init)
VFS: Diskquotas version dquot_6.4.0 initialized
Pentium-III serial number disabled.
CPU: Intel Pentium III (Katmai) stepping 02


Here is my trigger:

drwxr-x---   2 qmailq   qmail1024 Dec 16  1999 .
drwxr-x---  11 qmailq   qmail1024 Dec 16  1999 ..
-rw---   1 qmails   qmail   0 Jan 12  2000 sendmutex
-rw-r--r--   1 qmailr   qmail1024 Feb 20 15:15 tcpto
prw--w--w-   1 qmails   qmail   0 Feb 20 15:16 trigger



 mail queue is filling up to enormous amounts of
filez too. and they are preprocessed.

(centex):[/root]#qmail-qstat
messages in queue: 18045
messages in queue but not yet preprocessed: 0
(centex):[/root]#














On Tue, 20 Feb 2001, Jeremy Anttila wrote:

 what is your os and setup that you are using ?


 -Original Message-
 From: Karen [mailto:[EMAIL PROTECTED]]
 Sent: Tuesday, February 20, 2001 2:32 PM
 To: [EMAIL PROTECTED]
 Subject: queue keeping messages



 For a couple of weeks now qmail has been keeping messages in the queue
about
 one to one and a half hours after the message is sent.  So everyone is
 complaining that they don't receive their mail right away.

 Didn't have any probs before this (except for people incompletely stop and
 restart qmail wrong then it wouldn't send messages)
 Any suggestions?

 qmail version 1.03


 Thanks,
 Karen Cutrer
 Central Texas Communications