Exim

From Psygen Wiki
Revision as of 18:33, 21 December 2016 by Admin (talk | contribs) (Created page with "exim is a popular mailserver. You can use the exim command to administer, get info from, and other interactions with the exim mailserver. <code>exim -Mvh <i>messageID</i></co...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)

exigrep (grep for mail logs example: exigrep spam@psygen.org /var/log/exim_mainlog )