Exim: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
<code>exigrep spam@psygen.org /var/log/exim_mainlog</code> | <code>exigrep spam@psygen.org /var/log/exim_mainlog</code> | ||
== References == | |||
<ol> | |||
<li>[http://www.exim.org/docs.html Exim documentation]</li> | |||
</ol> |
Revision as of 16:59, 9 January 2017
exim is a popular mailserver. You can use the exim command to administer, get info from, and other interactions with the exim mailserver.
exim -Mvh messageID
show email header for the specified message
exim -Mvb messageID
show the body of the email
exim -Mvl messageID
show the logs for the specified email
exim -bpc
show the number of e-mails in the queue
exim -bp
show the e-mails in the queue
exim -bt person@ example. com
Sends a "test message" to the specified e-mail address. Kind of a "traceroute for exim".
exigrep
grep for mail logs
Example:
exigrep spam@psygen.org /var/log/exim_mainlog