Attachment 'mailman.cfg'
Download 1 # This is the absolute bare minimum base configuration file. User supplied
2 # configurations are pushed onto this.
3
4 [mailman]
5 # This address is the "site owner" address. Certain messages which must be
6 # delivered to a human, but which can't be delivered to a list owner (e.g. a
7 # bounce from a list owner), will be sent to this address. It should point to
8 # a human.
9 site_owner: user@example.com
10
11 layout: here
12
13 [paths.here]
14 # Everything in the same directory
15 var_dir: /opt/mailman/mm/var
16
17 [database]
18 class: mailman.database.postgresql.PostgreSQLDatabase
19 url: postgres://mailman:DB_PASSWORD@localhost/mailman
20
21 [archiver.hyperkitty]
22 class: mailman_hyperkitty.Archiver
23 enable: yes
24 configuration: /opt/mailman/mm/mailman-hyperkitty.cfg
25
26 [archiver.prototype]
27 enable: yes
28
29 [shell]
30 history_file: $var_dir/history.py
31
32 [mta]
33 verp_confirmations: yes
34 verp_personalized_deliveries: yes
35 verp_delivery_interval: 1
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.