summaryrefslogtreecommitdiff
path: root/ymir.nix
diff options
context:
space:
mode:
authorGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-07 09:15:05 +0100
committerGregor Kleen <pngwjpgh@users.noreply.github.com>2016-11-07 09:15:05 +0100
commit853351a9738b18d9bdde789d63d3727c1a7e680f (patch)
tree51162a9d6be2c3c87ce167aeb68395ebaac8e43f /ymir.nix
parentde9a9ea3bd6adf6722104a1a4c1f5894c7dbf98d (diff)
downloadnixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar
nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar.gz
nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar.bz2
nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.tar.xz
nixos-853351a9738b18d9bdde789d63d3727c1a7e680f.zip
speed up mail queue
Diffstat (limited to 'ymir.nix')
-rw-r--r--ymir.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/ymir.nix b/ymir.nix
index 0e448ee1..7d0622ff 100644
--- a/ymir.nix
+++ b/ymir.nix
@@ -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)