openscanhub: use bastion.fedoraproject.org
SMTP
... server. Signed-off-by: Siteshwar Vashisht <svashisht@redhat.com>
This commit is contained in:
parent
129df7dedd
commit
83c1d0fabd
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue