]> cat aescling's git repositories - mastodon.git/commitdiff
Add documentation of SMTP_DOMAIN (#1738)
authorIan Kelling <ian@iankelling.org>
Mon, 17 Apr 2017 08:42:29 +0000 (01:42 -0700)
committerEugen <eugen@zeonfederated.com>
Mon, 17 Apr 2017 08:42:29 +0000 (10:42 +0200)
Without setting it, exim will reject the mail with a message like:
rejected EHLO from [10.20.0.1]: syntactically invalid argument(s): {}

.env.production.sample

index 0759ed7faf51ffe14234bbd8606d0c488d4a9338..28afee246c8b0900d4d0c58ed20af0aa5ad29511 100644 (file)
@@ -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