Install: automatic pub key retrieval

* Add information about enabling automatic
  public key download via gpg.conf
This commit is contained in:
Sven Seeberg 2019-03-10 16:50:46 +01:00
parent 29f902b27c
commit 6406d90dcb
No known key found for this signature in database
GPG Key ID: 29559DD5A83806B5
1 changed files with 6 additions and 2 deletions

View File

@ -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` 8. Add the following line to `/etc/postfix/main.cf`
content_filter = gpg-mailgate 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: You are now ready to go. To add a public key for encryption just use the following command: