From 1b7aad0746d449b64230c49b84fef488be09af40 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Sep 21 2015 10:32:08 +0000 Subject: Add documentation about the DOMAIN_EMAIL_NOTIFICATIONS configuration key --- diff --git a/doc/configuration.rst b/doc/configuration.rst index edc2489..74d133d 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -152,6 +152,16 @@ when sending emails (notifications). Defaults to: ``pagure@pagure.org`` +DOMAIN_EMAIL_NOTIFICATIONS +~~~~~~~~~~~~~~~~~~~~~~~~~~ + +This setting allows to specify the domain used by this pagure instance +when sending emails (notifications). More precisely, this setting is used +when building the ``msg-id`` header of the emails sent. + +Defaults to: ``pagure.org`` + + Configure Gitolite ------------------