Hi Everyone:

What is the correct EXIM transport script to deliver messages over an
authenticated SMTP smart host connection?

These are my current configurations:

What is the correct EXIM transport script to deliver messages over an
authenticated SMTP smart host connection?

These are my current configurations:

ROUTERSTART
smart_route:
  driver = manualroute
  domains = !+local_domains
  transport = remote_smtp
  route_list = * outbound.mailhop.org


TRANSPORTSTART
send_to_smart_host:
driver = smtp
port = 10025
hosts_require_auth = outbound.mailhop.org

AUTH
auth_plain:
  driver = plaintext
  public_name = LOGIN
  client_send = : userid : password


Results:

Outbound smtp messages are  in the Mail Queue Manager

Post Question:



What is the correct EXIM configuration to remove the pending message
out of the queue?


Hal

-- 
## 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