Exim: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
(One intermediate revision by the same user not shown) | |||
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> or <code>exiqgrep -c</code> | |||
* Message queue summary: <code>exim -bp | exiqsumm</code> | |||
* Frozen message count: <code>exiqgrep -zc</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 == |
Latest revision as of 08:38, 16 February 2022
Useful commands
- Show all config options:
exim -bP
- Message queue:
exim -bp
- Message queue count:
exim -bpc
orexiqgrep -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
- HMX Tombstone - Useful Exim configuration for filtering.
- Google is eating our mail - Problems delivering mail to Google.
- Exim cheatsheet