Unclogging My Postfix Server’s Arteries
Tuesday, August 21st, 2007Every once in a while my postfix mta get clogged with spam and undeliverable mail. This causes wanted email to take a long time to be sent/recieved. In order to resolve the issue, sometimes I get rough with the server and use the following command.
postsuper -v -d ALL deferred
This will basically delete all emails in [...]