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!

Use this command to release a single email message from on hold: postsuper -H 070788B31
Read More
This is the Linux command to put all Email messages on hold in Postfix. postsuper -h ALL
Read More
To put an email message on hold use this command after you get the id number. postsuper -h 070788B31
Read More
This is how you check what is going on in /var/log/mail.log using the Linux commands. tail -f /var/log/mail.log
Read More
Postfix is a popular mail transfer agent (MTA) used by Linux servers to handle the sending and receiving of email messages. Postfix's main configuration file is located at /etc/postfix/main.cf, and it is essential to modify this file to customize the beha
Read More
When you want to renew the queue in Postfix you can use the following Linux command. postsuper -r ALL
Read More
To check the whole config of Postfix use this linux command. postconf
Read More
This is the Linux command to use when you want to check the basic config of Postfix. postconf -n
Read More
Use this Linux command in Postfix to flash or resend the emails in you email queue.
Read More
The following linux command will enable you to check your email queue for postfix.
Read More
Postfix is a popular open-source mail transfer agent that we use for routing and delivering email messages. It is a powerful tool that allows you to configure and manage email servers on Linux and Unix systems. However, working with Postfix requires famil
Read More
Postfix Delete All Email Messages Linux Commands
Read More