From 2a5feff1c6b3cd266bf8e8d6687f67f3cb9811dc Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 4 Aug 2013 19:56:02 -0300 Subject: Adding gpg-mailgate support --- files/gpg_mailgate/gpg-mailgate.conf | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 files/gpg_mailgate/gpg-mailgate.conf (limited to 'files') diff --git a/files/gpg_mailgate/gpg-mailgate.conf b/files/gpg_mailgate/gpg-mailgate.conf new file mode 100644 index 0000000..c2c4872 --- /dev/null +++ b/files/gpg_mailgate/gpg-mailgate.conf @@ -0,0 +1,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 +# sub 2048g/BBBBBBBBBBBBBBBB 2007-10-22 +# You want the AAAAAAAAAAAAAAAA not BBBBBBBBBBBBBBBB. +#user@example.com = -- cgit v1.2.3