Avoid mail being sent from fas server while in read only mode
This commit is contained in:
parent
7bbc061b41
commit
49473da360
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue