diff options
| author | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-07 09:15:05 +0100 |
|---|---|---|
| committer | Gregor Kleen <pngwjpgh@users.noreply.github.com> | 2016-11-07 09:15:05 +0100 |
| commit | 853351a9738b18d9bdde789d63d3727c1a7e680f (patch) | |
| tree | 51162a9d6be2c3c87ce167aeb68395ebaac8e43f | |
| parent | de9a9ea3bd6adf6722104a1a4c1f5894c7dbf98d (diff) | |
| download | nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar.gz nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar.bz2 nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar.xz nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.zip | |
speed up mail queue
| -rw-r--r-- | ymir.nix | 6 |
1 files changed, 6 insertions, 0 deletions
| @@ -454,6 +454,12 @@ in rec { | |||
| 454 | postmaster gkleen | 454 | postmaster gkleen |
| 455 | root gkleen | 455 | root gkleen |
| 456 | ''} texthash:/srv/mail/spm | 456 | ''} texthash:/srv/mail/spm |
| 457 | |||
| 458 | queue_run_delay = 10s | ||
| 459 | minimal_backoff_time = 1m | ||
| 460 | maximal_backoff_time = 10m | ||
| 461 | maximal_queue_lifetime = 100m | ||
| 462 | bounce_queue_lifetime = 20m | ||
| 457 | ''; | 463 | ''; |
| 458 | extraMasterConf = '' | 464 | extraMasterConf = '' |
| 459 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) | 465 | uucp unix - n n - - pipe flags=Fqhu user=uucp argv=/var/setuid-wrappers/uux -z -a $sender - $nexthop!rmail ($recipient) |
