On Fri, 10 Jan 2014 09:15:38 +0100 Kenneth Qvistgaard Dalbjerg <[email protected]> wrote:
> I have this in my header_checks files: > > /^From:.*\@ullabulla\.dk/ REDIRECT [email protected] > > Thats working fine, but i will like, if mail sent to *@customer.dk is not > forwarded to my mail address, but instead is sent to the original recipient. > > Is that posible to do? > Yes it is possible, just use "!" to exclude it.. take closer look here: http://www.postfix.org/header_checks.5.html
