I am trying to use outbound.mailhop.org from http://dyndns.org, since Earthlink blocks port 25. I tried using the settings below (changing port 465 to port 2525), but I am still not able to send.
I confirmed that I can connect over port 2525 to outbound.mailhop.org, but James is not able to send successfully. In logs/mailet-2008-..., I see INFO James.Mailet: RemoteDelivery: Exception reading response INFO James.Mailet: RemoteDelivery: Temporary exception delivering mail (Mail... Is there any way to get more details? Does anyone know what's wrong with the configuration below? Thanks, Lee Stefano Bagnara-2 wrote: > > In the JAMES Server 2.3.1 (we will probably announce its availability > tomorrow) you can try using this extra parameters in RemoteDelivery > mailet: > ---- > <mail.smtp.port>465</mail.smtp.port> > <mail.smtp.starttls.enable>true</mail.smtp.starttls.enable> > <mail.smtp.auth>true</mail.smtp.auth> > <mail.smtps.auth>true</mail.smtps.auth> > <mail.smtp.socketFactory.port>465</mail.smtp.socketFactory.port> > <mail.smtp.socketFactory.class>javax.net.ssl.SSLSocketFactory</mail.smtp.socketFactory.class> > <mail.smtp.socketFactory.fallback>false</mail.smtp.socketFactory.fallback> > --- > Probably you need only a subset of this one, and I never tested it, so > I'm just guessing. > > If you try it and if it works let us know exactly how you configured it > so we can add documentation for this. > > Stefano > -- View this message in context: http://www.nabble.com/Is-it-posible-to-use-gateway-auth-and-TLS-in-RemoteDelivery-mailet-tp10229179p19186004.html Sent from the James - Users mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
