Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
infra
ansible-shared
communication
Commits
918512d7
Commit
918512d7
authored
Dec 02, 2019
by
Hinrikus Wolf
Browse files
Merge branch 'message-size' into 'master'
introduce variable to configure max message size See merge request
!10
parents
a61e9f3b
a691a3aa
Pipeline
#1644
passed with stage
in 36 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
postfix/defaults/main.yml
View file @
918512d7
...
...
@@ -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
...
...
postfix/templates/main.cf.j2
View file @
918512d7
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment