habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

cPanel Exim Commands CheatSheet

40 sec read

Here are some useful exim commands.  They’re useful if you have an overloaded queue and need to clear it out, or find out why the messagse are being piled up.

  • exim -M id      #Try to send the message with id id
  • exim -qf       #Tell exim to process the entire queue again
  • exim -qff      #same as qf, but it will flush the frozen messages
  • exim -Mvl id    #view the message log for message id
  • exim -Mvh id    #view message id‘s headers
  • exim -Mvb id    #view message id‘s body
  • exim -Mrm id    #remove message id from the queue
  • exim -Mg id     #fail and send a bounce to the sender
  • exim -bp | exiqsumm    #Print summary of the messages in the queue
  • exiwhat        #show what exim is doing right now
  • exim -bpc      #show number of messages in the queue
  • exim -bp       #print list of messages in the queue
See also  cPanel Custom Query Delete
habibzain Just husband, father and enthusiastic men about System Administration. Love to write short article about it. Perhaps can help and be useful for others.

Centos Failed Update Kernel

Today I did a kernel update on my server with Centos 7 OS. At the end of the update process, I found a kernel...
habibzain
1 min read

Easy Fix Missing mirrorlist http://mirrorlist.centos.org on CentOS 7

When running yum update or command that utilize the yum system, errors similar to the following are produced: If you’re encountering issues with the...
habibzain
1 min read

Easy Create Laravel Project with Composer

Requirement Laravel, a popular PHP framework, is renowned for its elegant syntax and robust features, making it a top choice for web developers. One...
habibzain
1 min read

Leave a Reply

Your email address will not be published. Required fields are marked *

Never miss good article from us, get weekly updates in your inbox