Skip to content
Snippets Groups Projects
Commit a691a3aa authored by Hinrikus Wolf's avatar Hinrikus Wolf
Browse files

introduce variable to configure max message size

parent a61e9f3b
Branches
No related tags found
1 merge request!10introduce variable to configure max message size
Pipeline #1643 passed
......@@ -28,6 +28,7 @@ postfix_network_access:
- cidr: 134.130.5.32/27 # rwth
action: permit
postfix_content_filter: false # or: spamassassin
postfix_message_size_limit: 10240000 # 10M
postfix_aliases_rt: []
# - queue: IT
......
......@@ -35,7 +35,7 @@ compatibility_level = 2
disable_vrfy_command = yes
#enable_long_queue_ids = yes
mailbox_size_limit = 0
#message_size_limit = 41943040
message_size_limit = {{ postfix_message_size_limit }}
readme_directory = no
recipient_delimiter = +
#strict_rfc821_envelopes = no
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment