diff options
| author | J08nY | 2017-08-07 22:00:51 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 22:00:51 +0200 |
| commit | 60acd548ad4631b8c4a59a5f16ac8b497709a929 (patch) | |
| tree | 3a42c9e93a48a097f062ca90b76c824ceff6ce3f /src/mailman_pgp/testing/mailman_pgp.cfg | |
| parent | 52e9ef3b65b68e306f38d9d88d38334ce876b5e2 (diff) | |
| parent | 18cd1e17b27ff70a97d803d30ed850b15470f1ea (diff) | |
| download | mailman-pgp-60acd548ad4631b8c4a59a5f16ac8b497709a929.tar.gz mailman-pgp-60acd548ad4631b8c4a59a5f16ac8b497709a929.tar.zst mailman-pgp-60acd548ad4631b8c4a59a5f16ac8b497709a929.zip | |
Diffstat (limited to 'src/mailman_pgp/testing/mailman_pgp.cfg')
| -rw-r--r-- | src/mailman_pgp/testing/mailman_pgp.cfg | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/mailman_pgp/testing/mailman_pgp.cfg b/src/mailman_pgp/testing/mailman_pgp.cfg index c85d38a..1ef8938 100644 --- a/src/mailman_pgp/testing/mailman_pgp.cfg +++ b/src/mailman_pgp/testing/mailman_pgp.cfg @@ -22,6 +22,14 @@ url: sqlite:////$DATA_DIR/pgp.db +[archiving] +# The directory where the local mbox archiver will save messages. +mailbox_dir: $ARCHIVE_DIR/pgp/mbox + +# The directory where the local maildir archiver will save messages. +maildir_dir: $ARCHIVE_DIR/pgp/maildir + + [keydirs] # Key directory used to store user public keys. user_keydir: $DATA_DIR/pgp/user_keydir/ |
