openscanhub: use bastion.fedoraproject.org SMTP

... server.

Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
Siteshwar Vashisht 2024-04-05 15:32:03 +02:00
parent 129df7dedd
commit 83c1d0fabd

View file

@ -85,8 +85,10 @@ TIME_ZONE = 'Europe/Prague'
KRB_AUTH_PRINCIPAL = 'HTTP/covscan.lab.eng.brq2.redhat.com@REDHAT.COM' KRB_AUTH_PRINCIPAL = 'HTTP/covscan.lab.eng.brq2.redhat.com@REDHAT.COM'
KRB_AUTH_KEYTAB = '/etc/httpd/conf/httpd.keytab' KRB_AUTH_KEYTAB = '/etc/httpd/conf/httpd.keytab'
# Regular users cannot bind to port 25. # This should work with both staging and production.
EMAIL_PORT = 8025 # https://docs.fedoraproject.org/en-US/infra/sysadmin_guide/bastion-hosts-info/
EMAIL_HOST = "bastion.fedoraproject.org"
EMAIL_PORT = 25
############################################################################### ###############################################################################
# OpenScanHub SPECIFIC # OpenScanHub SPECIFIC