I'm missing something. Dovecot doesn't use run files, it uses an init.d script.

I don't see how softlimit pertains to dovecot (nor its use of mysql).

Raising which softlimit fixes this?

Thanks.

--
-Eric 'shubes'

On 05/02/2014 12:59 PM, Dave M wrote:
Thanks Dan, raising softlimit works

Dave M

-----Original Message----- From: Dan McAllister Sent: Friday, May 02,
2014 11:54 AM To: [email protected] Subject: Re:
[qmailtoaster] Re: SSL
Gentlemen:

I may be able to offer a reason for the mysql reference:
  - the softlimit program is applied to the smtp instance -- which
includes the "child" processes of spamdyke, vpopmail, etc.
  - the same will be true for the other SSL-enabled processes.

I have found that I almost universally have to adjust the softlimit
variables when I enable SSL. (and FWIW, I use 128 MB -- same as Hassan
recommended :))

Dan McAllister


On 5/2/2014 1:39 PM, Dave M wrote:
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







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

Reply via email to