Am 28.11.2014 um 14:41 schrieb Nicolas Boullis:
> Hi,
> 
> On Thu, Nov 27, 2014 at 09:43:59AM -0500, Wietse Venema wrote:
>>
>> Normally, Postfix makes delivery decisions based on the recipient
>> address. If you want to deliver the same recipient in multiple
>> places, then you need to create a backup copy of the message:
>>
>> - Either send the backup copy directly to the backup system as shown
>> below:
>>
>>                                     /-backup system
>> network - smtpd - smtpd_proxy_filter
>>                                     \-smtpd....
>>
>> - Or re-inject the backup copy into Postfix via an smtpd process
>> that is configured to add a "content_filter" record that points to
>> the backup system:
>>
>>                                     /-smtpd with content_filter=backup:
>> network - smtpd - smtpd_proxy_filter
>>                                     \-smtpd....
>>
>> A Perl-based smtpd_proxy_filter can be found at at
>> http://bent.latency.net/smtpprox/
> 
> Thanks Wietse for those suggestions, I did not consider using a 
> smtpd_proxy_filter.
> However, I had a look at smtpprox as you suggested but, as far as I can 
> see, it cannont behave as a Y proxy.
> I could consider writing a Y proxy myself, but I think this would be 
> very error-prone. For example I’m not sure what I should do if one 
> destination suceeds while the other one fails…
> 
> 
> Cheers,
> 

i am not sure what you like to goal here but you may
test something like





hash:/etc/postfix/recipient_bcc

 [email protected]  [email protected]

 smtp_generic_maps

regexp:/etc/postfix/beispiel.de.local.generic

/^(.*)@beispiel\.de\.local/ [email protected]

/etc/postfix/master.cf
spezial      unix  -       -       n       -       -       smtp

 /etc/postfix/transport
beispiel.de.local spezial:[2.3.4.5]:25




Best Regards
MfG Robert Schetterer

-- 
[*] sys4 AG

http://sys4.de, +49 (89) 30 90 46 64
Franziskanerstraße 15, 81669 München

Sitz der Gesellschaft: München, Amtsgericht München: HRB 199263
Vorstand: Patrick Ben Koetter, Marc Schiffbauer
Aufsichtsratsvorsitzender: Florian Kirstein

Reply via email to