+ Reply to Thread
Results 1 to 1 of 1
Thread: Postfix commands
-
Administrator
- Join Date
- Jul 2006
- Posts
- 94
Postfix commands
Hello,
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