mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 03:23:08 +08:00
Avoid mail being sent from fas server while in read only mode
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user