Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ai3
config
Commits
9672a564
Commit
9672a564
authored
Feb 03, 2022
by
ale
Browse files
Run mailman3 on ports that do not conflict with mailman
parent
56809c98
Pipeline
#27654
failed with stage
in 6 minutes and 10 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
roles/mailman/templates/mailman.cfg.j2
View file @
9672a564
...
...
@@ -234,7 +234,7 @@ smtp_pass:
# localhost for Postfix integration, because Postfix only consults DNS
# (e.g. not /etc/hosts).
lmtp_host: 0.0.0.0
lmtp_port: 6
0
87
lmtp_port: 6
1
87
# Where can we find the mail server specific configuration file? The path can
# be either a file system path or a Python import path. If the value starts
...
...
services.mail.yml
View file @
9672a564
...
...
@@ -110,16 +110,16 @@ mail-backend:
params
:
compress
:
true
mailman
:
mailman
3
:
scheduling_group
:
backend
service_credentials
:
-
name
:
mailman
-
name
:
mailman
3
containers
:
-
name
:
api
image
:
registry.git.autistici.org/ai3/docker/mailman3:master
ports
:
-
8001
-
6
0
87
-
6
1
87
volumes
:
-
/etc/mailman3/mailman.cfg
:
/etc/mailman3/mailman.cfg
-
/etc/mailman3/partition_map
:
/etc/mailman3/partition_map
...
...
@@ -130,19 +130,17 @@ mailman:
-
name
:
http
image
:
registry.git.autistici.org/ai3/docker/mailman3-web:master
ports
:
-
808
7
-
80
9
8
volumes
:
-
/etc/mailman3/mailman-web.py
:
/etc/mailman3/mailman-web.py
-
/var/lib/mailman3
:
/var/lib/mailman3
env
:
DOMAIN
:
"
{{
domain_public[0]
}}"
APACHE_PORT
:
808
7
APACHE_PORT
:
80
9
8
monitoring_endpoints
:
-
job_name
:
mailman-apache
port
:
8187
-
port
:
8198
scheme
:
http
-
job_name
:
mysql-mailman
port
:
9311
-
port
:
9311
scheme
:
http
public_endpoints
:
# TEMPORARY public endpoint for testing.
...
...
@@ -156,9 +154,8 @@ mailman:
-
3912
-
4444
-
8001
-
8087
-
6087
-
6088
-
8098
-
6187
volumes
:
-
name
:
data
path
:
/var/lib/mailman3
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment