Update INSTALL.md

This commit is contained in:
kflux 2014-02-24 21:20:54 +01:00
parent c4daaaeb5d
commit a979c67f3b

View file

@ -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}`