Hi Eric, I thoght that was weird to
Out put of dovecot -n :
# 2.2.7: /etc/dovecot/dovecot.conf
# OS: Linux 2.6.32-431.11.2.el6.x86_64 x86_64 CentOS release 6.5 (Final)
auth_cache_size = 32 M
auth_mechanisms = plain login digest-md5 cram-md5
first_valid_gid = 89
first_valid_uid = 89
log_path = /var/log/dovecot.log
login_greeting = Dovecot toaster ready.
mail_plugins = " quota"
namespace {
 inbox = yes
 location =
 prefix =
 separator = .
 type = private
}
passdb {
 args = cache_key=%u webmail=127.0.0.1
 driver = vpopmail
}
plugin {
 quota = maildir:ignore=Trash
 quota_rule = ?:storage=0
}
protocols = imap pop3
ssl_cert = </etc/ssl/certs/dovecot.pem
ssl_cipher_list = ALL:!LOW:!SSLv2
ssl_dh_parameters_length = 2048
ssl_key = </etc/ssl/private/dovecot.pem
userdb {
 args = cache_key=%u quota_template=quota_rule=*:backend=%q
 driver = vpopmail
}
protocol imap {
 imap_client_workarounds = delay-newmail
 mail_plugins = " quota imap_quota"
}
protocol pop3 {
 pop3_client_workarounds = outlook-no-nuls oe-ns-eoh
 pop3_fast_size_lookups = yes
 pop3_lock_session = yes
}

Dave M



-----Original Message----- From: Eric Shubert Sent: Friday, May 02, 2014 11:02 AM To: [email protected] Subject: [qmailtoaster] Re: SSL
On 05/01/2014 08:09 AM, Dave M wrote:
tail -f /var/log/dovecot.log
May 01 08:54:49 auth-worker: Error: Attempting to rebuild connection to
SQL server
May 01 08:54:49 auth-worker: Error: vmysql: connection rebuild failed:
Table 'vpopmail.users' doesn't exist
May 01 08:54:49 auth-worker: Error: vmysql: sql error[3]: Table
'vpopmail.users' doesn't exist
May 01 08:54:49 auth-worker: Error: Attempting to rebuild connection to
SQL server
May 01 08:54:49 auth-worker: Error: vmysql: connection rebuild failed:
Table 'vpopmail.users' doesn't exist

**Missing Table  concerned me ** Is there a mysql problem here?

Dovecot should not be configured to use mysql. It uses vpopmail
instead, which does the mysql accessing.

FWIW, I have no instances of "mysql" in my dovecot.log.

What's your dovecot configuration?
# doveconf -n

--
-Eric 'shubes'


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to