Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
postfix-nullclient-formula
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
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
salt
postfix-nullclient-formula
Commits
2c2245a5
Commit
2c2245a5
authored
5 years ago
by
Jan Philipp Timme
Browse files
Options
Downloads
Patches
Plain Diff
Make message_size_limit configurable
parent
63e85078
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pillar.example
+1
-0
1 addition, 0 deletions
pillar.example
postfix/nullclient/etc/postfix/main.cf
+2
-0
2 additions, 0 deletions
postfix/nullclient/etc/postfix/main.cf
with
3 additions
and
0 deletions
pillar.example
+
1
−
0
View file @
2c2245a5
postfix:
postfix:
nullclient:
nullclient:
message_size_limit: '10240000'
relayhost: 'smtp.example.com'
relayhost: 'smtp.example.com'
rootmail-destination: 'rootmails@example.com'
rootmail-destination: 'rootmails@example.com'
This diff is collapsed.
Click to expand it.
postfix/nullclient/etc/postfix/main.cf
+
2
−
0
View file @
2c2245a5
...
@@ -54,3 +54,5 @@ enable_long_queue_ids = yes
...
@@ -54,3 +54,5 @@ enable_long_queue_ids = yes
# Disable smtputf8 support since exchange does not support it
# Disable smtputf8 support since exchange does not support it
smtputf8_enable = no
smtputf8_enable = no
# Allow configuring maximum message size
message_size_limit = {{ pillar['message_size_limit'] }}
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