Re: [Dovecot] spf record

2007-11-28 Thread M. Fioretti
On Wed, Nov 28, 2007 10:14:31 AM -0800, Marc Perkel ([EMAIL PROTECTED]) wrote: > >Everyone has different opinions on the usefulness of SPF, but the > >reality of it is, DomainKeys solves the entire problem. SPF > >doesn't. > > I second that. I've wasted a lot of time with SPF and it's useless.

[Dovecot] Error: file_dotlock_create failed: Permission denied

2011-05-25 Thread M. Fioretti
Hi, I have a Fedora 14 x86_64 computer. I run dovecot 2.0.12 on it, only to keep a local imap copy of all my email, in maildir format. A couple days ago the hard disk broke, so I bought a new one, and reinstalled Fedora 14 x86_64 with all the updates. Then I copied all the maildirs from a backup

Re: [Dovecot] Error: file_dotlock_create failed: Permission denied

2011-05-27 Thread M. Fioretti
On Wed, May 25, 2011 1:49 pm, M. Fioretti wrote: > Hi, > > I have a Fedora 14 x86_64 computer. I run dovecot 2.0.12 on it, only to > keep a local imap copy of all my email, in maildir format. A couple days > ago the hard disk broke, so I bought a new one, and reinstalled Fedora 1

Re: [Dovecot] Error: file_dotlock_create failed: Permission denied

2011-06-09 Thread M. Fioretti
On Fri, Jun 03, 2011 16:51:06 PM +0300, Timo Sirainen wrote: > > On Wed, 2011-05-25 at 13:49 +0200, M. Fioretti wrote: > > > /home/z/email/marco isn't owned by marco? Alternatively you have SELinux > > enabled, which is preventing this. Yes, it was indeed selinux. I r

[Dovecot] processing Dovecot maildirs with shell scripts

2007-08-27 Thread M. Fioretti
Hello, I have a postfix server which uses procmail as its delivery agent to deliver incoming messages to several maildirs. For several reasons, not really relevant here, I need to process/refilter/sort again the content of these mailboxes before delivering the messages to the _other_ maildirs whic

Re: [Dovecot] processing Dovecot maildirs with shell scripts

2007-08-27 Thread M. Fioretti
On Mon, Aug 27, 2007 21:21:31 PM +0200, Marcus Rueckert ([EMAIL PROTECTED]) wrote: > formail No, sorry. I just come from a thread in the procmail mailing list whose result is that formail is either unusable or unnecessary in cases like this: http://www.xray.mpe.mpg.de/mailing-lists/procmail/200

Re: [Dovecot] processing Dovecot maildirs with shell scripts

2007-08-30 Thread M. Fioretti
On Tue, Aug 28, 2007 01:03:13 AM +0300, Timo Sirainen ([EMAIL PROTECTED]) wrote: > > Basically, I need to write some shell scripts that, from cron > > jobs, regularly do this: > > > > foreach file in some_incoming_mailbox/new/ > > do > > #process the file and/or set some variable according to i