aboutsummaryrefslogtreecommitdiff
path: root/src/mailman_pgp/config/pgpmailman.cfg
blob: 45aa7b08a412e682576d4a91c03957f20591ad31 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Default PGP config

[db]
# db path the PGP plugin will use to store list/user configuration (not keys!).
url =  sqlite:////$DATA_DIR/pgp.db

[keyrings]
# Keyring used to store list keypairs.
core = $DATA_DIR/pgp_core.gpp

# Keyring used to store user public keys.
users = $DATA_DIR/pgp_users.gpg

[queues]
in = in_default
out = out_default