exim module: disable chunking

This commit is contained in:
tv 2017-11-25 15:40:45 +01:00
parent 1052fd4485
commit 899ca29268

View File

@ -42,6 +42,10 @@ in {
exim_group = ${cfg.group.name}
exim_path = /run/wrappers/bin/exim
spool_directory = ${cfg.user.home}
# https://lists.exim.org/lurker/message/20171125.034842.d1d75cac.en.html
chunking_advertise_hosts =
${cfg.config}
'';
systemPackages = [ pkgs.exim ];