Mention restarting iredapd service is required after config file change.

This commit is contained in:
Zhang Huangbin 2017-01-10 19:14:29 +08:00
parent 68f71d6de6
commit 602c10f2a1
2 changed files with 4 additions and 2 deletions

View File

@ -78,7 +78,8 @@ Solutions:
email, etc) to use same address as smtp authenticate username and sender
address in `From:`.
* If you do need to send as different sender address (`From:`), please add one
setting in iRedAPD config file `/opt/iredapd/settings.py`:
setting in iRedAPD config file `/opt/iredapd/settings.py`, then restart
iRedAPD service:
```
ALLOWED_LOGIN_MISMATCH_SENDERS = ['user@mydomain.com']

View File

@ -101,7 +101,8 @@ restart iRedAPD service. That's all.</p>
email, etc) to use same address as smtp authenticate username and sender
address in <code>From:</code>.</li>
<li>If you do need to send as different sender address (<code>From:</code>), please add one
setting in iRedAPD config file <code>/opt/iredapd/settings.py</code>:</li>
setting in iRedAPD config file <code>/opt/iredapd/settings.py</code>, then restart
iRedAPD service:</li>
</ul>
<pre><code>ALLOWED_LOGIN_MISMATCH_SENDERS = ['user@mydomain.com']
</code></pre>