about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorJan Malakhovski <oxij@oxij.org>2014-11-23 22:41:29 +0000
committerJan Malakhovski <oxij@oxij.org>2015-01-07 15:43:32 +0000
commit265c1c14728c97a313fee681b92f6ba6db3199d3 (patch)
tree0498f5a3adc47ffeaa36ef1a3f5f671e941c1b80 /nixos
parente7d4d39c6ee5e44a257fa655ee6270b644f83c86 (diff)
downloadnixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.tar
nixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.tar.gz
nixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.tar.bz2
nixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.tar.lz
nixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.tar.xz
nixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.tar.zst
nixlib-265c1c14728c97a313fee681b92f6ba6db3199d3.zip
postfix: make 2.11 the default, nixos: update postfix config for 2.11
postfix 2.11 is much more humane with respect to disk writes since it uses
sockets (which do not change inodes on accesses) instead of fifos (which do).
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/mail/postfix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/mail/postfix.nix b/nixos/modules/services/mail/postfix.nix
index 8f75bd8ab5d0..b84c63e6421d 100644
--- a/nixos/modules/services/mail/postfix.nix
+++ b/nixos/modules/services/mail/postfix.nix
@@ -96,9 +96,9 @@ let
     #  -o smtpd_sasl_auth_enable=yes
     #  -o smtpd_client_restrictions=permit_sasl_authenticated,reject
     #  -o milter_macro_daemon_name=ORIGINATING
-    pickup    fifo  n       -       n       60      1       pickup
+    pickup    unix  n       -       n       60      1       pickup
     cleanup   unix  n       -       n       -       0       cleanup
-    qmgr      fifo  n       -       n       300     1       qmgr
+    qmgr      unix  n       -       n       300     1       qmgr
     tlsmgr    unix  -       -       n       1000?   1       tlsmgr
     rewrite   unix  -       -       n       -       -       trivial-rewrite
     bounce    unix  -       -       n       -       0       bounce