Ignore SMTP line limit errors.

Turns out HMRC flout this limit.
This commit is contained in:
Jim Hague 2023-12-28 15:12:59 +00:00
parent 39ab8ea933
commit fcc1356db0
1 changed files with 1 additions and 0 deletions

View File

@ -29,3 +29,4 @@ dc_use_split_config='true'
dc_hide_mailname='false' dc_hide_mailname='false'
dc_mailname_in_oh='true' dc_mailname_in_oh='true'
dc_localdelivery='dovecot_home' dc_localdelivery='dovecot_home'
IGNORE_SMTP_LINE_LENGTH_LIMIT='true'