Zalezny Niezalezny:
> Dear Colleagues,
>
> in our test app environment we are using real e-mail addresses to test.
> Each test application sending to our test relay server some e-mails. On
> that machine we are filtering all incoming E-mails from our test
> environment.
>
>
> - we are accepting E-mails addressed to our internal domain (TO:
> [email protected])
> - we are dropping all external e-mails (TO: @gmail, @hotmail etc.etc.) with
> transport table (* error: )
>
>
> Unfortunately pool of our internal domains, include also technical
> accounts. How to properly discard all E-mails addressed for example TO:
> [email protected] ?
Use a transport table that returns "discard:" for those recipients.
Wietse