Category Archives: Exim

eximrm – delete mails in exim queue

Create file /usr/local/bin/eximrm /usr/local/bin/eximrm with following content #!/bin/bash exim -bpu | awk ‘{print $3}’ | xargs exim -Mrm chmod 755 the file chmod 755 /usr/local/bin/eximrm Now running the command “eximrm” will delete mails in Exim mail queue. [root@server12 ~]# eximrm … Continue reading

Posted in Exim | Tagged , | Leave a comment

Error – Mail Server Upgrade in Progress

Today i restored a Cpanel Server after OS reload. Copying files from OLD HD to New HD take several hours, the work started at 11 PM and i have got the server up and running by 5 AM. All web … Continue reading

Posted in Cpanel Server, Exim | Tagged | Leave a comment