Replies: 1 comment 1 reply
-
@sairus2k PS: SMTP Server works on TCP, so haproxy is not going to terminate SSL. So, that means, you need both certificate and private key of SSL. https://nodemailer.com/extras/smtp-server/#tls-and-startls-notice Solution -
Some thoughts -
Btw, In V3, we will use actually bind mount underthehood, so might provide some support for bind with restrictions. |
Beta Was this translation helpful? Give feedback.
-
Currently, Swiftwave only supports regular Docker volumes, but there's a crucial feature missing: bind mounts. This limitation affects several use cases, particularly when working with SSL certificates for SMTP servers.
Use Case Example: I'm trying to set up an SMTP server using nodemailer-smtp-server that requires SSL certificates. The server needs access to the SSL certificates generated by Swiftwave. While Swiftwave can generate SSL certificates, there's no direct way to share these certificates with the SMTP container through bind mounts.
Beta Was this translation helpful? Give feedback.
All reactions