mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 12:07:34 +08:00
FMN: actually send emails
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -9,9 +9,9 @@ keyfile = "/etc/pki/fedora-messaging/key/fmn-key.pem"
|
||||
[handler]
|
||||
class = "fmn.sender.email:EmailHandler"
|
||||
from = "Fedora Notifications <notifications{{ env_suffix }}@fedoraproject.org>"
|
||||
# smtp_host = "bastion{{ env_suffix }}.iad2.fedoraproject.org"
|
||||
smtp_host = "sendria.fmn.svc.cluster.local"
|
||||
smtp_port = 1025
|
||||
smtp_host = "bastion{{ env_suffix }}.fedoraproject.org"
|
||||
# smtp_host = "sendria.fmn.svc.cluster.local"
|
||||
# smtp_port = 1025
|
||||
|
||||
[log_config]
|
||||
version = 1
|
||||
|
||||
Reference in New Issue
Block a user