postfix and cyrus + excuse for yesterday's post

2003-03-06 Thread Markus Welsch
Hi, First of all I'd like to excuse my post for yesterday ... adressed that to the wrong mailing list as I wrote the message in a hurry. Anyways Courier lacks for quota support (without patching it) and I didn't find any valueable information about it on the web. Anyways, Cyrus seems to be more

Re: Kerberos and cached credentials with clients that only support LOGIN

2003-03-06 Thread Jeremy Rumpf
On Thursday 06 March 2003 05:26 pm, Roland Pope wrote: > Hi, > > I am running cyrus-imapd 2.1.12 on a RedHat 7.3 box and have been using > pam_smb via saslauthd to authenticate my outlook clients. Now that our DC's > are running Win2k, I would like to use kerberos under AD to do my auth. > I can ge

Kerberos and cached credentials with clients that only support LOGIN

2003-03-06 Thread Roland Pope
Hi, I am running cyrus-imapd 2.1.12 on a RedHat 7.3 box and have been using pam_smb via saslauthd to authenticate my outlook clients. Now that our DC's are running Win2k, I would like to use kerberos under AD to do my auth. I can get things working by changing the pam_smb_auth library in /etc/pam.

Re: An interesting problem regarding Murder and LDAP

2003-03-06 Thread Rob Siemborski
On Thu, 6 Mar 2003, Etienne Goyer wrote: > 1. I can't make my backend directly available to client (thru referral, > for example) because I can't force plain login (thus authenticating to > LDAP) on them because that would break the frontend authentication > process. 2.2 can do this successfully.

An interesting problem regarding Murder and LDAP

2003-03-06 Thread Etienne Goyer
Hi again, I have an interesting problem regarding Murder and authenticating user to LDAP via saslauthd. I want to keep all the user data in LDAP and do without synchronizing credentials on many frontend. To authenticate against LDAP, I use saslauthd. As I understand it, saslauthd is only used

Re: Unable to auth...

2003-03-06 Thread Kevin Hanna
hehe, yup I have an older version of sasl installed. But now the question is... Why don't I have sasl 2 files installed? I have the cyrus-sasl-2.1.12. I did the configure (below) make make install (created symbolic like for the library). But saslpasswd2 and sasldblistuse binaries are nowhere to b

RE: Re: Creating Mailboxes via Script

2003-03-06 Thread Joe Dennick
OK, I've been playing with this script and variations of it for a while now, and I still can't get it to successfully login to the IMAP server. It always produces the following error: Can't call method "login" on an undefined value at ./bulk line 32. I had to go to cpan.org to download the N

RE: Problem with master (lmtpd) process and current cvs source (tag 2.2) !

2003-03-06 Thread Joe Dennick
You need to edit the /etc/cyrus.conf file and make sure the 'lmptunix' line points to the right socket. You can do a find for it if you are not sure. Below is the line from my cyrus.conf file running on Red Hat 8.0. I too had this problem and found this solution on another message board. l

RE: Postfix 1.1.11 (Debian/Woody) and quota's using Courier

2003-03-06 Thread Scott Balmos
Odd to ask about Postfix & Courier on a Cyrus list, but no matter... :) http://www.sweeney.demon.co.uk/pfix_imap_virtual.html HTH -- Scott Balmos -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Markus Welsch Sent: Thursday, March 06, 2003 11:13 AM To: [

Postfix 1.1.11 (Debian/Woody) and quota's using Courier

2003-03-06 Thread Markus Welsch
Hi, I'd like catch all virtual user informations (authentification details and quota, etc) from a MySQL database. Optionally I'd like to implement POP-before-SMTP. Anybody set up something like this and/or could provide me with some kind of howto ? The mail traffic is about 15 GB / month ... so

Re: Unable to auth...

2003-03-06 Thread Kevin Williams
Kevin Hanna, Having just installed cyrus myself, I got a similar error. It was one of two things for me. I forgot to create the users and their passwords in the sasldb2 file (check to see if /etc/sasldb2 exists), OR I forgot to change the owner of this file from root to cyrus. It looks like you

Re: ctl_mboxlist being run as root and CRAM-MD5 with saslauthd +LDAP

2003-03-06 Thread Rob Siemborski
On Thu, 6 Mar 2003, Etienne Goyer wrote: > --- > configdirectory: /var/imap > partition-default: /tmp > admins: cyrus > sasl_mech_list: PLAIN > sasl_pwcheck_method: saslauthd > --- If you're using PLAIN to authenticate to your backends, you'll need to be using 2.2 (with the TLS support for backen

Problem with master (lmtpd) process and current cvs source (tag2.2) !

2003-03-06 Thread Franz Skale
I checked out the new source and compiled it as you said yesterday. I use sendmail 8.12.8-1 and cyrus 2.2. If sendmail tries to deliver the mail using the lmtp unix socket, the master process logs this to syslog: master[804]: process 1205 exited, signaled to death by 11 And then the mailq shows con

Re: 2.2 release ?

2003-03-06 Thread Dmitry Alyabyev
Rob Siemborski wrote: > On Mon, 3 Mar 2003, Dmitry Alyabyev wrote: > >> What is expected date of releasing cyrus-2.2 ? > > Right now we're looking at sometime in the next two weeks to release > 2.2.0-ALPHA. It'd really make me feel a lot more comfortable to hear what > sort of success people ar

ctl_mboxlist being run as root and CRAM-MD5 with saslauthd + LDAP

2003-03-06 Thread Etienne Goyer
Hi there, I am setting up a Murder (cool technologie, btw) and I have a problem I can't seem to solve by myself. Any help would be very appreciated ! Basically, ctl_mboxlist try to authenticate as root on the MUPDATE master server. Here is the revelant part of my /etc/cyrus.conf : --- START {

Re: 2.2 release ?

2003-03-06 Thread Rob Siemborski
On Thu, 6 Mar 2003, Dmitry Alyabyev wrote: > the problem is when cyrus compiled with --enable-fulldirhash and when I do > create new domain by mkimap -d my.domain.com it's created in > $configdirectory/domain/ with one-level hash and 'rehash' script doesn't solve > the problem This was known...an

Re: directory hash question ...

2003-03-06 Thread Rob Siemborski
On Thu, 6 Mar 2003, [iso-8859-1] Brasseur Valéry wrote: > looking at the code of dir_hash_c in util.c, I am seeing that the hash is > done only on 23 char where mkimap is create 26 char ! This depends on what mode of directory hasing you are in. Fulldir hash uses A-W, basic hashing uses a-z. S

Re: 2.2 release ?

2003-03-06 Thread Rob Siemborski
On Mon, 3 Mar 2003, Dmitry Alyabyev wrote: > What is expected date of releasing cyrus-2.2 ? Right now we're looking at sometime in the next two weeks to release 2.2.0-ALPHA. It'd really make me feel a lot more comfortable to hear what sort of success people are having with the bytecode. (For ex

Re: Authenticating Mail Users

2003-03-06 Thread Eugene Chow
Was this error present before you opted to authenticate from sasldb2 or did it appear after you did that? I've not encountered this problem before so I cannot comment. Sorry...perhaps you might find an answer on the web. * Krishna wrote: Hi, I am using Cyrus version cyrus-i

directory hash question ...

2003-03-06 Thread Brasseur Valéry
looking at the code of dir_hash_c in util.c, I am seeing that the hash is done only on 23 char where mkimap is create 26 char ! is it normal ? can we use more char ? TIA valery