Merge "Increase message_linelength_limit to 1G"
This commit is contained in:
commit
94d061788d
@ -619,6 +619,9 @@ begin transports
|
|||||||
|
|
||||||
remote_smtp:
|
remote_smtp:
|
||||||
driver = smtp
|
driver = smtp
|
||||||
|
{% if ansible_distribution_version is version('22.04', '>=') -%}
|
||||||
|
message_linelength_limit = 1G
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
|
||||||
# This transport is used for local delivery to user mailboxes in traditional
|
# This transport is used for local delivery to user mailboxes in traditional
|
||||||
|
Loading…
x
Reference in New Issue
Block a user