Author:
erics, August 4th, 2016
To force sendmail to process the mail queue, execute as root: sendmail -q -v The optional -v enables verbose mode to assist with troubleshooting. To display the current contents of the mail queue, execute as root: mailq
Categories: How-To's, Technology Tags: Email, Force, howto, mail, Mail Queue, Mailq, Q, Queue, SendMail, tips
| No comments
Author:
erics, December 13th, 2010
Flush the mail queue: # postfix flush OR # postfix -f View the mail queue: # mailq Delete all mail from the queue: # postsuper -d ALL Delete all mails in the deferred queue: # postsuper -d ALL deferred
Categories: How-To's, Technology Tags: Email, Flush, mail, Mail Queue, Mailq, PostFix, postsuper, Q, Queue
| No comments