Re: correct STARTTLS syntax for email alerts?

2018-07-30 Thread mart...@tildeslash.com
Yes, the "using TLS" and "using SSL" do the same (enable encryption) ... we have switched to "TLS" keyword to prevent confusion as the original SSLv[23] protocols are no longer safe and are disabled by default. The "SSL" keyword is still supported for backward compatibility. Please can you get

Re: correct STARTTLS syntax for email alerts?

2018-07-30 Thread David Newman
On 7/30/18 12:05 PM, mart...@tildeslash.com wrote: > Thanks for data. > > I tried to reproduce the problem with the following configuration and it > seems to work correctly: > > set mailserver mail8.networktest.com port 587 > username "test" password "123456" > using tls > > I

Re: correct STARTTLS syntax for email alerts?

2018-07-30 Thread mart...@tildeslash.com
Thanks for data. I tried to reproduce the problem with the following configuration and it seems to work correctly: set mailserver mail8.networktest.com port 587 username "test" password "123456" using tls I get "Mail: Mailserver response error -- 535 5.7.8 Error: authentication

Re: correct STARTTLS syntax for email alerts?

2018-07-30 Thread David Newman
On 7/30/18 10:50 AM, mart...@tildeslash.com wrote: > The configuration looks fine, please can you send Monit log? It's just a lot of entries like this. I deliberately stopped the Mailman service to try to force an email alert from Monit. Thanks in advance for any troubleshooting clues. dn

Re: correct STARTTLS syntax for email alerts?

2018-07-30 Thread mart...@tildeslash.com
The configuration looks fine, please can you send Monit log? Best regards, Martin > On 30 Jul 2018, at 01:16, David Newman wrote: > > FreeBSD 11.2, monit-5.25.2 compiled from ports with SSL/TLS support > > What's the correct syntax for monit to use STARTTLS when sending email > alerts? > >

correct STARTTLS syntax for email alerts?

2018-07-29 Thread David Newman
FreeBSD 11.2, monit-5.25.2 compiled from ports with SSL/TLS support What's the correct syntax for monit to use STARTTLS when sending email alerts? Currently monit logs this error: [PDT Jul 29 16:05:21] error: Mail: Mailserver response error -- 530 5.7.0 Must issue a STARTTLS command first