Hello,
we have a postifx/dovecot configuration as the mail server in our QA environment. since we used obuscated versions of live data in QA we have the postfix server in QA setup up as a catchall for all domains.
We have a new project that involves mobile messing through email, so the QA analysts actually need to receive the messages on the phone.
is there a way to keep the wildcard catchall in place, but exempt domains like
vtext.com and
vzwpix.com. I have tried a custom transport for these domains in /etc/postfix/transport, but it looks like virtual.regexp gets processed first.
here is the entries in virtual.regexp:
/.*/
webme...@mailserver.qa.domain.com
and transport:
vtext.com smtp:
smtp-sl.vtext.com
vzwpix.com smtp:
smtp.vzwpix.com
Thanks