I have the following router . If a user is not known at our domain it's
rejected . But then in the exim queue there are a bunch of frozen bounce
messages from [email protected].
How can I disable that ? Thank you all in advance.
begin routers
reject_bad:
driver = redirect
domains = +local_domains
local_parts = !
lsearch;/etc/exim/permitted/LW-Employees-Receivers
no_verify
no_expn
data = :fail: $local_part not
known at $domain
allow_fail
--
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/