ive got my TLS smarthost working , now I need to sort the SSL one.
ive setup stunnel and can telnet to localhost 26 , which brings up
the remote mail server
when i try and send i get a
"remote host address is the local host" error message
the lookup in the smtp_users file
is
*@domain.com smarthost="localhost::26" auth_name="pxxx@???"
auth_pass="xxxx"
google said try send = self is an option, but i get an error when i
add this to the config file.
the transport is
remote_smtp:
driver = smtp
hosts_require_tls =*
hosts_require_auth = *
So i need to tell it that connections on localhost:26 are OK
How ?
thanks