diff options
| author | J08nY | 2017-08-07 19:58:20 +0200 |
|---|---|---|
| committer | J08nY | 2017-08-07 19:58:20 +0200 |
| commit | a869ebdad781ae9549681853f3581b7e315de444 (patch) | |
| tree | 260cd4169a6a7fcba0b43aecc08d0b9ed430258e /src/mailman_pgp/testing/mailman_pgp.cfg | |
| parent | 52e9ef3b65b68e306f38d9d88d38334ce876b5e2 (diff) | |
| download | mailman-pgp-a869ebdad781ae9549681853f3581b7e315de444.tar.gz mailman-pgp-a869ebdad781ae9549681853f3581b7e315de444.tar.zst mailman-pgp-a869ebdad781ae9549681853f3581b7e315de444.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/ |
