Re: Postfix+Cyrus+MySQL please help its been 3 days solved

2002-11-15 Thread skuran
Hi, Problem solved im now digging the logs to find out what the problem was exactly. But i suppose it's somehow related with the "cyrus user in sasldb2" and mysql entries. * i deleted some test users in sasldb2 (#saslpasswd2 -d username) that i have created * created cyrus user again (#saslpasswd

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-15 Thread skuran
Unfortunately i couldnt solve the problem yet my saslauthd also starts with -a pam & i have sasldb2 in /etc i added extra LOGIN in sasl_mech_list option in imapd.conf i have "account required..." in /etc/pam.d/imap ( it was a mistype) But no way. i think i will give up. its hopeless > I don't kn

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-15 Thread Bryntez
I don't know if you have fixed your problem yet, but I have a working server with the same config as you have. (Except we're running imap/sasl 2.1.5) - our saslauthd starts with the following option: -a &pam - we have also a file in /etc/ called sasldb2.. (do you have this file ?) - we have "sasl_

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-14 Thread Süleyman Kuran
> > Hello, > > maybe if is possible you have to create the /etc/sasldb file and put in > /etc/sasldb > saslpasswd secret > passwd secret > > and then you have to take > > saslpasswd2 cyrus > and give him the secret >

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-14 Thread Scott Russell
On Fri, Nov 15, 2002 at 03:02:54AM +0200, [EMAIL PROTECTED] wrote: > Yes that's an option, i just followed Luc's HOWTO and used pam. But now how > do i make changes to omit pam_mysql configuration > #saslauthd -v > saslauthd 2.1.7 > authentication mechanisms: getpwent kerberos5 pam rimap shadow >

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-14 Thread Kendrick Vargas
You know, you might just want to have sasl authenticate directly against mysql. It'll take a layer or two off of your authentication path, ie.. imapd -> sasl -> saslauthd -> pam -> mysql, instead of simply imapd -> sasl -> mysql. Also, for a while I was following pam_mysql and it seemed a numb

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-14 Thread skuran
Yes that's an option, i just followed Luc's HOWTO and used pam. But now how do i make changes to omit pam_mysql configuration #saslauthd -v saslauthd 2.1.7 authentication mechanisms: getpwent kerberos5 pam rimap shadow and i think web-cyradm has nothing to do with pam_mysql > On Fri, Nov 15, 200

Re: Postfix+Cyrus+MySQL please help its been 3 days

2002-11-14 Thread Scott Russell
On Fri, Nov 15, 2002 at 01:24:19AM +0200, [EMAIL PROTECTED] wrote: > Hi all, > > i was running qmail+Courier-IMAP+mysql+checkpassword+SMTP-auth on RedHat > 7.3 before i decided to switch to Postfix+Cyrus+MySQL on RedHat 8.0,so i > setup a test system to see if i could make it. The test system is r