lol

dovecot service: add sendmail_path

+1
+1
nixos/modules/services/mail/dovecot.nix
··· 13 '' 14 base_dir = ${baseDir} 15 protocols = ${concatStringsSep " " cfg.protocols} 16 '' 17 18 (if isNull cfg.sslServerCert then ''
··· 13 '' 14 base_dir = ${baseDir} 15 protocols = ${concatStringsSep " " cfg.protocols} 16 + sendmail_path = /var/setuid-wrappers/sendmail 17 '' 18 19 (if isNull cfg.sslServerCert then ''