Exim

From Rixort Wiki
Revision as of 09:38, 16 February 2022 by Paul (talk | contribs) (→‎Useful commands)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Useful commands

  • Show all config options: exim -bP
  • Message queue: exim -bp
  • Message queue count: exim -bpc or exiqgrep -c
  • Message queue summary: exim -bp | exiqsumm
  • Frozen message count: exiqgrep -zc

Options to look for when debugging:

  • ignore_bounce_errors_after: How long to wait before ignoring bounces
  • timeout_frozen_after: How long to wait before removing frozen messages

Links