From 8d1b64de325c82bcf9395f583ac67462e001d50e Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Mon, 16 Aug 2021 12:24:54 -0300 Subject: [PATCH] FIX: Use example domain in mail receiver example config Context at https://meta.discourse.org/t/-/193664/4?u=falco Co-authored-by: Jay Pfaffman --- samples/mail-receiver.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/mail-receiver.yml b/samples/mail-receiver.yml index 1a3d11b..df5e3cd 100644 --- a/samples/mail-receiver.yml +++ b/samples/mail-receiver.yml @@ -22,7 +22,7 @@ env: ## to use the same domain as the forum itself here. MAIL_DOMAIN: discourse.example.com # uncomment these (and the volume below!) to support TLS -# POSTCONF_smtpd_tls_key_file: /letsencrypt/discourse.example.com/prop.ltcmp.net.key +# POSTCONF_smtpd_tls_key_file: /letsencrypt/discourse.example.com/discourse.example.com.key # POSTCONF_smtpd_tls_cert_file: /letsencrypt/discourse.example.com/fullchain.cer # POSTCONF_smtpd_tls_security_level: may -- 2.25.1