[Dovecot] Password scheme module thoughts?

2008-10-11 Thread Ian R. Justman
Hi, all. I have successfully deployed the code I wrote to handle Post.Office password hashes. However, I had to implement it as a hack to password-scheme.c. I'd like to implement it as a module so I don't have to hack Dovecot whenever a new release comes out. However, I had a few

Re: [Dovecot] Initial support for shared mailboxes

2008-10-11 Thread Timo Sirainen
On Oct 11, 2008, at 10:52 AM, Sascha Wilde wrote: I have made a first rough sketch of the userdb-checkpassword back end, basically by copying the code of the passdb version. Now I stumbled upon the note FIXME: if we ever do some other kind of forking, this needs fixing in sigchld_handler().

Re: [Dovecot] Password scheme module thoughts?

2008-10-11 Thread Timo Sirainen
On Sat, 2008-10-11 at 00:05 -0700, Ian R. Justman wrote: Hi, all. I have successfully deployed the code I wrote to handle Post.Office password hashes. However, I had to implement it as a hack to password-scheme.c. I'd like to implement it as a module so I don't have to hack Dovecot

[Dovecot] Multiple ldap_search_base in dovecot-ldap

2008-10-11 Thread dongthao
Can we use multiple ldap_search_base fields in a dovecot-ldap config file? -- View this message in context: http://www.nabble.com/Multiple-ldap_search_base-in-dovecot-ldap-tp19929802p19929802.html Sent from the Dovecot mailing list archive at Nabble.com.

[Dovecot] Can I translate the userid to match the UW-POP3 server?

2008-10-11 Thread Albert E. Whale
OK, I have been running the UW-POP3 server which currently translates all login ids as lowercase (i.e. Anthony becomes anthony). Now the Dovecot server is very flexible and currently I have not found how to translate the upper case characters to lowercase. What configuration setting will