problem ntlm won't work with mysql

2005-07-11 Thread Thomas Börnert
hi list, ntlm with evolution or outlook isn't working: imap[17765]: badlogin: localhost.localdomain [127.0.0.1] NTLM [SASL (-13): authentication failure: incorrect NTLM response] i've found: if i use sasldb2 then it works. if i use the mysql setup below that it won't work :-(. have anyone an

Re: sieve and frontends

2005-07-11 Thread Ken Murchison
Patrick H Radtke wrote: I forgot that I had been applying a starttls patch to the src. Those tls options aren't in the normal release. Which patch is that? I'll just take a look through the patch when I have time to see what needs fixing in a tls referral. thanks, Patrick On Sun, 10

Re: problem ntlm won't work with mysql

2005-07-11 Thread Ken Murchison
Thomas Börnert wrote: hi list, ntlm with evolution or outlook isn't working: imap[17765]: badlogin: localhost.localdomain [127.0.0.1] NTLM [SASL (-13): authentication failure: incorrect NTLM response] i've found: if i use sasldb2 then it works. if i use the mysql setup below that it won't

quota problems

2005-07-11 Thread Derek Yarnell
Jul 11 10:03:18 white lmtpunix[29252]: verify_user(user.fmccall) failed: Over quota [EMAIL PROTECTED] ~]# cyradm white.umiacs.umd.edu white.umiacs.umd.edu lq user.fmccall STORAGE 878020/5 (0.175604%) [EMAIL PROTECTED] f]# pwd /var/lib/imap/quota/f [EMAIL PROTECTED] f]# cat

too many open files problem.

2005-07-11 Thread João Assad
Hello guys, cyrus is complaining about too many open files when I try to rename(move between servers) or delete a large number of mailboxes. I have a script that connects to the cyrus master server and issue renames or deletes. My script can be configured to close and reopen the connection

Re: .sieve not being read

2005-07-11 Thread Will Curry
I put my script through the tester and it works for all three conditions. Before I started using spamassassin and procmail, when I was using cyrus as the local mailer in sendmail's configs, I used to get these warnings: lmtpunix[16519]: IOERROR: fstating sieve script

Re: quota problems

2005-07-11 Thread Paul Raines
I had this same problem. THe max quota you can give users is 400 (which is 4GB). Anything over that will essentially result in a random quota as it gets 32-bit shifted. Note in the /var/lib/imap/quota/f/user.fmccall file, the top usage number is in bytes and the bottom quota number in

Re: problem ntlm won't work with mysql

2005-07-11 Thread Thomas Börnert
Yes, DIGEST-MD5 don't work too :-(. Why is it working with sasldb2 (auxprop) ? There exists an patch for cyrus with auxprop/mysql. Have anyone tested it ? Thanks. -Thomas On Mon, 2005-07-11 at 08:19 -0400, Ken Murchison wrote: Thomas Börnert wrote: hi list, ntlm with evolution or

Mail System Error - Returned Mail

2005-07-11 Thread Bounced mail
Your message was undeliverable due to the following reason(s): Your message was not delivered because the destination computer was not reachable within the allowed queue period. The amount of time a message is queued before it is returned depends on local configura- tion parameters. Most likely

pop3d stopped performing login

2005-07-11 Thread Ingo Freund
Hi, from one second to the next our cyrus pop3ds service stopped to login its users, while the imaps side continues its work properly. I'm searching and analysing the problem since two days without success. Calling the pop3test utility brings normal information into the logfile (except the login

Re: problem ntlm won't work with mysql

2005-07-11 Thread Ken Murchison
Thomas Börnert wrote: Yes, DIGEST-MD5 don't work too :-(. Why is it working with sasldb2 (auxprop) ? The mechanisms need the plaintext password (or plaintext equivalent) stored in the auxprop backend. The SQL auxprop that ships with SASL will work correctly unless you've patched it to

Re: problem ntlm won't work with mysql

2005-07-11 Thread Thomas Börnert
On Mon, 2005-07-11 at 16:55 -0400, Ken Murchison wrote: Thomas Börnert wrote: Yes, DIGEST-MD5 don't work too :-(. Why is it working with sasldb2 (auxprop) ? The mechanisms need the plaintext password (or plaintext equivalent) stored in the auxprop backend. Where is the patch

Re: Re[2]: .sieve not being read

2005-07-11 Thread Will Curry
I tried `sievec /home/will/sievescript /home/will/.sieve`, and it still didn't read it or show any sign looking for it in the imapd log. For the heck of it, I turned sieveusehomedir off, and setup the sieve plugin with Squirrelmail. I added the exact same rules, and checked /var/imap/sieve/will

Re: libsieve and :copy extension

2005-07-11 Thread Rob Mueller
Results in article being delivered to both - likewise with discard. In which case what's copy for then ? ?:/ I think the RFC describes it pretty well... http://www.faqs.org/rfcs/rfc3894.html This document defines a new keyword parameter, :copy, to be used with the Sieve fileinto and

Re: libsieve and :copy extension

2005-07-11 Thread Ken Murchison
Eric Berggren wrote: Any current efforts to add RFC3894 (the :copy extension) to libsieve ? Ken added this to the 2.3 CVS branch a few months back (yep, I wanted it as well :) Cool. Though, I thought that fileinto is a terminal action (unless one specifies keep, processing stops there).