-
it would be nice if STARTTLS was supported.
seems cloudflare's socket api does support this feature.
https://developers.cloudflare.com/workers/runtime-apis/tcp-sockets/#opportunistic-tls-starttls
-
To allow a minimal (and secure) STARTTLS implementation, we need a way to start a session that skips the greeting. This allows us to handle the STARTTLS prefix in any way we please and continue with a…
-
This has been raised elsewhere, but I didn't see an explicit issue for it so I'm creating one here.
See #59 and #84.
-
### Error Message and Logs
Leaving the envryption field empty does not work for coolify to send the mail without starttls.
Our mailserver always receives requests including starttls.
Would like the o…
-
**Description:**
Implement support for the Telnet **STARTTLS** option to enable encrypted communication between the client and server using TLS (Transport Layer Security). STARTTLS initiates a secure…
-
StartTLS must only be used when the server has the STARTTLS capability. Considering the fact that connection has already commenced, the only option would be to terminate the connection again.
-
There has been an extended conversation on the Last Call list, with some followup on the WG's mailing list, about STARTTLS, with comments including: insistence that STARTTLS be treated as part of SMTP…
-
> Another trick is to NOT accept `EHLO` ...
I use `EHLO` for too many things other than `STARTTLS` and would miss it:
- `RCPT TO`'s `NOTIFY`
- `RCPT TO`'s `ORCPT`
- `MAIL FRO…
-
### Your Feature Request
support STARTTLS for the mailer servers in the mailer section
Note to myself: PS-123
### What are you trying to do?
Send emails to a server which supports / requires STA…
bedis updated
2 months ago
-
When using port 465 and security setting TLS, my connection times out. Whereas 587 & Auto works fine, mail server is functioning, and port 465 implicit TLS is functioning as confirmed via script:
`…