aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-07-14 23:09:21 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-07-14 23:20:32 +0100
commit6a318b7833adf2777c7041017c37e6e480b3619e (patch)
treee20f565385cd2a9f2546dcdac6f9300481c4725f /README.md
parentd49a7581500af58f929d808d3e052aa1cd526d21 (diff)
downloadgpigeon-6a318b7833adf2777c7041017c37e6e480b3619e.tar.gz
gpigeon-6a318b7833adf2777c7041017c37e6e480b3619e.zip
added crude file upload possibilities
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 8be7b9a..1109df8 100644
--- a/README.md
+++ b/README.md
@@ -37,10 +37,7 @@ You will need perl and the following modules and my perl version is **v5.34.0**,
- Email::Valid
- String::Random
-Having a webserver with CGI support or a separate CGI engine is needed. I'm using
-nginx and fcgiwrap.
-A note on **Net::SMTP** and **Net:SMTPS** dependencies: if you have a well configured mailserver on the same server you plan to install gpigeon on, you should set the `HAS_MAILSERVER`
-variable in `config.mk` to 1.
+Having a webserver with CGI support or a separate CGI engine is needed. I'm using nginx and fcgiwrap.
Installation