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 on
> > SMTP SSL/TLS: Set to on
> > SMTP Port: 465
> > Request Email: My personal email
> > Request User: My imap mailbox id
> > Request User Password: My imap mailbox password.
> ...
> > Dec 17 13:03:35 mx32 postfix-p465/smtpd[47327]: SSL_accept error from
> > accounting-2.internal.harte-lyne.ca[192.168.216.88]: lost connection
> 
> How is your port 465 service configured in master.cf?

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 "port 578" server
where a server speaks first and sends a greeting before the client
sends EHLO and STARTTLS.

        Wietse

> Next email, DO NOT include debug logging.
> 
>       Wietse
> 

Reply via email to