summaryrefslogtreecommitdiff
path: root/files/gpg_mailgate/gpg-mailgate.conf
blob: c2c48728ca8b0d370e9295fd7c57d6019fc59257 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[default]
add_header = yes
domains = example.com,corp.org

[gpg]
keyhome = /var/lib/gpgmailgate/.gnupg

[logging]
file = /var/log/gpg-mailgate.log

[relay]
host = 127.0.0.1
port = 10028

[keymap]
# You can find these by running the following command:
# gpg --list-keys --keyid-format long user@example.com
# Which will return output similar to:
# pub   1024D/AAAAAAAAAAAAAAAA 2007-10-22
# uid                          Joe User <user@example.com>
# sub   2048g/BBBBBBBBBBBBBBBB 2007-10-22
# You want the AAAAAAAAAAAAAAAA not BBBBBBBBBBBBBBBB.
#user@example.com = <gpg key id>