Re: * Re: procmail as a content_filter with dovecot

2015-11-11 Thread Gerhard Wiesinger
On 10.11.2015 23:38, Vicki Brown wrote: Thank you. This may be helpful. On Nov 10, 2015, at 13:01, Benny Pedersen wrote: https://www.google.dk/search?q=procmailrc+to+sieve Find my enhanced version + wrapper script at with custom configuration at: http://www.wiesinger.com/opensource/procm

Re: * Re: procmail as a content_filter with dovecot

2015-11-10 Thread Vicki Brown
Thank you. This may be helpful. > On Nov 10, 2015, at 13:01, Benny Pedersen wrote: > > > https://www.google.dk/search?q=procmailrc+to+sieve > > > have fun -- Vicki cfcl.com/vlb twitter.com/vlb

Re: * Re: procmail as a content_filter with dovecot

2015-11-10 Thread Philon
Vicki Your point here is that you are using Mac OS X. This as you have already learned is overriding your changes with what the guys in Cupertino think is good for you. So I’d rather move on to sieve then fighting my way against this not-so-servery OS. You will get killed on the next OS upgrade

Re: * Re: procmail as a content_filter with dovecot

2015-11-10 Thread Benny Pedersen
Vicki Brown skrev den 2015-11-10 21:01: dovecot supports sieve, so why the need for procmail ? Because I already HAVE procmail recipes and know proemial. +1 The point is to make what I have, work. https://www.google.dk/search?q=procmailrc+to+sieve and you can imho learn more with roundcub

Re: * Re: procmail as a content_filter with dovecot

2015-11-10 Thread Vicki Brown
> dovecot supports sieve, so why the need for procmail ? Because I already HAVE procmail recipes and know proemial. The point is to make what I have, work. > On Nov 9, 2015, at 22:49, Benny Pedersen wrote: > > On November 10, 2015 6:36:00 AM Vicki Brown wrote: > >> Can anyone help? > > dov

Re: procmail as a content_filter with dovecot

2015-11-10 Thread Philon
Like Benny said: dovecot has sieve, even on OSX: LMGIFY :) : https://support.apple.com/kb/PH8750 is a bit dated as for Snow Leopard… but here I find something more recent: http://www.markreinmuth.com/2014/07/server-side-mail-rules-in-os-x-server/ I can only recommend to install Roundcube and the

Re: procmail as a content_filter with dovecot

2015-11-09 Thread Benny Pedersen
On November 10, 2015 6:36:00 AM Vicki Brown wrote: Can anyone help? dovecot supports sieve, so why the need for procmail ? but if mta is configured to use procmail then next step is just configure procmailrc to use mda dovecot-lda

procmail as a content_filter with dovecot

2015-11-09 Thread Vicki Brown
I am using Mac OS X Server. OS X Server uses postfix with dovecot set as mail_transport. I want to add procmail to the mix. I cannot use the (typical) mailbox_command = procmail -a "$EXTENSION" because mailbox_transport = dovecot overrides any mailbox_command parameter and it is NOT Pos