Ignore SMTP line limit errors.
Turns out HMRC flout this limit.
This commit is contained in:
parent
39ab8ea933
commit
fcc1356db0
|
@ -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'
|
||||||
|
|
Loading…
Reference in New Issue