Archive for the ‘mail’ tag
Clear the Postfix mail queue
If you for some reasont want to clear the Postfix mail queue, you could do a:
postsuper -d ALL
Or if you just want to remove deferred mail:
postsuper -d ALL deferred
Tor Henning Ueland`s thoughts about technology and other stuff
If you for some reasont want to clear the Postfix mail queue, you could do a:
postsuper -d ALL
Or if you just want to remove deferred mail:
postsuper -d ALL deferred