Am 27.10.2014 um 13:58 schrieb Ronnie Tartar:
We use postfix to send out all of our emails from our web applications.
When programmers test, they seem to always use @test.com email addresses.

Is there any way to configure postfix to drop without a bounce emails with
destination @test.com?

first: postfix does not create a bounce if you REJECT a message within the smtp session and so the delivering machine get back an error and can ingore, display it or whatever it likes to do
_______________________________________

http://www.postfix.org/access.5.html

       DISCARD optional text...
Claim successful delivery and silently discard the message. Log the optional text if specified, otherwise log a generic message.

Note: this action currently affects all recipients of the mes- sage. To discard only one recipient without discarding the entire message, use the transport(5) table to direct mail to the
              discard(8) service.

Reply via email to