diff --git a/roles/pkgdb2/templates/pkgdb2.cfg b/roles/pkgdb2/templates/pkgdb2.cfg index 79408f6397..971c1529ad 100644 --- a/roles/pkgdb2/templates/pkgdb2.cfg +++ b/roles/pkgdb2/templates/pkgdb2.cfg @@ -66,7 +66,7 @@ PKGDB2_EMAIL_NOTIFICATION = True ## Template to build the email address pkgdb sends its notifications to PKGDB2_EMAIL_TO = '{pkg_name}-owner@fedoraproject.org' ## The From address email notifications are sent with -PKGDB2_EMAIL_FROM = 'nobody@fedoraproject.org' +PKGDB2_EMAIL_FROM = 'pkgdb@fedoraproject.org' ## The SMTP server to use to send email notifications PKGDB2_EMAIL_SMTP_SERVER = 'localhost' PKGDB2_EMAIL_CC = 'scm-commits@lists.fedoraproject.org'