forked from stove/dataset
53 lines
1.6 KiB
INI
53 lines
1.6 KiB
INI
# This is the absolute bare minimum base configuration file. User supplied
|
|
# configurations are pushed onto this.
|
|
|
|
[mailman]
|
|
# GNUNUX default_language: en
|
|
#>GNUNUX
|
|
default_language: fr
|
|
#<GNUNUX
|
|
# 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.
|
|
# GNUNUX site_owner: root@localhost
|
|
site_owner: %%mailman_mail_owner
|
|
|
|
# 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
|
|
|
|
#>GNUNUX
|
|
[database]
|
|
class: mailman.database.postgresql.PostgreSQLDatabase
|
|
url: postgresql://%%pg_client_username:%%pg_client_password@%%pg_client_server_domainname/%%pg_client_database?sslmode=verify-full&sslcert=%%pg_client_crt_file&sslkey=%%pg_client_key_file&sslrootcert=%%pg_client_ca_file
|
|
|
|
[mta]
|
|
lmtp_host: %%ip_eth0
|
|
configuration: /etc/mailman3.d/postfix.cfg
|
|
smtp_host: %%smtp_relay_address
|
|
smtp_user: %%smtp_relay_user@%%ip_eth0
|
|
smtp_pass: %%smtp_relay_password
|
|
smtp_port: 25
|
|
smtp_secure_mode: starttls
|
|
smtp_verify_cert: yes
|
|
smtp_verify_hostname: yes
|
|
#<GNUNUX
|
|
|
|
[paths.fhs]
|
|
bin_dir: /usr/libexec/mailman3
|
|
# GNUNUX var_dir: /var/lib/mailman3
|
|
# GNUNUX queue_dir: /var/spool/mailman3
|
|
# GNUNUX log_dir: /var/log/mailman3
|
|
#>GNUNUX
|
|
var_dir: /srv/mailman/lib
|
|
queue_dir: /srv/mailman/spool
|
|
log_dir: /var/log/mailman
|
|
#<GNUNUX
|
|
lock_dir: /run/lock/mailman3
|
|
ext_dir: /etc/mailman3.d
|
|
pid_file: /run/mailman3/master.pid
|