exim module: disable chunking
This commit is contained in:
parent
1052fd4485
commit
899ca29268
@ -42,6 +42,10 @@ in {
|
|||||||
exim_group = ${cfg.group.name}
|
exim_group = ${cfg.group.name}
|
||||||
exim_path = /run/wrappers/bin/exim
|
exim_path = /run/wrappers/bin/exim
|
||||||
spool_directory = ${cfg.user.home}
|
spool_directory = ${cfg.user.home}
|
||||||
|
|
||||||
|
# https://lists.exim.org/lurker/message/20171125.034842.d1d75cac.en.html
|
||||||
|
chunking_advertise_hosts =
|
||||||
|
|
||||||
${cfg.config}
|
${cfg.config}
|
||||||
'';
|
'';
|
||||||
systemPackages = [ pkgs.exim ];
|
systemPackages = [ pkgs.exim ];
|
||||||
|
Loading…
Reference in New Issue
Block a user