Update README

This commit is contained in:
kflux 2014-02-26 01:52:07 +01:00
parent 803babc49d
commit 9dcaceb3bd
1 changed files with 3 additions and 4 deletions

View File

@ -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. 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 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: 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! 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 2. Adding rudimentary HKP Keyserver functionality for submitting public keys from the GPG client