Site Message

Ready to Switch to eZbloo?

Basic eZbloo Plan $15 a month- Perfect for Low traffic and new startups

Premium eZbloo Plan $45 a month- Perfect for High Traffic Sites

Any Questions?: Contact me here!

     


This is the Linux command to put all Email messages on hold in Postfix.
postsuper -h ALL
Use this command to put on hold messages from [email protected]:
postqueue -p | awk ‘BEGIN { RS = “” } { if (7 == “[email protected]” ) print 1 }’ | tr -d ‘!*’ | postsuper -h
CLICK HERE to see our full Postfix Cheat Sheet using linux commands.



Sign Up To Comment