From LedHed's Wiki
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | Postqueue is the queue manager for the Postfix MTA | + | '''Postqueue''' is the queue manager for the Postfix MTA.<br> |
+ | [http://www.linuxcommand.org/man_pages/postqueue1.html Postqueue Command Reference] | ||
+ | |||
+ | |||
+ | == Viewing the Mail Queue == | ||
+ | postqueue -p | ||
+ | or | ||
+ | mailq | ||
+ | |||
+ | |||
+ | == Flushing the Mail Queue == | ||
+ | |||
+ | postqueue -f | ||
+ | or | ||
+ | postfix flush | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
+ | |||
[[Category:Postfix]] | [[Category:Postfix]] |
Latest revision as of 00:22, 8 March 2007
Postqueue is the queue manager for the Postfix MTA.
Postqueue Command Reference
Viewing the Mail Queue
postqueue -p
or
mailq
Flushing the Mail Queue
postqueue -f
or
postfix flush