From 6406d90dcb5d92c48854791191fabf4f291e0b7e Mon Sep 17 00:00:00 2001 From: Sven Seeberg Date: Sun, 10 Mar 2019 16:50:46 +0100 Subject: [PATCH] Install: automatic pub key retrieval * Add information about enabling automatic public key download via gpg.conf --- INSTALL.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 8ef14c3..dcbc275 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -63,8 +63,12 @@ These instructions are based on an installation on an Ubuntu 14.04 LTS virtual m 8. Add the following line to `/etc/postfix/main.cf` content_filter = gpg-mailgate - -9. Restart Postfix + +9. Optional: GPG can automatically download new public keys for automatic signature verification. To enable automatic create the file `/var/gpgmailgate/.gnupg/gpg.conf`. Add the following line to the file: + + keyserver-options auto-key-retrieve + +10. Restart Postfix You are now ready to go. To add a public key for encryption just use the following command: