Re: [Dovecot] Help with LDAP authentication - user / user+domain

2007-05-04 Thread Łukasz Mierzwa
> > Apr 30 13:47:59 server dovecot: auth(default_with_listener): client out: > FAIL1 user=user.test > > Apr 30 13:48:05 server dovecot: pop3-login: Aborted login: > user=, method=PLAIN, rip=xxx.xx.xxx.xxx, lip=xxx.xxx.xx.xx > > > > If I provide [EMAIL PROTECTED] works fine. Try with auth_default_realm = domain.com in dovecot.conf -- Łukasz Mierzwa

[Dovecot] ldap and digest-md5 problem

2007-05-05 Thread Łukasz Mierzwa
path = /var/run/dovecot/auth-master mode = 0600 user = vmail } } } protocol managesieve { listen = *:2000 login_executable = /usr/libexec/dovecot/managesieve-login mail_executable = /usr/libexec/dovecot/managesieve } -- Łukasz Mierzwa

Re: [Dovecot] ldap and digest-md5 problem

2007-05-08 Thread Łukasz Mierzwa
Saturday 05 of May 2007 16:13:47 Łukasz Mierzwa napisał(a): > Hi, > > I'm using dovecot-1.0.0 on gentoo box and I have problem with > authentication using digest-md5 and passwords stored as plain text in ldap > database, when I use cram-md5 it works, while digest

Re: [Dovecot] Looking for plugin docs

2007-06-15 Thread Łukasz Mierzwa
rom address > 2. subject > 3. message date > 4. message size > 5. flags (replied, new etc) > 6. attachment_flag (boolean, true if there is an attachment) Wouldn't it be better to put here id of attachments? just my 0.5$ -- Łukasz Mierzwa

Re: [Dovecot] Looking for plugin docs

2007-06-15 Thread Łukasz Mierzwa
t and use it as a ID, this way You could have each unique attachment stored only once in db. What do You think? -- Łukasz Mierzwa

Re: [Dovecot] Looking for plugin docs

2007-06-15 Thread Łukasz Mierzwa
ok for security and speed (searching for a given user mails would be done on his own tables only). -- Łukasz Mierzwa

Re: [Dovecot] Looking for plugin docs

2007-06-15 Thread Łukasz Mierzwa
Friday 15 of June 2007 22:45:38 Rajkumar S napisał(a): > On 6/16/07, Łukasz Mierzwa <[EMAIL PROTECTED]> wrote: > > To spam this ml more I must say that per user db is not that good idea > > I must confess that I got this idea from Zimbra. I was just curious as > to why th