-
-
Notifications
You must be signed in to change notification settings - Fork 162
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
key/pem handling for smtp #5
Comments
ah, now saw your commit from 2hrs ago: Does this mean the Lines 96 to 103 in ba8c4cd
My usecase is served best if i can reverse proxy the UI with traefik, but expose the smtp endpoint as is on a dedicated port (no virtual hosts for smtp) |
@paulbalomiri It seems there is some confusion, probably caused by me trying to edit multiple documents at the same time. So to answer your question(s), Hopefully this answers your questions, and thanks for the heads-up. Edit: traefik handling HTTPS (provided you have something specific in your config to handle the websocket path Edit 2: I haven't fully tested all those options via docker (yet), though they should work as expected provided I didn't make any more dumb typos :) |
trying here to configure
smtps
andSTARTTLS
(optional) for the docker image.I can also rebuild the docker image [EDIT id nessesary ] and already have let'sencrypt the key & cert.
The wiki's smtp page mentions the config options
--smtp-ssl-cert
and--smtp-ssl-key
I can not set them, though & don't know if it is possible from env variables too (trying to avoid the
execute
docker config service option if possible.Edit 2: The codebase's config.go also does not mention these options...
Thumbs up for the project 👍
The text was updated successfully, but these errors were encountered: