Oh but with my examples I am calling an external server to receive the mail so I am not actually interfacing with CFMAIL mail server at all.
Would this tunneling still work..? -----Original Message----- From: Jochem van Dieten [mailto:[EMAIL PROTECTED] Sent: 23 February 2006 14:39 To: CF-Talk Subject: RE: CFMAIL and TLS? RX said: > > <cfmail to="[EMAIL PROTECTED]" from=" [EMAIL PROTECTED]" subject="foo" > type="HTML" > server="x.x.x.x" mimeattach="foo.htm" port="25" username="x" > password="X"> > FOO > </cfmail> > > It is being send directly to the X.X.X.X server but not using TLS - > is the TLS part which is important and I cannot really see how it > can be achieved without replacing CFMAIL as the delivery mechanism. Which types of SMTP and TLS does the X.X.X.X server support? If it runs TLS on port 465 or 587 you can set up a TLS tunnel that forwards port 127.0.0.1:10025 to port X.X.X.X:465. Then you tell cfmail to use server 127.0.0.1 and port 10025 and all is good. If the server X.X.X.X only supports TLS on port 25 through a STARTTLS dialogue, you need to replace cfmail. Jochem ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Message: http://www.houseoffusion.com/lists.cfm/link=i:4:233219 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

