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
|
||||
# for archiving. It does not need to be publicly available, in fact it's
|
||||
# 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: https://{{ mailman_domain }}/mailman3/hyperkitty/
|
||||
|
||||
# Shared API key, must be the identical to the value in HyperKitty's
|
||||
# settings.
|
||||
# The shared api_key, must be identical except for quoting to the value of
|
||||
# MAILMAN_ARCHIVER_KEY in HyperKitty's settings.
|
||||
api_key: {{ mailman3_archiverkey }}
|
||||
|
@ -38,7 +38,7 @@ lock_file: $lock_dir/master.lck
|
||||
|
||||
[database]
|
||||
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
|
||||
|
||||
[logging.debian]
|
||||
|
Loading…
Reference in New Issue
Block a user