Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: dr_rude on June 03, 2005, 09:24:31 AM
-
the title says it all. It happen when one of my users attached the 77 MB files to her friends. Now everyone at my office can't send/receive email.
what should i do? how to stop or clean our queue mail or how can i stop the pending mail from sending out? :-(
obtw, i'm using 6.0.
really need your help.
-
dr_rude
> how to .... clean our queue mail
install qmHandle contrib
http://mirror.contribs.org/smeserver/contribs/index.php?subdir=star%2Fmitel%2Fcontrib%2Fqmailhandle&sortby=name
> how can i stop the pending mail from sending out
to stop your mail system
/etc/init.d/smtpfront-qmail stop
delete offending message from queue using qmHandle contrib, see server manager panel
restart mail
/etc/init.d/smtpfront-qmail start
-
you can also try qmHandle from the command line. It may work faster depending on the number of emails stuck in the remote:
man qmHandle (to see a list of easy commands)
#to clear qmail queue
#stop qmail
/etc/init.d/smtpfront-qmail stop
/etc/init.d/qmail stop
qmHandle -D
#restart qmail
/etc/init.d/qmail start
/etc/init.d/smtpfront-qmail start
-
The actual version of the qmHandle contrib is smeserver-saco-qmHandle-1.2.1-1.
Download at http://www.saco-support.de/sme/smeserver-qmHandle-saco/
Best
Peter