Fix typo.

This commit is contained in:
Zhang Huangbin 2016-01-09 00:10:56 +08:00
parent 4fb1a3acff
commit 2335799d88
2 changed files with 4 additions and 4 deletions

View File

@ -635,8 +635,8 @@ body_checks = pcre:/etc/postfix/body_checks.pcre
```
* In `main.cf`, find parameter `smtpd_sender_restrictions =`, add a new setting
`check_sender_access pcre:/etc/postfix/sender_access.pcre` right before
`permit_mynetworks` like below:
`check_sender_access pcre:/etc/postfix/sender_access.pcre` right after
`permit_sasl_authenticated` like below:
```
smtpd_sender_restrictions =

View File

@ -608,8 +608,8 @@ body_checks = pcre:/etc/postfix/body_checks.pcre
<ul>
<li>In <code>main.cf</code>, find parameter <code>smtpd_sender_restrictions =</code>, add a new setting
<code>check_sender_access pcre:/etc/postfix/sender_access.pcre</code> right before
<code>permit_mynetworks</code> like below:</li>
<code>check_sender_access pcre:/etc/postfix/sender_access.pcre</code> right after
<code>permit_sasl_authenticated</code> like below:</li>
</ul>
<pre><code>smtpd_sender_restrictions =
...