Blame mailman3.cfg

e7a19ba
# This is the absolute bare minimum base configuration file.  User supplied
e7a19ba
# configurations are pushed onto this.
e7a19ba
e7a19ba
[mailman]
e7a19ba
# This address is the "site owner" address.  Certain messages which must be
e7a19ba
# delivered to a human, but which can't be delivered to a list owner (e.g. a
e7a19ba
# bounce from a list owner), will be sent to this address.  It should point to
e7a19ba
# a human.
e7a19ba
site_owner: root@localhost
e7a19ba
e7a19ba
# The local URL part to the administration interface (Postorius).
e7a19ba
# The full URL will be constructed by prepending the domain URL set in the
e7a19ba
# list's domain properties.
e7a19ba
#listinfo_url = /postorius/
e7a19ba
e7a19ba
e7a19ba
# Set the paths to be Fedora-compliant
e7a19ba
layout: fhs
e7a19ba
[paths.fhs]
e7a19ba
bin_dir: /usr/libexec/mailman3
e7a19ba
var_dir: /var/lib/mailman3
e7a19ba
queue_dir: /var/spool/mailman3
e7a19ba
log_dir: /var/log/mailman3
e7a19ba
lock_dir: /run/lock/mailman3
e7a19ba
ext_dir: /etc/mailman3.d
e7a19ba
pid_file: /run/mailman3/master.pid