| View previous topic :: View next topic |
| Author |
Message |
QmailM Guest
|
|
| Back to top |
|
 |
muthu senthil
Joined: 12 Jul 2007 Posts: 1
|
Posted: Thu Jul 12, 2007 9:52 am Post subject: clearing Qmail Queue |
|
|
Sir,
Which command to clear mail queue. Kindly help me.
Regards,
Senthil.M |
|
| Back to top |
|
 |
goofyboy
Joined: 27 Dec 2007 Posts: 1
|
Posted: Thu Dec 27, 2007 6:39 pm Post subject: Deleting Email messages from Qmail Queue |
|
|
This works for me too
qmailctl stop
find /var/qmail/queue/mess -type f -exec rm {} \;
find /var/qmail/queue/info -type f -exec rm {} \;
find /var/qmail/queue/local -type f -exec rm {} \;
find /var/qmail/queue/intd -type f -exec rm {} \;
find /var/qmail/queue/todo -type f -exec rm {} \;
find /var/qmail/queue/remote -type f -exec rm {} \;
qmailctl start |
|
| Back to top |
|
 |
|