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!

Are you missing emails in your iCloud email account? Your email filters could be causing the issue.
Read More
Most effective and easiest way of backing up your website is in terminal. The process that I am about to show you is very easy. It may look like it is past your capabilities but it is not.
Read More
If you are getting the message "Please choose product options…" you may have more than 36 variations.
Read More
Stop words are words that every website uses. "Stop Words" was a term coined to describe the words search engines are programmed to ignore. Here is a small list of stop words.
Read More
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