It will fall back to unencrypted if it can, if you want it to fail when ssl cannot be established, then use g_ssl_require_out instead.
ChrisP.
OK great. One last thing... If it tries and fails to establish TLS for some reason, will it fall back to unencrypted? Or will the message fail/bounce? Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association On 1/11/2018 2:38 PM, surgemail-support wrote: set it to "*" ChrisP. On 12/01/2018 10:59 a.m., Bob Fera wrote: Thanks, Chris. What I'm really trying to accomplish is simply using SSL/TLS to talk to my general smarthost (i.e. not a domain I'm sending to; all my outbound mail must go to a specific host). Is this the correct tool for that? Or is there a preferred way? Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association On 1/11/2018 1:51 PM, surgemail-support wrote: It should be the destination domain name, not host name, e.g. if mail host is mail.xyz.com, and domain is xyz.com then: g_ssl_try_out "xyz.com" or it can be the actual ip address of the destination host: g_ssl_try_out "ip.address.of.mail.xyz.com" ChrisP. On 11/01/2018 12:32 p.m., Bob Fera wrote: Hello, What's the proper syntax for g_ssl_try_out? Do I give it a DNS name of the receiving mail server (a smarthost in my case)? g_ssl_try_out - Try and start ssl mode to these hosts If the hosts match then SurgeMail tries to start SSL security on the SMTP session. Note that this may cause failures if the link is dropped by the receiving server. Syntax: g_ssl_try_out string Thanks! Bob -- Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association -- I'd really appreciate it if you could take a moment to like us on FaceBook, thanks heaps! ChrisP. -- I'd really appreciate it if you could take a moment to like us on FaceBook, thanks heaps! ChrisP.
Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com
Members of NACHA The Electronic Payments Association
set it to "*" ChrisP. On 12/01/2018 10:59 a.m., Bob Fera wrote: Thanks, Chris. What I'm really trying to accomplish is simply using SSL/TLS to talk to my general smarthost (i.e. not a domain I'm sending to; all my outbound mail must go to a specific host). Is this the correct tool for that? Or is there a preferred way? Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association On 1/11/2018 1:51 PM, surgemail-support wrote: It should be the destination domain name, not host name, e.g. if mail host is mail.xyz.com, and domain is xyz.com then: g_ssl_try_out "xyz.com" or it can be the actual ip address of the destination host: g_ssl_try_out "ip.address.of.mail.xyz.com" ChrisP. On 11/01/2018 12:32 p.m., Bob Fera wrote: Hello, What's the proper syntax for g_ssl_try_out? Do I give it a DNS name of the receiving mail server (a smarthost in my case)? g_ssl_try_out - Try and start ssl mode to these hosts If the hosts match then SurgeMail tries to start SSL security on the SMTP session. Note that this may cause failures if the link is dropped by the receiving server. Syntax: g_ssl_try_out string Thanks! Bob -- Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association -- I'd really appreciate it if you could take a moment to like us on FaceBook, thanks heaps! ChrisP. -- I'd really appreciate it if you could take a moment to like us on FaceBook, thanks heaps! ChrisP.
set it to "*"
Thanks, Chris. What I'm really trying to accomplish is simply using SSL/TLS to talk to my general smarthost (i.e. not a domain I'm sending to; all my outbound mail must go to a specific host). Is this the correct tool for that? Or is there a preferred way? Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association On 1/11/2018 1:51 PM, surgemail-support wrote: It should be the destination domain name, not host name, e.g. if mail host is mail.xyz.com, and domain is xyz.com then: g_ssl_try_out "xyz.com" or it can be the actual ip address of the destination host: g_ssl_try_out "ip.address.of.mail.xyz.com" ChrisP. On 11/01/2018 12:32 p.m., Bob Fera wrote: Hello, What's the proper syntax for g_ssl_try_out? Do I give it a DNS name of the receiving mail server (a smarthost in my case)? g_ssl_try_out - Try and start ssl mode to these hosts If the hosts match then SurgeMail tries to start SSL security on the SMTP session. Note that this may cause failures if the link is dropped by the receiving server. Syntax: g_ssl_try_out string Thanks! Bob -- Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association -- I'd really appreciate it if you could take a moment to like us on FaceBook, thanks heaps! ChrisP.
It should be the destination domain name, not host name, e.g. if mail host is mail.xyz.com, and domain is xyz.com then: g_ssl_try_out "xyz.com" or it can be the actual ip address of the destination host: g_ssl_try_out "ip.address.of.mail.xyz.com" ChrisP. On 11/01/2018 12:32 p.m., Bob Fera wrote: Hello, What's the proper syntax for g_ssl_try_out? Do I give it a DNS name of the receiving mail server (a smarthost in my case)? g_ssl_try_out - Try and start ssl mode to these hosts If the hosts match then SurgeMail tries to start SSL security on the SMTP session. Note that this may cause failures if the link is dropped by the receiving server. Syntax: g_ssl_try_out string Thanks! Bob -- Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association -- I'd really appreciate it if you could take a moment to like us on FaceBook, thanks heaps! ChrisP.
It should be the destination domain name, not host name, e.g.
if mail host is mail.xyz.com, and domain is xyz.com then:
g_ssl_try_out "xyz.com"
or it can be the actual ip address of the destination host:
g_ssl_try_out "ip.address.of.mail.xyz.com"
Hello, What's the proper syntax for g_ssl_try_out? Do I give it a DNS name of the receiving mail server (a smarthost in my case)? g_ssl_try_out - Try and start ssl mode to these hosts If the hosts match then SurgeMail tries to start SSL security on the SMTP session. Note that this may cause failures if the link is dropped by the receiving server. Syntax: g_ssl_try_out string Thanks! Bob -- Bob Fera I.T. Manager Zenith Information Group 18757 Burbank Blvd., Suite 116 Tarzana, CA 91356 Phone: 818-206-8634 Ext. 160 Fax: 818-345-2605 www.zis.com Members of NACHA The Electronic Payments Association
If the hosts match then SurgeMail tries to start SSL security on the SMTP session. Note that this may cause failures if the link is dropped by the receiving server.
Syntax: g_ssl_try_out string
Last Message | Next Message