Thank you, that was it.

Jochem r u sure u r human? :)

Victor


On Tue, Jan 6, 2009 at 2:47 PM, Jochem van Dieten <[email protected]> wrote:

> The error message indicates your ISP isn't using SSL, they are using
> TLS. There are 2 ways to do transport security for SMTP. You can first
> do the SSL handshake and then over the protected path do the SMTP
> handshake. That is SSL and typically runs on port 465. You can also do
> the SMTP handshake first, then signal to the other party that you are
> switching to a protected path with the STARTTLS command, do the TLS
> handshake and then do a new SMTP handshake over the protected path.
> This method allows you to run both protected and insecure SMTP on the
> same port, port 25.
>
> I think CF can do both if you combine the right protocol and port: 25
> + TLS or 465 + SSL..
>
> Jochem
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317473
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4

Reply via email to