> Am 26.10.2014 um 09:27 schrieb Sven Kummer:
> >>> Ganz genau! Alle Domains (=> *) mit einem der Handler verarbeiten
> >>> bis
> > auf
> >>> die spezifizierte [email protected], diese Mails will ich
> > weiterleiten
> >>> an eine von mir festgelegte E-Mail-Adresse, im Beispiel die von
google.
> >>
> >> was verstehst du unter einem "Handler" irgendein script pipe alla
> >>
> >> master.cf
> >>
> >> autoreply  unix    -       n       n       -       -       pipe
> >>  flags= user=nobody argv=/opt/etc/postfix/autoreply ${sender}
> >> ${mailbox}
> >>
> >> etc ?
> >
> > Ganz genau, ja!
> >
> 
> evtl so ,ungetestet....
> 
> 
> relay_recipient_maps = hash:/etc/postfix/relay_recipients
> 
> /etc/postfix/relay_recipients
> @relaydomain.de OK
> 
> relay_domains =  hash:/etc/postfix/relay_domains
> 
> /etc/postfix/relay_domains
> relaydomain.de OK
> 
> 
> smtpd_recipient_restrictions = reject_unknown_recipient_domain,
>                                reject_non_fqdn_recipient,
>                                permit_mynetworks,
>                                permit_sasl_authenticated,
>                                check_recipient_access
hash:/etc/postfix/recipient_access,
>                                check_recipient_access
> pcre:/etc/postfix/recipient_filter_access_pcre,
>                                ...
> 
> /etc/postfix/recipient_access
> 
> [email protected] REDIRECT [email protected]
> 
> /etc/postfix/recipient_filter_access_pcre
> 
> /.*/ FILTER autoreply

Entsteht wohl eine Loop, was ich fast nachvollziehen kann. Irgendeine Chance
im Transporthandler einen Redirect zu hinterlegen? Z.b. durch einen Handler
der in der master.cf definiert wird?
Im Log finde ich diese Fehlermeldung:
warning: access table regexp:/etc/postfix/recipient_filter_access_pcre entry
"[email protected]" requires transport:destination
Eine Idee was er da will? Beschäftige mich zwar schon eine Weile mit
Postfix, so tief war ich dann jedoch doch noch nicht drin :) Danke für die
Hilfe bis hier her!

Antwort per Email an