Avoid mail being sent from fas server while in read only mode

This commit is contained in:
Mark O'Brien 2021-03-12 11:56:55 +00:00 committed by mobrien
parent 7bbc061b41
commit 49473da360
2 changed files with 2 additions and 2 deletions

View file

@ -7,7 +7,7 @@ bugzilla.username = "fedora-admin-xmlrpc@fedoraproject.org"
bugzilla.password = "{{ bugzillaPassword }}"
# Mail server for sending invalid bugzilla account messages
mail.server = 'bastion'
mail.server = 'bastion-dummy'
mail.admin_email = 'admin@fedoraproject.org'
# This is a list (*must* have a comma) of email addresses to send messages about

View file

@ -213,7 +213,7 @@ memcached_server = "fas01:11211,fas02:11211"
# Sending of email via TurboMail
mail.on = True
mail.smtp.server = 'bastion'
mail.smtp.server = 'bastion-dummy'
#mail.testmode = True
mail.smtp.debug = False
mail.encoding = 'utf-8'