Re: Contents mysql problem

2013-09-20 Thread Sébastien Michel
examined my mysql problem a little more and got the following: the following log (2) shows, I preforked 7 imapd -s childs (by /etc/cyrus.conf) and while one of the processes still reads from the local mysql server (see process 32711), newly forked imapd childs are loosing this ability (see

Re: Contents mysql problem

2013-09-12 Thread Rudolf Gabler
Hi, I examined my mysql problem a little more and got the following: the following log (2) shows, I preforked 7 imapd -s childs (by /etc/cyrus.conf) and while one of the processes still reads from the local mysql server (see process 32711), newly forked imapd childs are loosing this ability

mysql problem

2013-09-11 Thread Rudolf Gabler
Hi, the cyrus-imapd-2.4.17-caldav-beta6 release shows the following: After a fresh start with a mysql database for several purposes duplicate_db: sql mboxlist_db: sql quota_db: sql tlscache_db: sql the system is running as expected. After approximately the 10 imaps contact suddenly the

Re: mysql problem

2013-09-11 Thread Bron Gondwana
On Wed, Sep 11, 2013, at 05:46 PM, Rudolf Gabler wrote: Hi, the cyrus-imapd-2.4.17-caldav-beta6 release shows the following: After a fresh start with a mysql database for several purposes duplicate_db: sql mboxlist_db: sql quota_db: sql tlscache_db: sql the system is running as

Re: mysql problem

2013-09-11 Thread Ken Murchison
On 9/11/13 5:43 AM, Bron Gondwana wrote: On Wed, Sep 11, 2013, at 05:46 PM, Rudolf Gabler wrote: Hi, the cyrus-imapd-2.4.17-caldav-beta6 release shows the following: After a fresh start with a mysql database for several purposes duplicate_db: sql mboxlist_db: sql quota_db: sql

Re: mysql problem

2013-09-11 Thread Blake Hudson
Rudolf Gabler wrote the following on 9/11/2013 2:46 AM: the system is running as expected. After approximately the 10 imaps contact suddenly the following occurs: Sep 11 09:43:29 xmailer imaps[8168]: DBERROR: SQL query failed: MySQL server has gone away Sep 11 09:43:29 xmailer imaps[8168]:

RE: mysql problem

2013-09-11 Thread Shawn Bakhtiar
enabling logging on the mysql server and look to see what the last myql queries cyrus makes before this happens, this may give you some clues as to where it's happening. Date: Wed, 11 Sep 2013 08:53:09 -0500 From: bl...@ispn.net To: info-cyrus@lists.andrew.cmu.edu Subject: Re: mysql problem

Re: Sieve authentification (against mysql) problem

2006-09-20 Thread Bjoern Burger
Andreas Winkelmann schrieb: Am Tuesday 19 September 2006 14:58 schrieb Bjoern Burger: -u is the Authorization-Id. -a is what you want. If you omit -a, the logged in User is used, in your Case [EMAIL PROTECTED] . $ sivtest -a cyrus server.domain.tld Maybe add both: $ sivtest -a cyrus -u

Sieve authentification (against mysql) problem

2006-09-19 Thread Bjoern Burger
Hello, i have trouble with sieve and hope someone can tell me a way out. Google is not my friend today. I have installed a Debian server with Cyrus, Sendmail and WebCyradm. The user authentication works against a mysql database. Almost every thing works fine, all usernames and passwords are

Re: Sieve authentification (against mysql) problem

2006-09-19 Thread Andreas Winkelmann
Am Tuesday 19 September 2006 14:58 schrieb Bjoern Burger: i have trouble with sieve and hope someone can tell me a way out. Google is not my friend today. I have installed a Debian server with Cyrus, Sendmail and WebCyradm. The user authentication works against a mysql database. Almost

Re: cyrus + sasl + pam + mysql problem

2006-03-22 Thread Rudy Gevaert
Hi, With the help of the list I have set up cyrus + sasl + pam + mysql. The only problem I still have is that I can't log in for a user with the cyradm password. My cyradm password is set and can be found in the /etc/sasldb2 file. How can I further debug this? Thanks in advance, -- -- --

Re: cyrus + sasl + pam + mysql problem

2006-03-22 Thread Simon Matter
Hi, With the help of the list I have set up cyrus + sasl + pam + mysql. The only problem I still have is that I can't log in for a user with the cyradm password. My cyradm password is set and can be found in the /etc/sasldb2 file. If you have your users in mysql, you don't need anything

Re: cyrus + sasl + pam + mysql problem

2006-03-22 Thread Rudy Gevaert
Simon Matter wrote: Hi, With the help of the list I have set up cyrus + sasl + pam + mysql. The only problem I still have is that I can't log in for a user with the cyradm password. My cyradm password is set and can be found in the /etc/sasldb2 file. If you have your users in mysql, you

Re: cyrus + sasl + pam + mysql problem [auf V iren überprüft]

2006-03-22 Thread Hans Moser
Rudy Gevaert schrieb: My cyradm password is set and can be found in the /etc/sasldb2 file. If you have your users in mysql, you don't need anything in /etc/sasldb2. You have to set your admin accounts for cyradm in the mysql db. Ok: I removed /etc/sasldb2 and added a user cyradm in my mysql

Re: cyrus + sasl + pam + mysql problem

2006-03-22 Thread Rudy Gevaert
Hi, A followup. It seems that I informed incorrectly and that our authentication whas hacked to let us login to all accounts with a second password. I am able to do this now with pam + mysql too. I added a second line in my pam-msql config so that it also checks an other column if the

cyrus + sasl + pam + mysql problem

2006-03-02 Thread Rudy Gevaert
Hello, I have tried to set up cyrus with passwords in mysql. I only have the password in crypt format. I'm using debian sarge, but the cyrus is compiled from source. I thought I could do this the following way: 1) configure sasl so that it uses pam for authentication 2) configure pam so

Re: cyrus + sasl + pam + mysql problem

2006-03-02 Thread Muenz, Michael
Is this true? Because: An imapd.conf with sasl_mech_list: PLAIN sasl_pwcheck_method: auxprop sasl_auxprop_plugin: sql sasl_sql_engine: mysql sasl_mech_list: PLAIN sasl_sql_hostnames: localhost sasl_sql_user: mail sasl_sql_passwd: x sasl_sql_database: mail sasl_sql_verbose: yes

Cyrus IMAPD + Cyrus SASL + MySQL : Problem while trying to use non plaintext login

2004-12-01 Thread Gerald C.
Hi, I'm new with cyrus system and i'm actually trying to configure it. By now, everything works fine. I use saslauthd with pam_mysql for authenticating my users. I can create my user with cyradm (after adding it to mysql db), and then use the account in a MUA with no problem. The problem is

Re: Cyrus IMAPD + Cyrus SASL + MySQL : Problem while trying to use non plaintext login

2004-12-01 Thread Holger Mauermann
So is it impossible to use saslauthd + pam_mysql (or auxprop with plugin sql the two method works) with CRAMMD5 or DIGESTMD5 ? saslauthd is limited to plaintext. For shared secret mechs you should use auxprop (sasldb or sql). Holger --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus

Re: MySQL problem

2003-06-03 Thread Simon Loader
On Mon, 2003-06-02 at 14:08, Vasili G. Yanov wrote: I have successfully compiled and installed Sendmail 8.2.19 + Cyrus Imap 2.1.9 + Cyrus SASL 2.1.7. I store users in sasl2.db. After all I decide store all users in MySQL, for this I recompile sasl2 with --with-mysql. Now when I try to

Re: MySQL problem

2003-06-03 Thread Rob Siemborski
On Mon, 3 Jun 2003, Simon Loader wrote: Your probably using mysql4 in which case that should be a different call. When I get a new version of cyrus somewhere ill patch the code. The code is fixed in CVS. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob