Basics
by
Wyden Silvan
—
last modified
17.11.2009 10:21
Zeige Standardkonfiguration:
postconf -d
flushes mail queue.
# postqueue flush
OR
# postqueue -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 deferred
