Ensure HyperKitty is enabled.
This commit is contained in:
parent
968796fe17
commit
c812c8d4a5
|
@ -19,4 +19,4 @@ base_url: http://lists.cryhavoc.org.uk/mailman3/hyperkitty/
|
|||
|
||||
# The shared api_key, must be identical except for quoting to the value of
|
||||
# MAILMAN_ARCHIVER_KEY in HyperKitty's settings.
|
||||
api_key: '{{ pillar['mailman']['archiver_key'] }}'
|
||||
api_key: {{ pillar['mailman']['archiver_key'] }}
|
||||
|
|
|
@ -270,3 +270,8 @@ lmtp_port: 8024
|
|||
# .cfg, which the file must end with.
|
||||
configuration: python:mailman.config.exim4
|
||||
#configuration: python:mailman.config.postfix
|
||||
|
||||
[archiver.hyperkitty]
|
||||
class: mailman_hyperkitty.Archiver
|
||||
enable: yes
|
||||
configuration: /etc/mailman3/mailman-hyperkitty.cfg
|
||||
|
|
Loading…
Reference in New Issue