+ Reply to Thread
Results 1 to 1 of 1
Thread: Postfix Mail Queue
-
Administrator
- Join Date
- Mar 2010
- Posts
- 76
Postfix Mail Queue
The command `sendmail -q` will flush the mails in queue. In Postfix, enter the following to flush the mail queue:
# postfix flush
Or you can use:
# postfix -f
To see mail queue, enter:
# mailq
To remove all mail from the queue:
# postsuper -d ALL
To remove all mails in the deferred queue:
# postsuper -d ALL deferred


LinkBack URL
About LinkBacks



Reply With Quote