Correct list of IP addresses that are sources for archive.
This commit is contained in:
parent
d0bcf2da6c
commit
f05e731a7a
|
@ -24,7 +24,9 @@ MAILMAN_REST_API_URL = 'http://localhost:8001'
|
|||
MAILMAN_REST_API_USER = 'restadmin'
|
||||
MAILMAN_REST_API_PASS = '{{ pillar['mailman']['admin_pass'] }}'
|
||||
MAILMAN_ARCHIVER_KEY = '{{ pillar['mailman']['archiver_key'] }}'
|
||||
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1')
|
||||
# MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1')
|
||||
# Archiver updates will come from scabbers.
|
||||
MAILMAN_ARCHIVER_FROM = ('127.0.0.1', '::1', '2a00:1098:8:d6::1')
|
||||
|
||||
# Application definition
|
||||
|
||||
|
|
Loading…
Reference in New Issue