This commit is contained in:
Zhang Huangbin 2015-01-13 21:39:21 +08:00
parent 3a636bfdc4
commit 3a5a5ee850
2 changed files with 12 additions and 0 deletions

View File

@ -45,6 +45,11 @@
<pre><code># crontab -l -u _sogo
</code></pre>
<p>If it's not <code>/usr/local/sbin/sogo-tool</code>, please edit its cron job with below
command and fix it:</p>
<pre><code># crontab -e -u _sogo
</code></pre>
<h2 id="mysqlmariadb-backend-special">MySQL/MariaDB backend special</h2>
<h3 id="fixed-not-apply-service-restriction-in-dovecot-sql-query-file-while-acting-as-sasl-server">Fixed: Not apply service restriction in Dovecot SQL query file while acting as SASL server</h3>
<p>Please open Dovecot config file <code>/etc/dovecot/dovecot-mysql.conf</code>

View File

@ -24,6 +24,13 @@ Please check user `_sogo`'s cron job, make sure path to `sogo-tool` command is
# crontab -l -u _sogo
```
If it's not `/usr/local/sbin/sogo-tool`, please edit its cron job with below
command and fix it:
```
# crontab -e -u _sogo
```
## MySQL/MariaDB backend special
### Fixed: Not apply service restriction in Dovecot SQL query file while acting as SASL server