Hello, I will show basic commands for working with exim in console 🙂
Log file is located in /var/log/exim_mainlog
Email information when sending and receiving :
Real time tracking entries exim_mainlog:
Look at the last 500 entries in exim_mainlog:
To delete messages in queue older than 5 days (sometimes stand there and do not want to go). The figure comes from (86,400 seconds is one day * 5 days = 432,000 seconds):
To view the headers of the message, sometimes it is useful if you need more information about any sent, received or not sent, not received message:
To view the contents of the letter:
To view the logs for the letter:
Everyone goes to delete mails in the queue that have the following string in your content: STRING:
To delete many emails sent from: root@panevinfo.eu. Working with logs (exim_mainlog for received and sent » / var / log / maillog for me and Razlog pop3, imap):
To check for sending a letter from a certain IP:
To check for mails sent to a specific IP address:
How to see all the emails that were returned in response to already sent mail:
To see the letters sent and received by email@email.com:
To see the letters sent by email@email.com:
To see the letters received from email@emaila.com:
You can check how a message is delivered:
for more information : exim