Postfix Flush the Mail Queue
- Details
- Veröffentlicht: 04. September 2013
- Zugriffe: 13114
5.0 out of
5
based on
1 vote
Traditionally you use the "sendmail -q" command to flush mail queue under Sendmail MTA. Under Postfix MTA, just enter the following command to flush the mail queue:
# postfix flush
OR
# postfix -f
To see mail queue, enter:
# mailq
To remove all mail from the queue, enter:
# postsuper -d ALL
To remove all mails in the deferred queue, enter:
# postsuper -d ALL de