Re: [Dovecot] cannot delete emails in inbox

2009-01-05 Thread JANE CUA
Hi, thank you for the speedy reply... original /var/spool/mail permission:  drwxr-xr-x 3 root   root   12288 Jan  5 14:31 mail change to: drwxr-xr-x 3 root   mail   12288 Jan  5 14:31 mail That didn't help... then changed to: drwxrwxr-x 3 root   mail   12288 Jan  5 14:31 mail It works now. 

[Dovecot] PDF corruption issue

2009-01-05 Thread Michael Dunne
Greetings, I have several users reporting that PDF attachments are coming in corrupted. They are using either thunderbird or outlook on windows xp. I have flushed the cache files for the users, but the problem still persists. Could anyone offer some troubleshooting tips? Thanks in advance

Re: [Dovecot] cannot delete emails in inbox

2009-01-05 Thread Timo Sirainen
On Jan 5, 2009, at 7:06 PM, JANE CUA wrote: My current /var/spool/mail is -rw-rw 1 jane mail Jan 5 15:51 /var/spool/mail/jane What about the /var/spool/mail directory's permissions? from this reference http://wiki.dovecot.org/MailboxFormat/mbox I've added mail_privileged_group = mail

Re: [Dovecot] cannot delete emails in inbox

2009-01-05 Thread JANE CUA
Hi, I found this in my dovecot.log dovecot: Jan 05 15:13:42 Error: IMAP(jane): file_lock_dotlock() failed with mbox file /var/spool/mail/jane: Permission denied dovecot: Jan 05 15:13:42 Error: IMAP(jane): file_lock_dotlock() failed with mbox file /var/spool/mail/jane: Permission denied My curre

Re: [Dovecot] Apple patch 9

2009-01-05 Thread Mike Abbott
I forwarded your comments to the original developer (of the code in the patch). Waiting for a reply.

Re: [Dovecot] New SSL certificate problem

2009-01-05 Thread Jonathan Siegle
On Jan 5, 2009, at 2:50 PM, Stewart Dean wrote: Although I was told by Digicert that the order of chained certs in / var/ssl/certs/dovecot.pem should make no difference, after I put our public cert first, followed by Digicert's intermediate cert, dovecot started up fine. Of course, there we

Re: [Dovecot] New SSL certificate problem

2009-01-05 Thread Stewart Dean
Although I was told by Digicert that the order of chained certs in /var/ssl/certs/dovecot.pem should make no difference, after I put our public cert first, followed by Digicert's intermediate cert, dovecot started up fine. Of course, there were so many things I looked into, it might have been

[Dovecot] New SSL certificate problem

2009-01-05 Thread Stewart Dean
Our DC has been using a Verisign certificate. Over the past year, we've been using a Digicert Wildcard Plus certificate for almost all of our machines, and I wanted to switched over our DC mailserver. I used the following command to generate the CSR and key: openssl req -new -newkey rsa:1024

Re: [Dovecot] Authentication cache, failure to login after changed password

2009-01-05 Thread Tom Sommer
Timo Sirainen wrote: On Thu, 2008-08-21 at 09:11 +0200, Tom Sommer wrote: Timo Sirainen wrote: On Tue, 2008-08-19 at 15:49 +0200, Tom Sommer wrote: On Tue, August 19, 2008 15:44, Tom Sommer wrote: Using version 1.1.1, MySQL userdb, with "nopassword=Y". Maybe it's due

[Dovecot] writing a dovecot plugin / segfault

2009-01-05 Thread Stefan Jurisch
Hi together, I am new to this list and new to dovecot itself. I have to write a plugin that implements some ACL-voodoo to be used instead of the standard ACL stuff of dovecot (it shall allow just application-driven folder-sharing - no more, no less). Though I started programming with C, my las