mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
dovecot service: add sendmail_path
This commit is contained in:
parent
c420a6f1ef
commit
0024c10a5c
1 changed files with 1 additions and 0 deletions
|
@ -13,6 +13,7 @@ let
|
||||||
''
|
''
|
||||||
base_dir = ${baseDir}
|
base_dir = ${baseDir}
|
||||||
protocols = ${concatStringsSep " " cfg.protocols}
|
protocols = ${concatStringsSep " " cfg.protocols}
|
||||||
|
sendmail_path = /var/setuid-wrappers/sendmail
|
||||||
''
|
''
|
||||||
|
|
||||||
(if isNull cfg.sslServerCert then ''
|
(if isNull cfg.sslServerCert then ''
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue