Mapping a username to a Mailbox via LDAP?

2008-10-14 Thread Daniel Dewald
Hi, I’m currently working on a project to integrate parts of a Kolab server into an M$ Active Directory. For that I wrote a script for postfix which converts the username into the Sid (this is done so that a user can be renamed in AD and still has the same Cyrus mailbox). So far this is

IMAPS terminating abnormally

2008-10-14 Thread David Korpiewski
I have two cyrus machines running and on both systems I'm getting a TLS error and then the error in BUSY state: terminated abnormally. The interesting thing is that all of these errors are from the IPs of the load balancer that I have running. So 128.119.240.177 is the load balancer's

NULL pointer bug in 2.3.13rc3 when deleting top-level mailboxes

2008-10-14 Thread Stephen Grier
Hi, While testing cyrus-imapd-2.3.13rc3, I noticed log entries like the following when deleting a top-level mailbox: Oct 14 17:39:21 machine master[24378]: process 24391 exited, signaled to death by 11 The mailbox had been removed from the filesystem, but the imapd process appears to have

Re: IMAPS terminating abnormally

2008-10-14 Thread Pascal Gienger
David Korpiewski [EMAIL PROTECTED] wrote: I have two cyrus machines running and on both systems I'm getting a TLS error and then the error in BUSY state: terminated abnormally. Which cyrus imapd version? Can you set the loglevel to debug in your syslog.conf? Cyrus Home Page:

Re: NULL pointer bug in 2.3.13rc3 when deleting top-level mailboxes

2008-10-14 Thread Wesley Craig
Thanks, I've opened this bugzilla: http://bugzilla.andrew.cmu.edu/show_bug.cgi?id=3071 as a blocker for 2.3.13. A reminder: it's much, much better to report bugs in the bugzilla than on the lists. The lists are for discussion. :wes On 14 Oct 2008, at 13:09, Stephen Grier wrote:

Re: IMAPS terminating abnormally

2008-10-14 Thread David Korpiewski
Thank you for asking questions, I'm very interested in getting this problem solved ASAP. I have turned on debugging level up by editing my /etc/syslog.conf file and adding this line: local6.debug /var/log/mailaccess.log However, I don't see any additional debug information (as shown below). I

Re: IMAPS terminating abnormally

2008-10-14 Thread Pascal Gienger
David Korpiewski [EMAIL PROTECTED] wrote: Thank you for asking questions, I'm very interested in getting this problem solved ASAP. I have turned on debugging level up by editing my /etc/syslog.conf file and adding this line: local6.debug /var/log/mailaccess.log However, I don't see any

Re: IMAPS terminating abnormally

2008-10-14 Thread David Korpiewski
Sometimes I feel like an absolute idiot. I figured out what this is. The load balancer I have does not have the capability to connect via IMAPS to see if the cluster nodes are up and running, therefore the test it does to just telnet into the imaps port. However, this telnetting in is

Re: Mapping a username to a Mailbox via LDAP?

2008-10-14 Thread Pascal Gienger
Daniel Dewald [EMAIL PROTECTED] wrote: I want the user to login with his AD credentials and still be routed to his correct mailbox. Is there a mapping feature in Cyrus for mailbox names I’m not aware of? It would be perfect if There are two SASL plugins dealing with login and user names: 1.

Re: Sieve Authentication

2008-10-14 Thread Dan White
Antonio, The sieve protocol is defined in RFC 3028. 'sivtest' should be easier than telnet though. However, as mentioned in the documentation, you'll probably want to use sieveshell to manipulate scripts. - Dan Antonio Talarico wrote: Thanks now i can authenticate with sieve, But i have