Hi all, I currently have a router for mail to colleagues at my employer:
employer: debug_print = "R: employer for $local_part@$domain" driver = manualroute transport = remote_smtp_employer route_list = *employer.com mail.employer.com with a corresponding transport remote_smtp_employer: debug_print = "T: remote_smtp_employer for $local_part@$domain" driver = smtp port = 225 hosts_require_tls = mail.employer.com tls_certificate = /usr/local/exim/nwalsh.employer.cert tls_privatekey = /usr/local/exim/nwalsh.employer.key This works fine but mail.employer.com is going away and I'll be forced to send mail through exchange. I can do that via SMTP by connecting to exchange.employer.com on port 587. But that's only available inside the corporate network and that's a PITA. I can setup an SSH proxy to make, for example, port 1587 on locahost connect to port 587 on exchange.employer.com:port 587 but my niave attempt to rework the router/transport then doesn't work. 2014-06-26 11:14:46 1X0CJy-0005yM-JM <= [email protected] U=ndw P=local S=708 [email protected] 2014-06-26 11:14:46 1X0CJy-0005yM-JM remote host address is the local host: employer.com 2014-06-26 11:14:46 1X0CJy-0005yM-JM == [email protected] R=employer defer (-1): remote host address is the local host 2014-06-26 11:14:46 1X0CJy-0005yM-JM Frozen Can I make this work somehow? Be seeing you, norm -- Norman Walsh <[email protected]> | Noble patterns must be fetched here and http://nwalsh.com/ | there from single persons, rather than | whole nations, and from all nations, | rather than any one.--Sir Thomas Browne
signature.asc
Description: PGP signature
-- ## 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/
