[EMAIL PROTECTED] wrote: > in bat into transport - selected STARTTLS 465 port,
I have no clue about The Bat, but 465 is not a "STARTTLS port", it is defined to require immediate TLS handshake, so you should have 'tls_on_connect_ports = 465' in your exim.conf. If you want STARTTLS, use port 25. Or 587, given that you configured Exim to listen to that port. -- ## List details at http://www.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://www.exim.org/eximwiki/
