1. Check what exim is doing right now
2. Check how the exim route to the given email.
3. Generate the exim stats from log file.
4. Run pretend SMTP from command where 10.10.10.10 is the IP(Replace the IP 10.10.10.10 with the Actual IP).
5. Display exim configuration.
6. How to start, stop and restart exim
Find/search the information :-
1. Find/search the email queue from a specific sender
2. Find/search the email queue from a specific recipient
Queue information of exim :-
1.View the summary of message from queue.
2. Show the list of message from email queue
3. Show the number of email queue

[email protected] [~]#exiwhat
[email protected] [~]#exim -bt [email protected]
[email protected] [~]#eximstats /var/log/exim_mainlog
[email protected] [~]#exim -bh 10.10.10.10
[email protected] [~]#exim -bP
/etc/init.d/exim start|stop|restart
1. Find/search the email queue from a specific sender
[email protected] [~]#exim -f [email protected]
[email protected] [~]#exim -r [email protected]
1.View the summary of message from queue.
[email protected] [~]#exim -bp | exiqsumm
[email protected] [~]#exim -bp
[email protected] [~]#exim -bpc

