Re: POP3 re-downloading mail

2004-11-08 Thread Szii
've never found a way to stop it. We had three people on that "leave messages on server" setting and their "multiple downloads" were never sync'd and we never could find a corrolation. (One guy NEVER had it happen, one was intermittant and one happe

Re: Redundant database query?

2004-10-28 Thread Szii
I noticed this, but upon closer examination, it's doing a SQL prepare first. I don't know if you're seeing the same thing. Since it's only being executed once, I don't know why the extra overhead of a SQL prepare but/shrug. -Mike/Szii - Original Message ---

RE: Cyrus-imap openssl and Outlook

2004-09-21 Thread szii
Trusted Root Certification Authorities. Import YOUR CA into this area on each and every single Outlook client. Then, as the client goes up the chain it'll find your "authentic and known trusted CA" and you won't get that messages any more. -Mike/Szii --- Cyrus Home Page:

RE: Funding Cyrus High Availability

2004-09-17 Thread szii
roblem will use > it and it's likly to have issues with new changes. I'd actually figured something like ODBC would be used, with prepared statements. /shrug. Abstract the whole interface issue. Just some thoughts. =) -Mike/Szii --- Cyrus Home Page: http://asg.web.cmu.edu/cyr

RE: Funding Cyrus High Availability

2004-09-17 Thread szii
big "hope" pill. =D -Mike/Szii --- 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

Postfix, Cyrus and LMTP with virtual users and FQDNs.

2004-09-13 Thread szii
Okay, I blew an entire weekend debugging this - time to find another pair of eyes... Postfix->Cyrus, both using MySQL and FQDN logins. (ie, [EMAIL PROTECTED]) Relevent sections: virtdomains: userid fulldirhash: 1 allowplainwithouttls: 1 hashimapspool: 1 allowplaintext: 1 unixhierarchysep: 1 sas

RE: mailboxname an cyrus 2.1.13

2004-08-25 Thread szii
alid > user) You may need to set allowplainwithouttls in imapd.conf to 1. I don't know your architecture. -Mike/Szii --- 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

crypt

2004-08-23 Thread szii
I've been brawling with this for a while now, maybe someone on here has an idea. In /etc/imapd.h sasl_password_format: crypt This does not work if the datastore actualy has a crypt()'d password. Note, above, that it's set to "crypt" but if I use plaintext in the datastore it -will- work. cyr