Re: 39,696 emails later...

2001-07-11 Thread David Gartner

Shawn,

"clearopensmtp" is a part of vpopmail.  It's used for roaming access.
 It clears out the old "allows" from tcpserver.  Hope this helps.

David Gartner



lists wrote:

> Not sure how to filter... any suggestions? crontab -l shows:40 * * * *
> /usr/local/vpopmail/bin/clearopensmtp 2>&1 > /dev/null Don't see
> anything about clearopensmtp in 'Running qmail'. I'll try the
> web... Thanks, Shawn




Re: 39,696 emails later...

2001-07-11 Thread Robin S. Socha

* Deslions Nicolas <[EMAIL PROTECTED]> [010711 03:56]:
> grrr i think you should consider plain text instead of html... this is
> boring...

http://learn.to/edit_messages/ - and do not EVER Cc: me. You're wasting
bandwidth for no apparent reason. Just... don't. Reply-to set to me,
this is 100% OT here.



RE: 39,696 emails later...

2001-07-11 Thread Deslions Nicolas



grrr i 
think you should consider plain text instead of html... this is 
boring...
 

  -Message d'origine-De : lists 
  [mailto:[EMAIL PROTECTED]]Envoy$B!)(Jnbsp;: Wednesday, July 11, 2001 
  08:31タ : Qmail Mailing ListObjet : 39,696 
  emails later...
  Well, my flood of mails has stopped at 39,696.
   
  My boss and people at the office were also getting the mails 
  at the office domain.
  I took the office mail server offline when they were at 
  about 9,000 mails to prevent them from getting flooded.
  After I stopped getting mails at my home address, I checked 
  the sending mail server and the zombie processes had stopped.
  I put the office machine back online and the zombie 
  processes kicked in again, and the people at the office began receiving the 
  mails again. Should I tell them to just hang in there until the total reaches 
  39,696?
   
  The zombie processes look like this:
   
  qmailr 26008  0.0  0.5   888  
  568  ??  S 3:16PM   0:00.00 
  qmail-remote officedom.com query-return-31053-rtagqmailr 26088  
  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.00 qmail-remote 
  officedom.com query-return-31068-rtagqmailr 26097  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31066-m_ayqmailr 26101  0.0  0.5   
  888  568  ??  S 3:17PM   
  0:00.01 qmail-remote officedom.com query-return-31069-m_ayqmailr 
  26119  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.01 qmail-remote 
  officedom.com query-return-31070-rtagqmailr 26122  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31070-m_ayqmailr 26124  0.0  0.5   
  888  568  ??  S 3:17PM   
  0:00.00 qmail-remote officedom.com query-return-31070-santqmailr 
  26127  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.01 qmail-remote 
  officedom.com query-return-31070-nakaqmailr 26131  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31067-rtagqmailr 26132  0.0  0.5   
  888  568  ??  S 3:17PM   
  0:00.01 qmail-remote officedom.com query-return-31067-m_ayqmailr 
  26133  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.00 qmail-remote 
  officedom.com query-return-31067-santqmailr 26134  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31067-naka
   (this list shows about half of the 
  processes)
   
  As I mentioned before, I have removed user 'query' in whose 
  name the mails are being sent, stopped qmail, cleared the cache, restarted 
  qmail and even rebooted the server itself, but these zombies just won't die. 
  Anyone have an oaken stake for qmail-remote?
   
  Thanks,
   
  Shawn
   


Re: 39,696 emails later...

2001-07-11 Thread lists



Not sure how to filter... any suggestions?
 
crontab -l shows:
40 * * * * /usr/local/vpopmail/bin/clearopensmtp 2>&1 
> /dev/null
 
Don't see anything about clearopensmtp in 'Running 
qmail'.
 
I'll try the web...
 
Thanks,
 
Shawn

  - Original Message - 
  From: 
  James Stevens 
  To: lists 
  Sent: Wednesday, July 11, 2001 4:06 
  PM
  Subject: Re: 39,696 emails 
  later...
  
  Ok, in that case kill everything again.. Leave it 
  off for a few minutes.. 
   
  Add a filter in to block the zombie.. BTW the 
  only thing that could bring a zombie back is a cronjob 
  hinthint
   
  But if all else fails filer the darn thing till 
  it stops.
   
  --JT
  
- Original Message - 
From: 
lists 

To: James Stevens ; Qmail Mailing 
List 
Sent: Wednesday, July 11, 2001 12:00 
    AM
Subject: Re: 39,696 emails 
later...

I did stop qmail and clean the queue using this 
script:
 
for i in bounce info intd local mess remote todo; do 
find /usr/local/qmail/queue/$i -type f -exec rm {} \; 
done
started qmail back up again, and the zombies came alive 
and continued to sent... 
 
Shawn

  - Original Message - 
  From: 
  James Stevens 
  To: lists ; 
  Qmail 
  Mailing List 
  Sent: Wednesday, July 11, 2001 
      3:43 PM
  Subject: Re: 39,696 emails 
  later...
  
  man, if it were me I'd kill all mail services 
  and wipe the queue clean .. Check the qmail home page there are a few 
  queue repair and fix tools avaliable... But simplest way is to rm- R queue 
  and then either (depending on how good you are) retouch the queue to set 
  it up again or the simpler approach just goto the qmail source directory 
  and re-run 'make setup check'
   
  --JT
  Network Administrator
  
- Original Message - 
From: 
lists 
To: Qmail 
Mailing List 
Sent: Tuesday, July 10, 2001 11:30 
    PM
Subject: 39,696 emails 
later...

Well, my flood of mails has stopped at 
39,696.
 
My boss and people at the office were also getting the 
mails at the office domain.
I took the office mail server offline when they were 
at about 9,000 mails to prevent them from getting flooded.
After I stopped getting mails at my home address, I 
checked the sending mail server and the zombie processes had 
stopped.
I put the office machine back online and the zombie 
processes kicked in again, and the people at the office began receiving 
the mails again. Should I tell them to just hang in there until the 
total reaches 39,696?
 
The zombie processes look like this:
 
qmailr 26008  0.0  0.5   888  
568  ??  S 3:16PM   0:00.00 
qmail-remote officedom.com query-return-31053-rtagqmailr 26088  
0.0  0.5   888  568  ??  
S 3:17PM   0:00.00 qmail-remote 
officedom.com query-return-31068-rtagqmailr 26097  0.0  
0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31066-m_ayqmailr 26101  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31069-m_ayqmailr 26119  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31070-rtagqmailr 26122  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31070-m_ayqmailr 26124  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31070-santqmailr 26127  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31070-nakaqmailr 26131  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31067-rtagqmailr 26132  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31067-m_ayqmailr 26133  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31067-santqmailr 26134  0.0  0.5   
888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31067-naka
 (this list shows about half of the 
processes)
 
As I mentioned before, I have removed user 'query' in 
whose name the mails are being sent, stopped qmail, cleared the cache, 
restarted qmail and even rebooted the server itself, but these zombies 
just won't die. Anyone have an oaken stake for 
qmail-remote?
 
Thanks,
 
Shawn
 


Re: 39,696 emails later...

2001-07-11 Thread Adrian Ho

On Wed, Jul 11, 2001 at 03:30:45PM +0900, lists wrote:
> qmailr 26008  0.0  0.5   888  568  ??  S 3:16PM   0:00.00 qmail-remote
> officedom.com query-return-31053-rtag

Try 'ps -efwww' -- it may be instructive to see all the args to
qmail-remote.

- Adrian



Re: 39,696 emails later...

2001-07-10 Thread lists



I did stop qmail and clean the queue using this 
script:
 
for i in bounce info intd local mess remote todo; do find 
/usr/local/qmail/queue/$i -type f -exec rm {} \; done
started qmail back up again, and the zombies came alive and 
continued to sent... 
 
Shawn

  - Original Message - 
  From: 
  James Stevens 
  To: lists ; Qmail Mailing 
  List 
  Sent: Wednesday, July 11, 2001 3:43 
  PM
  Subject: Re: 39,696 emails 
  later...
  
  man, if it were me I'd kill all mail services and 
  wipe the queue clean .. Check the qmail home page there are a few queue repair 
  and fix tools avaliable... But simplest way is to rm- R queue and then either 
  (depending on how good you are) retouch the queue to set it up again or the 
  simpler approach just goto the qmail source directory and re-run 'make setup 
  check'
   
  --JT
  Network Administrator
  
- Original Message - 
From: 
lists 

To: Qmail Mailing 
List 
Sent: Tuesday, July 10, 2001 11:30 
PM
Subject: 39,696 emails later...

Well, my flood of mails has stopped at 
39,696.
 
My boss and people at the office were also getting the 
mails at the office domain.
I took the office mail server offline when they were at 
about 9,000 mails to prevent them from getting flooded.
After I stopped getting mails at my home address, I 
checked the sending mail server and the zombie processes had 
stopped.
I put the office machine back online and the zombie 
processes kicked in again, and the people at the office began receiving the 
mails again. Should I tell them to just hang in there until the total 
reaches 39,696?
 
The zombie processes look like this:
 
qmailr 26008  0.0  0.5   888  
568  ??  S 3:16PM   0:00.00 
qmail-remote officedom.com query-return-31053-rtagqmailr 26088  
0.0  0.5   888  568  ??  
S 3:17PM   0:00.00 qmail-remote 
officedom.com query-return-31068-rtagqmailr 26097  0.0  
0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31066-m_ayqmailr 26101  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.01 qmail-remote officedom.com query-return-31069-m_ayqmailr 
26119  0.0  0.5   888  568  ??  
S 3:17PM   0:00.01 qmail-remote 
officedom.com query-return-31070-rtagqmailr 26122  0.0  
0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31070-m_ayqmailr 26124  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.00 qmail-remote officedom.com query-return-31070-santqmailr 
26127  0.0  0.5   888  568  ??  
S 3:17PM   0:00.01 qmail-remote 
officedom.com query-return-31070-nakaqmailr 26131  0.0  
0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31067-rtagqmailr 26132  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.01 qmail-remote officedom.com query-return-31067-m_ayqmailr 
26133  0.0  0.5   888  568  ??  
S 3:17PM   0:00.00 qmail-remote 
officedom.com query-return-31067-santqmailr 26134  0.0  
0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31067-naka
 (this list shows about half of the 
processes)
 
As I mentioned before, I have removed user 'query' in 
whose name the mails are being sent, stopped qmail, cleared the cache, 
restarted qmail and even rebooted the server itself, but these zombies just 
won't die. Anyone have an oaken stake for qmail-remote?
 
Thanks,
 
Shawn
 


Re: 39,696 emails later...

2001-07-10 Thread James Stevens



man, if it were me I'd kill all mail services and 
wipe the queue clean .. Check the qmail home page there are a few queue repair 
and fix tools avaliable... But simplest way is to rm- R queue and then either 
(depending on how good you are) retouch the queue to set it up again or the 
simpler approach just goto the qmail source directory and re-run 'make setup 
check'
 
--JT
Network Administrator

  - Original Message - 
  From: 
  lists 
  
  To: Qmail Mailing List 
  Sent: Tuesday, July 10, 2001 11:30 
  PM
  Subject: 39,696 emails later...
  
  Well, my flood of mails has stopped at 39,696.
   
  My boss and people at the office were also getting the mails 
  at the office domain.
  I took the office mail server offline when they were at 
  about 9,000 mails to prevent them from getting flooded.
  After I stopped getting mails at my home address, I checked 
  the sending mail server and the zombie processes had stopped.
  I put the office machine back online and the zombie 
  processes kicked in again, and the people at the office began receiving the 
  mails again. Should I tell them to just hang in there until the total reaches 
  39,696?
   
  The zombie processes look like this:
   
  qmailr 26008  0.0  0.5   888  
  568  ??  S 3:16PM   0:00.00 
  qmail-remote officedom.com query-return-31053-rtagqmailr 26088  
  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.00 qmail-remote 
  officedom.com query-return-31068-rtagqmailr 26097  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31066-m_ayqmailr 26101  0.0  0.5   
  888  568  ??  S 3:17PM   
  0:00.01 qmail-remote officedom.com query-return-31069-m_ayqmailr 
  26119  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.01 qmail-remote 
  officedom.com query-return-31070-rtagqmailr 26122  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31070-m_ayqmailr 26124  0.0  0.5   
  888  568  ??  S 3:17PM   
  0:00.00 qmail-remote officedom.com query-return-31070-santqmailr 
  26127  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.01 qmail-remote 
  officedom.com query-return-31070-nakaqmailr 26131  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31067-rtagqmailr 26132  0.0  0.5   
  888  568  ??  S 3:17PM   
  0:00.01 qmail-remote officedom.com query-return-31067-m_ayqmailr 
  26133  0.0  0.5   888  568  ??  
  S 3:17PM   0:00.00 qmail-remote 
  officedom.com query-return-31067-santqmailr 26134  0.0  
  0.5   888  568  ??  S 
  3:17PM   0:00.00 qmail-remote officedom.com 
  query-return-31067-naka
   (this list shows about half of the 
  processes)
   
  As I mentioned before, I have removed user 'query' in whose 
  name the mails are being sent, stopped qmail, cleared the cache, restarted 
  qmail and even rebooted the server itself, but these zombies just won't die. 
  Anyone have an oaken stake for qmail-remote?
   
  Thanks,
   
  Shawn
   


39,696 emails later...

2001-07-10 Thread lists



Well, my flood of mails has stopped at 39,696.
 
My boss and people at the office were also getting the mails 
at the office domain.
I took the office mail server offline when they were at about 
9,000 mails to prevent them from getting flooded.
After I stopped getting mails at my home address, I checked 
the sending mail server and the zombie processes had stopped.
I put the office machine back online and the zombie processes 
kicked in again, and the people at the office began receiving the mails again. 
Should I tell them to just hang in there until the total reaches 
39,696?
 
The zombie processes look like this:
 
qmailr 26008  0.0  0.5   888  
568  ??  S 3:16PM   0:00.00 
qmail-remote officedom.com query-return-31053-rtagqmailr 26088  
0.0  0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31068-rtagqmailr 26097  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.00 qmail-remote officedom.com query-return-31066-m_ayqmailr 26101  
0.0  0.5   888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31069-m_ayqmailr 26119  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.01 qmail-remote officedom.com query-return-31070-rtagqmailr 26122  
0.0  0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31070-m_ayqmailr 26124  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.00 qmail-remote officedom.com query-return-31070-santqmailr 26127  
0.0  0.5   888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31070-nakaqmailr 26131  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.00 qmail-remote officedom.com query-return-31067-rtagqmailr 26132  
0.0  0.5   888  568  ??  S 
3:17PM   0:00.01 qmail-remote officedom.com 
query-return-31067-m_ayqmailr 26133  0.0  0.5   
888  568  ??  S 3:17PM   
0:00.00 qmail-remote officedom.com query-return-31067-santqmailr 26134  
0.0  0.5   888  568  ??  S 
3:17PM   0:00.00 qmail-remote officedom.com 
query-return-31067-naka
 (this list shows about half of the 
processes)
 
As I mentioned before, I have removed user 'query' in whose 
name the mails are being sent, stopped qmail, cleared the cache, restarted qmail 
and even rebooted the server itself, but these zombies just won't die. Anyone 
have an oaken stake for qmail-remote?
 
Thanks,
 
Shawn