I am going nuts here. I have just did a fresh install on one of my servers and no matter what I do it fails sending any emails. Even locally. I have compared all exim files from old and from other server and it still will not work.
HELP please what is wrong....

Settings in conf file

ACL CONFIGURATION

accept  hosts         = 127.0.0.1:192.168.0.0/16:+relay_from_hosts
          control       = submission
          control       = dkim_disable_verify

accept  authenticated = *
          control       = submission
          control       = dkim_disable_verify

 require message = relay not permitted
          domains = +local_domains : +relay_to_domains


ROUTERS CONFIGURATION
remote_smtp:
  debug_print = ":R remote_smtp [ $header_from ] [ $return_path ]"
  driver = dnslookup
  domains = ! +local_domains
  transport = remote_smtp
  ignore_target_hosts = 0.0.0.0 : 127.0.0.0/8 : 192.168.0.0/16
  no_more

Both servers match but this server won't work


Thanks

--
## List details at https://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/

Reply via email to