Re: Secure Relay
Tellier Benoit <[email protected]>
| Newsgroups | gmane.comp.jakarta.james.user |
|---|---|
| Organization | Apache Foundation - James Project |
| Message-ID | <[email protected]> |
Hi Mark, Outgoign SMTP delivery is governed by the RemoteDelivery mailet configured in your mailetcontainer.xml file. Note that you can pass some additional javax.mail properties [1]. You will be especially be interested in mail.smtp.ssl.enable [1] https://javaee.github.io/javamail/docs/api/com/sun/mail/smtp/package-summary.html I believe we are quite short in documenting this as this is a recuring user question. I will propose a change related to that. Regards, Benoit On 31/10/2019 11:20, Mark Gordon wrote: > HI. Does James send mail using TLS? When I send an email to a gmail > account it does NOT say that it was transferred using a standard security. > > For a email that was sent using standard security the received from section > says that it was sent using tls 1.2 > > How would one configure James to send he email via a secure connection? > > Thanks, > Mark > > >