diff --git a/roles/openshift-apps/fmn/templates/sender-email.toml b/roles/openshift-apps/fmn/templates/sender-email.toml index 37ea7c5f91..d42ef5ec27 100644 --- a/roles/openshift-apps/fmn/templates/sender-email.toml +++ b/roles/openshift-apps/fmn/templates/sender-email.toml @@ -9,9 +9,9 @@ keyfile = "/etc/pki/fedora-messaging/key/fmn-key.pem" [handler] class = "fmn.sender.email:EmailHandler" from = "Fedora Notifications " -# 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