Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
config
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Container registry
Model registry
Operate
Environments
Monitor
Service Desk
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
config
Commits
99e52be5
Commit
99e52be5
authored
3 months ago
by
ale
Browse files
Options
Downloads
Plain Diff
Merge branch 'mailman-verp' into 'master'
mailman: Enable VERP See merge request
!255
parents
c3c7614a
21c06a78
Branches
Branches containing commit
No related tags found
1 merge request
!255
mailman: Enable VERP
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
roles/mailman/templates/mm_cfg.py.j2
+8
-5
8 additions, 5 deletions
roles/mailman/templates/mm_cfg.py.j2
roles/testdata-mailman/tasks/load.yml
+1
-1
1 addition, 1 deletion
roles/testdata-mailman/tasks/load.yml
with
9 additions
and
6 deletions
roles/mailman/templates/mm_cfg.py.j2
+
8
−
5
View file @
99e52be5
...
...
@@ -113,7 +113,7 @@ DEFAULT_REPLY_GOES_TO_LIST = 0
DEFAULT_MAX_DAYS_TO_HOLD
=
15
# rimuove le firme Dkim e Dk dalle mail in entrata a mailman
REMOVE_DKIM_HEADERS
=
'
YES
'
REMOVE_DKIM_HEADERS
=
Yes
#-------------------------------------------------------------
...
...
@@ -141,11 +141,14 @@ ARCHIVE_HTML_SANITIZER = 0
# 3 = Discard
DEFAULT_GENERIC_NONMEMBER_ACTION
=
2
# added by ale+blicero to limit recipient per send and avoid spam limit measures
SMTP_MAX_RCPTS
=
50
# Enable VERP probes for better bounce detection, one in 10 emails.
VERP_PROBES
=
Yes
VERP_CONFIRMATIONS
=
Yes
VERP_DELIVERY_INTERVAL
=
10
# Note - if you're looking for something that is imported from mm_cfg, but you
# didn't find it above, it's probably in /usr/lib/mailman/Mailman/Defaults.py.
# Limit recipient per send, avoid spam limit measures and limit blast
# radius from delivery failures.
SMTP_MAX_RCPTS
=
10
DEFAULT_SUBSCRIBE_POLICY
=
3
DEFAULT_LIST_ADVERTISED
=
No
...
...
This diff is collapsed.
Click to expand it.
roles/testdata-mailman/tasks/load.yml
+
1
−
1
View file @
99e52be5
...
...
@@ -13,4 +13,4 @@
-
name
:
Subscribe test user to test list
shell
:
"
echo
uno@investici.org
|
in-container
mailman-mailman
/var/lib/mailman/bin/add_members
-w
n
-a
n
-r
-
{{
test_list_name
}}"
when
:
"
mailman_test_list.exists"
when
:
"
mailman_test_list.exists
|
default(False)
"
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