Philipp Kern c260905c80 nixos/exim: Make queue runner interval configurable and reduce it to 5m
Exim spawns a new queue runner every n minutes as configured by the
argument to -q; up to queue_run_max can be active at the same time.
Spawning a queue runner only every 30 mins means that a message that
failed delivery on the first attempt (e.g. due to greylisting) will only
be retried 30 minutes later.

A queue runner will immediately exit if the queue is empty, so it is
more a function on how quickly Exim will scale to mail load and how
quickly it will retry than something that is taxing on an otherwise
empty system.
2020-12-25 21:00:33 +01:00
..
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-11-27 15:09:19 +01:00
2020-11-30 16:22:08 +09:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-11-24 12:42:06 -05:00
2020-10-21 00:05:48 +09:00
2020-08-27 10:11:45 -05:00
2020-12-23 00:48:29 +00:00