Jay Ess:
> I have a primary SMTP-server that receives for domain.tld (duuuh)
> and it stores it in Maildirs.  I also want to forward every mail
> received for the domain to another server that will do the exact
> same thing. 

Use pcre-based recipient_bcc_maps.

/etc/postfix/main.cf:
    recipient_bcc_maps = pcre:/etc/postfix/recipient_bcc

/etc/postfix/recipient_bcc:
    /^(.+)@example\.com$/       $1...@other.example.com

        Wietse

Reply via email to