From f01d95162f949c87df89f7cc2424c47176b18417 Mon Sep 17 00:00:00 2001 From: "root@culturestrings" Date: Sat, 30 May 2020 20:05:26 +0000 Subject: pagure: set SMTP_SERVER to the certificate's host name (matched in /etc/hosts). --- public/fs/etc/pagure/pagure.cfg.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public') diff --git a/public/fs/etc/pagure/pagure.cfg.in b/public/fs/etc/pagure/pagure.cfg.in index 7ee6359..5ea2fb0 100644 --- a/public/fs/etc/pagure/pagure.cfg.in +++ b/public/fs/etc/pagure/pagure.cfg.in @@ -78,7 +78,7 @@ VIRUS_SCAN_ATTACHMENTS = False ### SMTP settings -SMTP_SERVER = 'localhost' +SMTP_SERVER = 'mail.culturestrings.org' SMTP_PORT = 25 SMTP_STARTTLS = True SMTP_SSL = False -- cgit v1.2.3