Mercurial > p > roundup > code
diff doc/FAQ.txt @ 5760:f0ca4daf6a18
Clarify that the [mail] required settings to have to be set in
config.ini even if you disable the nosyreactor. Issue disccussed on
irc 2019-06-02.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Sun, 02 Jun 2019 17:15:23 -0400 |
| parents | 4c0cdfe4f678 |
| children | 6e341009593b |
line wrap: on
line diff
--- a/doc/FAQ.txt Sun Jun 02 13:28:17 2019 -0400 +++ b/doc/FAQ.txt Sun Jun 02 17:15:23 2019 -0400 @@ -15,6 +15,10 @@ Remove the nosy reactor - delete the tracker file ``detectors/nosyreactor.py`` from your tracker home. +You do need to configure the ``[mail]`` section of +config.ini. Specifically the ``domain`` and ``host`` settings have to +have a value. The values don't matter, but the config parser will +complain if they are not set. The cgi-bin is very slow! ~~~~~~~~~~~~~~~~~~~~~~~~~
