Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
communication
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
infra
ansible-shared
communication
Commits
a691a3aa
Commit
a691a3aa
authored
5 years ago
by
Hinrikus Wolf
Browse files
Options
Downloads
Patches
Plain Diff
introduce variable to configure max message size
parent
a61e9f3b
Branches
Branches containing commit
No related tags found
1 merge request
!10
introduce variable to configure max message size
Pipeline
#1643
passed
5 years ago
Stage: test
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
postfix/defaults/main.yml
+1
-0
1 addition, 0 deletions
postfix/defaults/main.yml
postfix/templates/main.cf.j2
+1
-1
1 addition, 1 deletion
postfix/templates/main.cf.j2
with
2 additions
and
1 deletion
postfix/defaults/main.yml
+
1
−
0
View file @
a691a3aa
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
postfix/templates/main.cf.j2
+
1
−
1
View file @
a691a3aa
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment