forked from infra/ansible
mail: make compatiable with Debian 12
This commit is contained in:
parent
2d499a0967
commit
7ba5813e39
@ -13,9 +13,11 @@
|
|||||||
# address will be used by Mailman to forward incoming emails to HyperKitty
|
# address will be used by Mailman to forward incoming emails to HyperKitty
|
||||||
# for archiving. It does not need to be publicly available, in fact it's
|
# for archiving. It does not need to be publicly available, in fact it's
|
||||||
# better if it is not.
|
# better if it is not.
|
||||||
|
# However, if your Mailman installation is accessed via HTTPS, the URL needs
|
||||||
|
# to match your SSL certificate (e.g. https://lists.example.com/hyperkitty).
|
||||||
#base_url: http://localhost/mailman3/hyperkitty/
|
#base_url: http://localhost/mailman3/hyperkitty/
|
||||||
base_url: https://{{ mailman_domain }}/mailman3/hyperkitty/
|
base_url: https://{{ mailman_domain }}/mailman3/hyperkitty/
|
||||||
|
|
||||||
# Shared API key, must be the identical to the value in HyperKitty's
|
# The shared api_key, must be identical except for quoting to the value of
|
||||||
# settings.
|
# MAILMAN_ARCHIVER_KEY in HyperKitty's settings.
|
||||||
api_key: {{ mailman3_archiverkey }}
|
api_key: {{ mailman3_archiverkey }}
|
||||||
|
@ -38,7 +38,7 @@ lock_file: $lock_dir/master.lck
|
|||||||
|
|
||||||
[database]
|
[database]
|
||||||
class: mailman.database.postgresql.PostgreSQLDatabase
|
class: mailman.database.postgresql.PostgreSQLDatabase
|
||||||
url: postgres://{{ mailman3_dbuser }}:{{ mailman3_dbpass }}@localhost/{{ mailman3_dbname }}
|
url: postgresql://{{ mailman3_dbuser }}:{{ mailman3_dbpass }}@localhost/{{ mailman3_dbname }}
|
||||||
debug: no
|
debug: no
|
||||||
|
|
||||||
[logging.debian]
|
[logging.debian]
|
||||||
|
Loading…
Reference in New Issue
Block a user