Exim comes with a utility called “exiwhat” which will display what each instance of exim is currently involved with.
1 |
exiwhat |
The output will look similar to this To monitor the exim log in realtime, you may use the tail command
1 |
tail -f /var/log/exim_mainlog |
See Exim, exiwhat […]