Skip to content

Commit

Permalink
Improve example env file for local Postfix relay (mastodon#2892)
Browse files Browse the repository at this point in the history
  • Loading branch information
loomchild authored and Gargron committed May 8, 2017
1 parent bba537a commit b18504a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .env.production.sample
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ OTP_SECRET=
# E-mail configuration
# Note: Mailgun and SparkPost (https://sparkpo.st/smtp) each have good free tiers
# If you want to use an SMTP server without authentication (e.g local Postfix relay)
# then set SMTP_AUTH_METHOD to 'none' and *comment* SMTP_LOGIN and SMTP_PASSWORD.
# Leaving them blank is not enough for authentication method 'none'.
# then set SMTP_AUTH_METHOD and SMTP_OPENSSL_VERIFY_MODE to 'none' and
# *comment* SMTP_LOGIN and SMTP_PASSWORD (leaving them blank is not enough).
SMTP_SERVER=smtp.mailgun.org
SMTP_PORT=587
SMTP_LOGIN=
Expand Down

0 comments on commit b18504a

Please sign in to comment.