FMN: actually send emails
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
b85fc1665c
commit
4dc57fbfa0
1 changed files with 3 additions and 3 deletions
|
@ -9,9 +9,9 @@ keyfile = "/etc/pki/fedora-messaging/key/fmn-key.pem"
|
||||||
[handler]
|
[handler]
|
||||||
class = "fmn.sender.email:EmailHandler"
|
class = "fmn.sender.email:EmailHandler"
|
||||||
from = "Fedora Notifications <notifications{{ env_suffix }}@fedoraproject.org>"
|
from = "Fedora Notifications <notifications{{ env_suffix }}@fedoraproject.org>"
|
||||||
# smtp_host = "bastion{{ env_suffix }}.iad2.fedoraproject.org"
|
smtp_host = "bastion{{ env_suffix }}.fedoraproject.org"
|
||||||
smtp_host = "sendria.fmn.svc.cluster.local"
|
# smtp_host = "sendria.fmn.svc.cluster.local"
|
||||||
smtp_port = 1025
|
# smtp_port = 1025
|
||||||
|
|
||||||
[log_config]
|
[log_config]
|
||||||
version = 1
|
version = 1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue