From: Matt Palmer Date: Wed, 31 Aug 2016 05:31:19 +0000 (+1000) Subject: We'll need MAIL_DOMAIN, too, for mail-receiver X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=a502da0e85cbcf829154573d6edd50a736cf9851;p=discourse_docker.git We'll need MAIL_DOMAIN, too, for mail-receiver --- diff --git a/samples/mail-receiver.yml b/samples/mail-receiver.yml index ccad2f2..de66144 100644 --- a/samples/mail-receiver.yml +++ b/samples/mail-receiver.yml @@ -15,6 +15,10 @@ expose: env: LANG: en_US.UTF-8 + ## Where e-mail to your forum should be sent. In general, it's perfectly fine + ## to use the same domain as the forum itself here. + MAIL_DOMAIN: discourse.example.com + ## The URL of the mail processing endpoint of your Discourse forum. ## This is simply your forum's base URL, with `/admin/email/handle_mail` ## appended. Be careful if you're running a subfolder setup -- in that case,