> Not clear on why 1 is happening, the original message was a bounce. Do
> you have alias for postmaster to a real account on your system? What
> does your dnsrouter router section in Exim configure file say?
Just FYI, this is my ROUTERS section.
######################################################################
# ROUTERS CONFIGURATION #
######################################################################
# ORDER DOES MATTER #
######################################################################
# Remote addresses are those with a domain that does not match any item
# in the "local_domains" setting above.
# This router routes to remote hosts over SMTP using a DNS lookup with
# default options.
lookuphost:
driver = lookuphost
transport = remote_smtp
# This router routes to remote hosts over SMTP by explicit IP address,
# given as a "domain literal" in the form [nnn.nnn.nnn.nnn]. The RFCs
# require this facility, which is why it is enabled by default in Exim.
# If you want to lock it out, set forbid_domain_literals in the main
# configuration section above.
literal:
driver = ipliteral
transport = remote_smtp