diff options
Diffstat (limited to 'src/mailman_pgp/config/mailman_pgp.cfg')
| -rw-r--r-- | src/mailman_pgp/config/mailman_pgp.cfg | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/mailman_pgp/config/mailman_pgp.cfg b/src/mailman_pgp/config/mailman_pgp.cfg index 4c52e10..5db31dd 100644 --- a/src/mailman_pgp/config/mailman_pgp.cfg +++ b/src/mailman_pgp/config/mailman_pgp.cfg @@ -75,11 +75,12 @@ shred: yes # similar. shred_command: -# Delete list keypair on list deletion? +# Delete list keypair on list deletion. delete: yes [queues] -# The queue to which processed incoming messages are passed. +# The queue to which processed incoming messages are passed. Must be a name of +# a queue which is managed by the Mailman IncomingRunner. in: in_default @@ -94,7 +95,7 @@ change_request_lifetime: 1d # to export the list private key. allow_read_private_key: yes -# Allow the modification of a list private key through the REST API? +# Allow the modification of a list private key through the REST API. # This is necessary for the django-pgpmailman web ui to allow a list owner # to change the list private key. allow_write_private_key: yes |
