diff options
Diffstat (limited to 'src/mailman_pgp/config/mailman_pgp.cfg')
| -rw-r--r-- | src/mailman_pgp/config/mailman_pgp.cfg | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/src/mailman_pgp/config/mailman_pgp.cfg b/src/mailman_pgp/config/mailman_pgp.cfg new file mode 100644 index 0000000..0abb026 --- /dev/null +++ b/src/mailman_pgp/config/mailman_pgp.cfg @@ -0,0 +1,28 @@ +# Default PGP config + +[db] +# db path the PGP plugin will use to store list/user configuration (not keys!). +url = sqlite:////$DATA_DIR/pgp.db + + +[gpg] +# GPG homedir +homedir = $DATA_DIR/gpg/ + +# Keyring used to store user keys. (GPG pubring) +keyring = $DATA_DIR/gpg/pubring.gpg + +# Keyring used to store list keypairs. (GPG secring) +secring = $DATA_DIR/gpg/secring.gpg + + +[keypairs] +size = 4096 + +type = RSA + + +[queues] +in = in_default + +out = out_default
\ No newline at end of file |
