summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorroot@culturestrings <root@culturestrings>2020-09-05 23:26:04 +0000
committerroot@culturestrings <root@culturestrings>2020-09-05 23:26:04 +0000
commite8868f5c84c910e13760374c432eea1f69aeae23 (patch)
treecbca4f01703a56562f4328cbdcee3fd1c11c3652 /public
parent2f044e856d4ea14f649d0c2b062c7cd44c3e8fcc (diff)
downloadculturestrings-e8868f5c84c910e13760374c432eea1f69aeae23.tar.bz2
culturestrings-e8868f5c84c910e13760374c432eea1f69aeae23.tar.xz
pagure: adjust config following removal of mail.$smtphost from /etc/hosts.
Diffstat (limited to 'public')
-rw-r--r--public/fs/etc/pagure/pagure.cfg.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/public/fs/etc/pagure/pagure.cfg.in b/public/fs/etc/pagure/pagure.cfg.in
index a80c469..222a3a0 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 = 'mail.@smtphost@'
+SMTP_SERVER = 'smtp.@smtphost@'
SMTP_PORT = 25
SMTP_STARTTLS = True
SMTP_SSL = False