| Main Archive Page > Month Archives > postfix-users archives |
Hello
I would like to reroute all yahoo domains to another SMTP
server of mine but the pcre wildcard in TLD filed I tried to
use does not work ... any pointer to PCRE examples welcome !
the rule in the transport map is the following
This does not work --> /\@yahoo\.*$/ smtp:[another.smtp.server]
This works fine --> yahoo.com smtp:[another.smtp.server]
thank you