Mention 'MYNETWORKS=' setting in iRedAPD config file.

This commit is contained in:
Zhang Huangbin 2016-03-03 16:21:53 +08:00
parent c152fcfb7e
commit 059dd223c5
2 changed files with 15 additions and 0 deletions

View File

@ -138,6 +138,14 @@ smtpd_recipient_restrictions =
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:7777
```
!!! note
If you have additional IP addresses/networks listed in Postfix setting
"mynetworks =", you have to list them all in iRedAPD config file
(`/opt/iredapd/settings.py`) too, like below:
```MYNETWORKS = ['xx.xx.xx.xx', 'xx.xx.xx.0/24', ...]```
### Restart Postfix service
Reloading or restarting Postfix service is required after changed `main.cf`.

View File

@ -151,6 +151,13 @@ and <code>smtpd_end_of_data_restrictions</code> like below:</p>
smtpd_end_of_data_restrictions = check_policy_service inet:127.0.0.1:7777
</code></pre>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>If you have additional IP addresses/networks listed in Postfix setting
"mynetworks =", you have to list them all in iRedAPD config file
(<code>/opt/iredapd/settings.py</code>) too, like below:</p>
<p><code>MYNETWORKS = ['xx.xx.xx.xx', 'xx.xx.xx.0/24', ...]</code></p>
</div>
<h3 id="restart-postfix-service">Restart Postfix service</h3>
<p>Reloading or restarting Postfix service is required after changed <code>main.cf</code>.</p>
<ul>