From 9dcaceb3bd4f1e69d76acae540bcc75bbb75e6f0 Mon Sep 17 00:00:00 2001 From: kflux Date: Wed, 26 Feb 2014 01:52:07 +0100 Subject: [PATCH] Update README --- gpg-mailgate-web/README | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gpg-mailgate-web/README b/gpg-mailgate-web/README index e692d5a..1f7d437 100644 --- a/gpg-mailgate-web/README +++ b/gpg-mailgate-web/README @@ -33,12 +33,11 @@ Note that all processing relating to the mail server is done via the 4) Move config.sample.php to config.php and edit the configuration file. 5) Copy cron.py to /usr/local/bin/gpgmw-cron.py and set up a cron job a) Create /etc/cron.d/gpgmw with the contents: - */3 * * * * gpgmap /usr/bin/python /usr/local/bin/gpgmw-cron.py > /dev/null - (replace gpgmap with the owner of the gpg-mailgate GPG home directory) + + */3 * * * * nobody /usr/bin/python /usr/local/bin/gpgmw-cron.py > /dev/null + 6) Ensure that cron is working and test your new gpg-mailgate-web installation! -Any issues should be reported to https://github.com/uakfdotb/gpg-mailgate - ---------------------------------------- 2. Adding rudimentary HKP Keyserver functionality for submitting public keys from the GPG client