[Dovecot] 1.1.6: PAM passdb/userdb (mis)configuration

2009-01-11 Thread Oved Ben-Aroya
I'm sure I'm missing something obvious :-( Dovecot version 1.1.6, pam authentication via ldap (openldap). basicly, we use: passdb pam userdb passwd which work fine, except for Outlook/OL Express users that are asked for their password whenever they "send/receive"... We've had also "passdb shado

[Dovecot] Can not Create Maildir using userdb sql

2009-01-11 Thread Henry Yonathan
Dear all, I've been experiencing this problem and still can't find a solution for this. I want to have a dynamic quota for each virtual user. I've followed instruction from : http://wiki.dovecot.org/HowTo/DovecotLDAPostfixAdminMySQL http://workaround.org/articles/ispmail-etch/ But still can't give

Re: [Dovecot] PDF corruption issue

2009-01-11 Thread Diego Liziero
On Sun, Jan 11, 2009 at 10:56 PM, Stefan Klatt wrote: > > Hi Ed, > >> I can basically confirm the same intermittent issue, but not where it's >> coming from > Same to me. > I found it sometimes at JPGs included at emails. > The most of the image shows correct but about the last 30 percent is > onl

Re: [Dovecot] PDF corruption issue

2009-01-11 Thread Stefan Klatt
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Ed, > I can basically confirm the same intermittent issue, but not where it's > coming from Same to me. I found it sometimes at JPGs included at emails. The most of the image shows correct but about the last 30 percent is only grey. Stefan - -- C

[Dovecot] Dovecot, pop3, mBox

2009-01-11 Thread Matej Golob
I have to migrate some old system to new one with installed dovecot (It's my first time using dovecot). I have all mails inside /var/spool/mail folder (mbox files). I can connect and receive mails via POP3, but problem is that dovecot doesn't clear mbox file (everytime when I make send/receive in m

Re: [Dovecot] new flags in Maildir files

2009-01-11 Thread Giuliano Gavazzi
I think the problems is around line 436 of http://www.dovecot.org/tools/courier-dovecot-migrate.pl as it reads the dot dirs after having read :list in the previous block of code. So, the content of the directories is appended to dovecot- keywords. I know nothing of perl! So I cannot really un

Re: [Dovecot] download IMAP folders via POP3

2009-01-11 Thread Jakob Grießmann
Hi Timo, > namespace private { > prefix = virtual/ > location = virtual:~/Maildir/virtual > inbox = yes > } > namespace private { > prefix = > inbox = no > } > > Then create ~/Maildir/virtual/INBOX/dovecot-virtual file thanks, this looks good - I'll try it out! Thanks for the great support o