[Imap-uw] Request: PAM service name as run-time option

2009-01-21 Thread Stefan Bertels
Hi, currently the PAM service name is hard-coded into imapd. This is bad for setups where you want to run multiple servers (on different ports) that should get different PAM settings. I know I can patch the source and recompile imapd, but this breaks updates etc. Request: Please make the PAM

[Imap-uw] RFC: new mailbox /nogssapi flag?

2009-01-21 Thread Joe Orton
Hi. We've continued to see problems from users who are trying to use misconfigured IMAP servers which advertise (broken) GSSAPI authn support. Clients want to work around this by avoiding use of GSSAPI; the only way to do this currently is to disable the auth_gss authenticator if linked in.

[Imap-uw] Blackberry Internet Service and UW-IMAP MIX burping

2009-01-21 Thread Dave Halsema
Last September when the Blackberry Internet Service started using the IMAP IDLE command, we were one of the sites reporting issues with those users not having their MIX mailboxes burped. We applied the patch to do mail checkpoint during the IDLE loop, and I could confirm through my own tests that

[Imap-uw] C-Client crashes on Vista

2009-01-21 Thread Raju Nanduri (rnanduri)
Hi there, Need some help with a c-client library issue we are facing. On some of Vista machines, Our Software crashes intermittently into c-client library as pointed by the stack trace below. Our logs show that it works fine for a while, fetches vmails etc and then it hangs for few milli sec an

Re: [Imap-uw] C-Client crashes on Vista

2009-01-21 Thread Mark Crispin
The first thing you should do is to determine which version of c-client you have. Newer versions of c-client have a #define CCLIENTVERSION near the start of mail.h. Your "April 08 as the date" confuses me; there was no release version in April 2008 or on any April 8. Please consider upgradin

Re: [Imap-uw] Blackberry Internet Service and UW-IMAP MIX burping

2009-01-21 Thread Mark Crispin
I can confirm that this is happening. I have a BlackBerry Storm now... Not surprisingly, UW IMAP is behaving as designed. EXAMINE mode is specifically forbidden from doing writes to the mail store, and burping is a write. It's unfortunate that RIM uses EXAMINE for their mailbox monitoring.

RE: [Imap-uw] C-Client crashes on Vista

2009-01-21 Thread Raju Nanduri (rnanduri)
Hi Mark, Thanks a lot for quick response and some pointers . Here is the version info' I found in mail.h. This header also contains this line: " Last Edited: 19 November 2007 " /* The Version */ #define CCLIENTVERSION "2007" Here is the local variable info' for tcpstream from debugger if

RE: [Imap-uw] C-Client crashes on Vista

2009-01-21 Thread Raju Nanduri (rnanduri)
Moved "imap-uw@u.washington.edu" to "To" lis -Original Message- From: Raju Nanduri (rnanduri) Sent: Wednesday, January 21, 2009 5:29 PM To: 'Mark Crispin' Cc: imap-uw@u.washington.edu; Patrick Hamel (path) Subject: RE: [Imap-uw] C-Client crashes on Vista Hi Mark, Thanks a lot for q

RE: [Imap-uw] C-Client crashes on Vista

2009-01-21 Thread Mark Crispin
OK, the version that you have is imap-2007, which was released on December 20, 2007. I don't know what to make of the information from the debugger. The "???" and "expression cannot be evaluated" suggest that maybe the ssl_stream points to unallocated memory at 0x017258e8. That would explain th

Re: [Imap-uw] Request: PAM service name as run-time option

2009-01-21 Thread Mark Crispin
The problem with using any command line parameters in the distribution version of imapd is that certain obscure authentication mechanisms use the command line for their own purposes. Fortunately, it's easy enough to patch the source with the code that you want. It's not likely that there will