summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorNikolay Amiantov <ab@fmap.me>2016-02-10 00:56:24 +0300
committerNikolay Amiantov <ab@fmap.me>2016-02-10 02:06:10 +0300
commit0024c10a5c974ee41c7bc69cd61faaa920f3a9d4 (patch)
tree2df7e3650ff7a725183f714dab65c39e44d00688 /nixos
parentc420a6f1ef34437cfbc9ee5465fb444d1d031b29 (diff)
downloadnixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.tar
nixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.tar.gz
nixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.tar.bz2
nixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.tar.lz
nixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.tar.xz
nixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.tar.zst
nixpkgs-0024c10a5c974ee41c7bc69cd61faaa920f3a9d4.zip
dovecot service: add sendmail_path
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/mail/dovecot.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/modules/services/mail/dovecot.nix b/nixos/modules/services/mail/dovecot.nix
index 11e8b26c75e..333a03315bc 100644
--- a/nixos/modules/services/mail/dovecot.nix
+++ b/nixos/modules/services/mail/dovecot.nix
@@ -13,6 +13,7 @@ let
     ''
       base_dir = ${baseDir}
       protocols = ${concatStringsSep " " cfg.protocols}
+      sendmail_path = /var/setuid-wrappers/sendmail
     ''
 
     (if isNull cfg.sslServerCert then ''