Mention custom global sieve file.

This commit is contained in:
Zhang Huangbin 2019-10-31 13:24:13 +08:00
parent 6035b3cbe5
commit e58993380e
2 changed files with 9 additions and 0 deletions

View File

@ -342,6 +342,10 @@ overrode by the last one.
- `/opt/iredmail/custom/dovecot/conf-enabled/`: store custom Dovecot settings.
- `/opt/iredmail/custom/dovecot/custom.sh`: a bash shell script used for advanced customization
- `/opt/iredmail/custom/dovecot/dovecot.sieve`: custom global sieve rule file.
If this file exists, iRedMail Easy will link it to
`/var/vmail/sieve/dovecot.sieve` as global sieve rule file.
### Roundcube

View File

@ -461,6 +461,11 @@ overrode by the last one.</p>
<ul>
<li><code>/opt/iredmail/custom/dovecot/conf-enabled/</code>: store custom Dovecot settings.</li>
<li><code>/opt/iredmail/custom/dovecot/custom.sh</code>: a bash shell script used for advanced customization</li>
<li>
<p><code>/opt/iredmail/custom/dovecot/dovecot.sieve</code>: custom global sieve rule file.</p>
<p>If this file exists, iRedMail Easy will link it to
<code>/var/vmail/sieve/dovecot.sieve</code> as global sieve rule file.</p>
</li>
</ul>
<h3 id="roundcube">Roundcube</h3>
<h4 id="custom-global-settings">Custom global settings</h4>