From a979c67f3bc2932a13b01c5287ce46ebb97dec29 Mon Sep 17 00:00:00 2001 From: kflux Date: Mon, 24 Feb 2014 21:20:54 +0100 Subject: [PATCH] Update INSTALL.md --- INSTALL.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/INSTALL.md b/INSTALL.md index b6d9f6f..80072ff 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -43,3 +43,6 @@ these example commands: - `/home/youruser/public.key` can be deleted after importation - Confirm that it's working: `sudo -u gpgmap /usr/bin/gpg --list-keys --homedir=/var/gpg/.gnupg` - Use `keyhome = /var/gpg/.gnupg` in `gpg-mailgate.conf` + - Change the `user=nobody` to `user=gpgmap` in the gpg-mailgate flags line in `/etc/postfix/master.cf` + + `flags= user=gpgmap argv=/usr/local/bin/gpg-mailgate.py ${recipient}`