Markéta Machová
fc042c69e6
* See https://gitlab.com/mailman/mailman/-/blob/v3.3.10/src/mailman/docs/NEWS.rst or the file NEWS.rst in this package - Update to version 3.3.10b2 * See https://gitlab.com/mailman/mailman/-/blob/v3.3.10b2/src/mailman/docs/NEWS.rst or the file NEWS.rst in this package - Update to version 3.3.10b1 * See https://gitlab.com/mailman/mailman/-/blob/v3.3.10b1/src/mailman/docs/NEWS.rst or the file NEWS.rst in this package - Removed find-flufl.patch OBS-URL: https://build.opensuse.org/package/show/devel:languages:python:mailman/python-mailman?expand=0&rev=96
27 lines
746 B
INI
27 lines
746 B
INI
# 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
|
|
|
|
# Set the paths to be fhs compliant
|
|
layout: fhs
|
|
[paths.fhs]
|
|
ext_dir: /etc/mailman.d
|
|
bin_dir: /usr/bin
|
|
var_dir: /var/lib/mailman
|
|
queue_dir: /var/spool/mailman
|
|
log_dir: /var/log/mailman
|
|
lock_dir: /run/lock/mailman
|
|
pid_file: /run/mailman/master.pid
|
|
|
|
### ADD NEW SECTIONS AFTER THIS LINE ###
|
|
|
|
# [webservice]
|
|
# admin_user: restadmin
|
|
# admin_pass: secret
|