Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread motty.cruz
Hello All, I have a Postfix Spam Filter; I want to deliver email to two different imap servers, as portraint in my diagram below. ---Internet-->Postfix-in--Amavisd--Poistfinx-out--> imap1 and Imap2 Can this be accomplish with Postfix? Currently my spam filter is delivering email to one imap ser

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread Jeroen Geilman
On 2011-07-06 18:59, motty.cruz wrote: Hello All, I have a Postfix Spam Filter; I want to deliver email to two different imap servers, as portraint in my diagram below. ---Internet-->Postfix-in--Amavisd--Poistfinx-out--> imap1 and Imap2 Can this be accomplish with Postfix? Currently my spam fi

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread Wietse Venema
motty.cruz: > Hello All, > I have a Postfix Spam Filter; I want to deliver email to two different imap > servers, as portraint in my diagram below. > > ---Internet-->Postfix-in--Amavisd--Poistfinx-out--> imap1 and Imap2 In Postfix-out, use transport_maps to direct mail to the "right" IMAP serve

RE: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread motty.cruz
:13 AM To: postfix-users@postfix.org Subject: Re: Postfix Spam Filter delivering email to two imap Servers On 2011-07-06 18:59, motty.cruz wrote: > Hello All, > I have a Postfix Spam Filter; I want to deliver email to two different imap > servers, as portraint in my diagram below. > &

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread Wietse Venema
Wietse Venema: > motty.cruz: > > Hello All, > > I have a Postfix Spam Filter; I want to deliver email to two different imap > > servers, as portraint in my diagram below. > > > > ---Internet-->Postfix-in--Amavisd--Poistfinx-out--> imap1 and Imap2 > > In Postfix-out, use transport_maps to direct

RE: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread motty.cruz
Behalf Of Wietse Venema Sent: Wednesday, July 06, 2011 10:50 AM To: Postfix users Subject: Re: Postfix Spam Filter delivering email to two imap Servers Wietse Venema: > motty.cruz: > > Hello All, > > I have a Postfix Spam Filter; I want to deliver email to two different imap > >

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread Victor Duchovni
On Wed, Jul 06, 2011 at 11:12:42AM -0700, motty.cruz wrote: > Thank you Dr.Wietse, > > Can I use the transport file to deliver one email to two servers? I actually > meant to deliver one email twice, to imap1 and its backups imap2? Two deliveries require two envelope recipients. It is not possi

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread Charles Marcus
On 2011-07-06 2:12 PM, motty.cruz wrote: > Can I use the transport file to deliver one email to two servers? I actually > meant to deliver one email twice, to imap1 and its backups imap2? ASSP (anti-spam proxy) has this ability (to deliver to two different destinations) if you put it in front of

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-06 Thread Victor Duchovni
On Wed, Jul 06, 2011 at 02:34:37PM -0400, Charles Marcus wrote: > On 2011-07-06 2:12 PM, motty.cruz wrote: > > Can I use the transport file to deliver one email to two servers? I actually > > meant to deliver one email twice, to imap1 and its backups imap2? > > ASSP (anti-spam proxy) has this ab

Re: Postfix Spam Filter delivering email to two imap Servers

2011-07-07 Thread Charles Marcus
On 2011-07-06 5:17 PM, Victor Duchovni wrote: >> ASSP (anti-spam proxy) has this ability (to deliver to two different >> destinations) if you put it in front of your postfix server... >> >> http://assp.sourceforge.net/ > I would not recommend putting proxy code in front of Postfix, however, > if