1 HOME COMPANY PRODUCTS SERVICE LOGIN 2
phonenum

San Diego Ca. 619-252-0609

Austin / Round Rock Tx. 512-553-0659

 

QMAIL, clear mail queue

 

Back to Tech Docs

 

 

 

 

Need to Empty that Qmail queue? I have used the following with great success.

Get a command prompt as root and run the following

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

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 
12 34 56 45 78 89 67 23