From fcc1356db05059306bb6266ca913338a2d63833d Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Thu, 28 Dec 2023 15:12:59 +0000 Subject: [PATCH] Ignore SMTP line limit errors. Turns out HMRC flout this limit. --- states/email/exim4/update-exim4.conf.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/states/email/exim4/update-exim4.conf.conf b/states/email/exim4/update-exim4.conf.conf index c58ddd5..918d448 100644 --- a/states/email/exim4/update-exim4.conf.conf +++ b/states/email/exim4/update-exim4.conf.conf @@ -29,3 +29,4 @@ dc_use_split_config='true' dc_hide_mailname='false' dc_mailname_in_oh='true' dc_localdelivery='dovecot_home' +IGNORE_SMTP_LINE_LENGTH_LIMIT='true'