diff options
author | Ruben Pollan <meskio@sindominio.net> | 2016-04-07 19:22:31 +0200 |
---|---|---|
committer | Ruben Pollan <meskio@sindominio.net> | 2016-04-14 20:05:02 +0200 |
commit | db3b1369ce12efea2c3d06d0671bfa655ef49571 (patch) | |
tree | 6d94e0648c9d22334a597b7d66559e1273cbed89 /README.md | |
parent | 8d45bc5b692801fc3df425d497a7210f84dae123 (diff) |
[feature] Bounce stalled emails after a timeout.
* Resolves: #7998
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -33,6 +33,14 @@ $ python setup.py install $ twistd -ny pkg/mx.tac ~~~ +### Stalled emails + +In case of problems with couchdb and other unknown sources emails can get +stalled in the spool. There is a bouncing mechanism for long stalled emails, +after 5 days the email will get bounced. The timestamp of stalled emails is +hold in memory, restarting leap-mx will erase all timestamps and the stalled +timeout will be reset. + ## Hacking Please see the doc/DESIGN docs. |