Set a correct, sane, from-email on FAF error emails
Without this, the From would end up as no-reply@localhost.fedoraproject.org, which upstream mail servers do not appreciate. Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
afcfd8b730
commit
3ec0d9439a
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ faf_migrate_db: true
|
|||
faf_cron_jobs: true
|
||||
|
||||
faf_admin_mail: root@localhost
|
||||
faf_from: no-reply@localhost
|
||||
faf_from: no-reply-retrace@fedoraproject.org
|
||||
|
||||
faf_spool_dir: /var/spool/faf
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue