From 59eacdb5d992d10dbe960e51c2f774961f1c7b43 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Bompard?= Date: Tue, 5 Apr 2016 08:10:33 +0000 Subject: [PATCH] HyperKitty: set a sender email address for errorlog emails --- roles/mailman/templates/settings.py.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/mailman/templates/settings.py.j2 b/roles/mailman/templates/settings.py.j2 index 12140e669a..849ca75cd0 100644 --- a/roles/mailman/templates/settings.py.j2 +++ b/roles/mailman/templates/settings.py.j2 @@ -15,6 +15,7 @@ DEBUG = False ADMINS = ( ('HyperKitty Admin', 'abompard@fedoraproject.org'), ) +SERVER_EMAIL = 'root@fedoraproject.org' # Hosts/domain names that are valid for this site; required if DEBUG is False # See https://docs.djangoproject.com/en/1.8/ref/settings/#allowed-hosts