Exim: Difference between revisions

From Rixort Wiki
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
== Useful commands ==
== Useful commands ==


Show all config options: exim -bP
* Show all config options: <code>exim -bP</code>
* Message queue: <code>exim -bp</code>
* Message queue count: <code>exim -bpc</code>
* Message queue summary: <code>exim -bp | exiqsumm</code>
 
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 ==
== Links ==

Revision as of 08:34, 16 February 2022

Useful commands

  • Show all config options: exim -bP
  • Message queue: exim -bp
  • Message queue count: exim -bpc
  • Message queue summary: exim -bp | exiqsumm

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