Javamail connection

2020-12-17 Thread James B. Byrne
I am attempting to configure a Javamail client embedded in a Jetty application to send outgoing email through our outgoing MX. I have the following variables available to me: Mail Host: 192.168.216.32 SMTP Authentication: Set to on SMTP SSL/TLS: Set to on SMTP Port: 465 Request Email: My personal

Re: Javamail connection

2020-12-17 Thread Wietse Venema
James B. Byrne: [ Charset ISO-8859-1 converted... ] > I am attempting to configure a Javamail client embedded in a Jetty application > to send outgoing email through our outgoing MX. I have the following > variables > available to me: > > Mail Host: 192.168.216.32 > SMTP Authentication: Set to o

Re: Javamail connection

2020-12-17 Thread Wietse Venema
Wietse Venema: > James B. Byrne: > > I am attempting to configure a Javamail client embedded in a Jetty > > application > > to send outgoing email through our outgoing MX. I have the following > > variables > > available to me: > > > > Mail Host: 192.168.216.32 > > SMTP Authentication: Set to o

Re: Javamail connection

2020-12-17 Thread James B. Byrne
On Thu, December 17, 2020 14:28, Wietse Venema wrote: > Wietse Venema: > > Very likely, tls_wrappermode is turned on as it should be on port > 465, which requires the client to speak first (no server greewting, > no client EHLO and STARTTLS). > > Apparently, the client is configured to expect "p

Re: Javamail connection

2020-12-17 Thread Wietse Venema
James B. Byrne: [ Charset ISO-8859-1 converted... ] > > > On Thu, December 17, 2020 14:28, Wietse Venema wrote: > > Wietse Venema: > > > > Very likely, tls_wrappermode is turned on as it should be on port > > 465, which requires the client to speak first (no server greewting, > > no client EHLO a