about summary refs log tree commit diff
path: root/.env.production.sample
diff options
context:
space:
mode:
authorIan Kelling <ian@iankelling.org>2017-04-17 01:42:29 -0700
committerEugen <eugen@zeonfederated.com>2017-04-17 10:42:29 +0200
commitfd62d4de1034962d80d8ecd649f603ea04c419df (patch)
tree69e4f965de0a75911db6ca78db82998f5e657d98 /.env.production.sample
parente9eaf9e33c826bed107785b2d3291750dc21e14c (diff)
Add documentation of SMTP_DOMAIN (#1738)
Without setting it, exim will reject the mail with a message like:
rejected EHLO from [10.20.0.1]: syntactically invalid argument(s): {}
Diffstat (limited to '.env.production.sample')
-rw-r--r--.env.production.sample1
1 files changed, 1 insertions, 0 deletions
diff --git a/.env.production.sample b/.env.production.sample
index 0759ed7fa..28afee246 100644
--- a/.env.production.sample
+++ b/.env.production.sample
@@ -42,6 +42,7 @@ SMTP_PORT=587
 SMTP_LOGIN=
 SMTP_PASSWORD=
 SMTP_FROM_ADDRESS=notifications@example.com
+#SMTP_DOMAIN= # defaults to LOCAL_DOMAIN
 #SMTP_DELIVERY_METHOD=smtp # delivery method can also be sendmail
 #SMTP_AUTH_METHOD=plain
 #SMTP_OPENSSL_VERIFY_MODE=peer