How to add Inbound and Outbound Mail Filtering using MailChannels

MailChannels Cloud is an SMTP relay service to filter out spammers from the network thus preventing the server IP from being listed in RBLs. It can help you to maintain a better IP reputation and makes sure the emails reach the exact destination successfully. To integrate MailChannels with cPanel and to enable Inbound and Outbound … Read more

Mail Queue Management Exim

Managing emails can be cumbersome when you need to look into several things such as removing spam mails, Frozen mails, Bounce mails, Queue force rerun, among others.

Now, from our experience, we are sharing some commonly used commands below for managing Exim Servers:

To get the total number of mails in the queue

# exim -bpc

To list the mails in the queue

# exim -bp

Used to remove the message from queue with Exim Id : 1VcjOL-0002YV-8g

# exim -Mrm 1VcjOL-0002YV-8g

Read more

Cannot start Postfix – Postfix integrity check failed Error

Here is what you can do when you are unable to start Postfix and you are getting Postfix integrity check failed Error. 
Here is the scenario:
 

Postfix was not running and an attempt to restart Postfix was failing with the following error in maillog.

mail postfix/postfix-script: fatal: Postfix integrity check failed!
mail postfix/postfix-script: fatal: the Postfix mail system is not running

We have tried several number of solutions and after a bit of research, we found the following command works and running that resolved the issue.

Read more