Skip to main content

Email resent headers 5 months later

Comments

3 comments

  • cPanelMichael
    Hello, You can search for the message in /var/log/exim_mainlog to see how Exim processed the delivery. EX:
    exigrep MSGID /var/log/exim_mainlog
    Thank you.
    0
  • Wade John Beckett
    Hi @cPanelMichael, Thank you for answering so quickly. How long does the exim_mainlog keep entries for? I attempted the command and nothing was returned. Thank you
    0
  • cPanelMichael
    The log is pruned when it reaches the threshold size configured for your log rotation. You can try appending * to the end of the log file name to have it search the archives. EX:
    exigrep MSGID /var/log/exim_mainlog*
    Thank you.
    0

Please sign in to leave a comment.