aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorMiquel Lionel <lionel@les-miquelots.net>2021-06-18 17:00:49 +0100
committerMiquel Lionel <lionelmiquel@sfr.fr>2021-06-18 17:00:49 +0100
commit9e8493a95914425132813747651ed958f64d9f47 (patch)
tree1208968b1148d5c5e984cf11be70478aac618465 /README.md
parentc737d6aefe406ac52f4e2f913365efdede3f58a4 (diff)
downloadgpigeon-9e8493a95914425132813747651ed958f64d9f47.tar.gz
gpigeon-9e8493a95914425132813747651ed958f64d9f47.zip
less cruft in Net::SMTP(S) part, clearer
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/README.md b/README.md
index 5ad4283..bbfe177 100644
--- a/README.md
+++ b/README.md
@@ -39,9 +39,7 @@ You will need perl and the following modules and my perl version is **v5.34.0**,
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 mailserver well
-configured with SPF and OpenDKIM (so your chances to get your mail
-treated as spam is greatly reduced) you should set the `HAS_MAILSERVER`
+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.