Re: 2.2 and 2.3 imapd

2005-06-22 Thread Patrick Radtke
We had the same problem a few weeks back. I filed a bug at https://bugzilla.andrew.cmu.edu/show_bug.cgi?id=2669 Our solution was to have the backends and murder master run the 2.3 code, and the frontends run the 2.2 code. This works for us since the 2.3 features that we want (replication,

saslauthd, ldap_filter

2005-06-22 Thread Paul van der Vlis
Hello, I have LDAP authentification working via SSL to a Novell server, and I am glad ;-) But OK, a little problem: The users are not all in the same 'container'. When I use: ldap_filter: cn=%u,ou=lrl,o=wlg I can authenticate some uers, but other users need: ldap_filter: cn=%u,ou=ler,o=wlg Is

Cyradm - dm command

2005-06-22 Thread Thor Vik
During test of cyradm I accedently created a mailbox without the user. prefix which caused an email box to be created under root. In this case under /var/spool/cyrus/mail/l. I have tried to delete it as admin with the proper sam and then give proper rights but cyradm wont delete it. I get

test

2005-06-22 Thread Oliver Kaltenecker
test --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

cyrus-imapd pop3 authentication

2005-06-22 Thread Vijay Kumar
Hi, I am running cyrus-imapd-2.2.10 on RHEL 4 system. We have created a user test with passwd test and we want to this user to receive email. When we do a telnet ip 110 and then give the USER and PASS commands , we are notable to login using the user id and passwd. Error given is :

Re: test

2005-06-22 Thread Timo Schoeler
thus Oliver Kaltenecker spake: test yip, works ;) SCNR --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu List Archives/Info: http://asg.web.cmu.edu/cyrus/mailing-list.html

Re: cyrus-imapd pop3 authentication

2005-06-22 Thread Alexander Dalloz
Am Mi, den 22.06.2005 schrieb Vijay Kumar um 17:23: I am running cyrus-imapd-2.2.10 on RHEL 4 system. Update to the current update version of that package! We have created a user test with passwd test and we want to this user to receive email. When we do a “telnet ip 110 and then give

Re: 2.2 and 2.3 imapd

2005-06-22 Thread Christos Soulios
I fell into the same bug and from what I found using gdb was that after a SELECT command, the function cmdloop() of imapd calls proxy_check_input(). Then the following function calls are performed : proxy_check_input() - prot_read() - prot_fill() - read() Then read() blocks while waiting from

One partition per virtdomain

2005-06-22 Thread Etienne Goyer
Hi, Are there a way to have a different partition for each virtual domain ? I know you can specify the partition when creating the mailbox, with cyradm for example, but is there another way ? I plan on using autocreatequota and createonpost and I would like to have user's mailbox created in

Re: One partition per virtdomain

2005-06-22 Thread Etienne Goyer
Don't bother, I started playing with virtdomain and see that mailbox are created in separated domain/domainname.com folder. That satisfy my needs. Thanks anyway ! Etienne Goyer wrote: Hi, Are there a way to have a different partition for each virtual domain ? I know you can specify the

auxprop mysql w/crypt

2005-06-22 Thread Jim Bartus
Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. -jim --- Cyrus Home Page: http://asg.web.cmu.edu/cyrus Cyrus Wiki/FAQ: http://cyruswiki.andrew.cmu.edu

Re: saslauthd, ldap_filter

2005-06-22 Thread Laurent LARQUÈRE
Hi have you tried a filter with OR (|) ? Paul van der Vlis wrote: Hello, I have LDAP authentification working via SSL to a Novell server, and I am glad ;-) But OK, a little problem: The users are not all in the same 'container'. When I use: ldap_filter: cn=%u,ou=lrl,o=wlg I can

Re: auxprop mysql w/crypt

2005-06-22 Thread Igor Brezac
On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. No. -- Igor --- Cyrus Home Page:

Re: auxprop mysql w/crypt

2005-06-22 Thread Jim Bartus
Igor Brezac wrote: On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. No. Thanks Igor. Is there any

Re: auxprop mysql w/crypt

2005-06-22 Thread Jim Bartus
Igor Brezac wrote: On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database. No. Thanks Igor. Is there any

Re: integrating sendmail and cyrus realtime - supported with sendmail without Andrzej's patched cyrus m4 files?

2005-06-22 Thread Carl Brewer
Andrzej Adam Filip wrote: Carl Brewer wrote: I'm just wondering if anyone on this list knows if there's any official support for cyrus realtime integration into sendmail? I've been using Andrzej's patched cyrusv2.m4 files for some time and they work well, are they going to get rolled into

Re: auxprop mysql w/crypt

2005-06-22 Thread Igor Brezac
On Wed, 22 Jun 2005, Jim Bartus wrote: Igor Brezac wrote: On Wed, 22 Jun 2005, Jim Bartus wrote: Has this patch: http://frost.ath.cx/software/cyrus-sasl-patches/ or something like it been merged into cyrus as of 2.1.19? I'm trying to store only password crypts/hashes in my database.

Re: saslauthd, ldap_filter

2005-06-22 Thread Igor Brezac
On Wed, 22 Jun 2005, [UTF-8] Laurent LARQU?~HRE wrote: Hi have you tried a filter with OR (|) ? This will not work, ldap_filter in his config (auth method = fastbind) resolves to a dn which is used to bind to the ldap server. I'd use sasl and let the ldap server decide how to translate