I currently have an internal relay for "internal-1.example.com"
The "internal-1.example.com" relay :
-- is the MX for "internal-1.example.com"
-- primarily used for "system email"
-- relays "905%" of email to a "master relay".
-- drops any "return" email for the "internal-1.example.com"
Example:
to=<use...@host.internal-1.exmaple.com>, relay=none, delay=0.01,
delays=0/0/0/0, dsn=5.4.6, status=bounced (mail for
internal-1.example.com loops back to myself)
I would like a simple way to drop other "internal domains" email
that can't be delivered.
i.e. "internal-2.example.com"
any email "to=<u...@internal-2.example.com" will get dropped like
"u...@internal-1.example.com"
something like :
#@internal-2.example.com /dev/null
Thx
Charles