From owner-freebsd-questions@FreeBSD.ORG Wed Jul 28 07:54:29 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 38EFB16A58F for ; Wed, 28 Jul 2004 07:54:29 +0000 (GMT) Received: from bitnatter.de (port-212-202-52-215.dynamic.qsc.de [212.202.52.215]) by mx1.FreeBSD.org (Postfix) with ESMTP id EE42B43D5D for ; Wed, 28 Jul 2004 07:54:28 +0000 (GMT) (envelope-from wodan@bitnatter.de) Received: from natter ([127.0.0.1] helo=P6097203 ident=root) by natter with esmtp (Exim 3.36 #1 (Debian)) id 1BpOU6-0001cY-00 for ; Tue, 27 Jul 2004 11:42:59 +0200 Date: Tue, 27 Jul 2004 11:42:31 +0200 From: Wodan To: freebsd-questions@freebsd.org Message-ID: X-Mailer: Mulberry/3.1.6 (Win32) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: Procmail + Sieve ? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: wodan@bitnatter.de List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 28 Jul 2004 07:54:29 -0000 Hi there Guys, I'm using a setup of Exim, procmail and Cyrus2 together. Now, exim recevies the mail, passes it to procmail via some kind of pipe and procmail uses cyrdeliver to put mails into the corredsponding cyrus imap mail folders ... now is there a way to put sieve between procmail and cyrus ? like make sieve filter all messages that procmail didn't ? removing the target mailbox from the cyrdeliver command doesn't help. How do i pass mail to cyrus so that is still applys the sieve rules ? thanks, wodan