This commit is contained in:
Zhang Huangbin 2014-11-03 19:06:09 +08:00
parent 6a5ab8b64e
commit a7dd5005a3
4 changed files with 8 additions and 8 deletions

View File

@ -195,9 +195,9 @@ result_format = %d/%u/Maildir/
debuglevel = 0
</code></pre>
<p><strong>Note</strong>: Here, we hard-code user's mailbox path to be
<code>[domain]/[username]/Maildir</code> in <code>result_format</code> setting. for example:
<code>example.com/postmaster/Maildir</code>.</p>
<p><strong>Note</strong>: Here, we hard-code user's mailbox path in
<code>[domain]/[username]/Maildir/</code> format (<code>result_format</code> parameter). for example:
<code>example.com/postmaster/Maildir/</code>.</p>
<ul>
<li>Create file: <code>/etc/postfix/ad_virtual_group_maps.cf</code>:</li>
</ul>

View File

@ -66,7 +66,7 @@ and it may be not working as expected.</p>
<li>PF is enabled by default, with basic rules for ssh and mail services.</li>
<li>System built-in <a href="http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/spamd.8"><code>spamd(8)</code></a> is enabled by default for greylisting,
whitelisting, blacklisting.</li>
<li>Sendmail is disabled by default, replaced by Postfix.</li>
<li>Sendmail and OpenSMTPd are disabled by default, replaced by Postfix.</li>
</ul>
<h2 id="preparations">Preparations</h2>
<h3 id="set-a-fully-qualified-domain-name-fqdn-hostname-on-your-server">Set a fully qualified domain name (FQDN) hostname on your server</h3>

View File

@ -34,7 +34,7 @@ Notes:
* PF is enabled by default, with basic rules for ssh and mail services.
* System built-in [`spamd(8)`](http://www.openbsd.org/cgi-bin/man.cgi/OpenBSD-current/man8/spamd.8) is enabled by default for greylisting,
whitelisting, blacklisting.
* Sendmail is disabled by default, replaced by Postfix.
* Sendmail and OpenSMTPd are disabled by default, replaced by Postfix.
## Preparations

View File

@ -179,9 +179,9 @@ result_format = %d/%u/Maildir/
debuglevel = 0
```
__Note__: Here, we hard-code user's mailbox path to be
`[domain]/[username]/Maildir` in `result_format` setting. for example:
`example.com/postmaster/Maildir`.
__Note__: Here, we hard-code user's mailbox path in
`[domain]/[username]/Maildir/` format (`result_format` parameter). for example:
`example.com/postmaster/Maildir/`.
* Create file: `/etc/postfix/ad_virtual_group_maps.cf`: