-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmailman3.cfg
57 lines (43 loc) · 1.5 KB
/
mailman3.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# This is the absolute bare minimum base configuration file. User supplied
# configurations are pushed onto this.
[mailman]
# This address is the "site owner" address. Certain messages which must be
# delivered to a human, but which can't be delivered to a list owner (e.g. a
# bounce from a list owner), will be sent to this address. It should point to
# a human.
site_owner: root@localhost
# The local URL part to the administration interface (Postorius).
# The full URL will be constructed by prepending the domain URL set in the
# list's domain properties.
#listinfo_url = /postorius/
# Set the paths to be Fedora-compliant
layout: fhs
[paths.fhs]
etc_dir: @SYSCONFDIR@
bin_dir: @BINDIR@
var_dir: @VARDIR@
queue_dir: @SPOOLDIR@
log_dir: @LOGDIR@
lock_dir: @LOCKDIR@
pid_file: @RUNDIR@/master.pid
[database]
# https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/database.html
url: sqlite:///@VARDIR@/db/mailman.db
[mta]
lmtp_host: 127.0.0.1
lmtp_port: @LMTPPORT@
[webservice]
# Identical except for quoting with /etc/mailman3/settings.py
# admin_user <-> MAILMAN_REST_API_USER
# admin_pass <-> MAILMAN_REST_API_PASS
# Must be aligned with /etc/mailman3/settings.py
# port <-> MAILMAN_REST_API_URL
port: @RESTAPIPORT@
admin_user: restadmin
admin_pass: @RESTAPIPASS@
show_tracebacks: no
[archiver.hyperkitty]
# https://docs.mailman3.org/projects/hyperkitty/en/latest/install.html#connecting-to-mailman
class: mailman_hyperkitty.Archiver
enable: yes
configuration: @ETCDIR@/hyperkitty.cfg