-
Notifications
You must be signed in to change notification settings - Fork 60
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
[SMTP] AUTH LOGIN #334
Comments
It could be possible to implement LOGIN authentication for the go email client. I think I managed to get it working in a PoC at some point, but it never went further than that. |
Right now I have "solved" the problem by using a Docker postfix container as a relay. If someone has a working solution ready, I'll be happy to test it. |
Hey, sorry to necro but do you mind explaining how you setup postfix as a relay? Thank you |
Hola, |
Hi :)
I'm not sure if this is a bug, a feature request, or i'm just making a mistake in the setup.
I am trying to send the email notification for watchtower via a microsoft exchange 2019 server, via starttls and user auth.
Exchange offers with AUTH GSSAPI NTLM LOGIN.
Unfortunately, according to the documentation, shoutrr cannot do any of these.
Currently the "WATCHTOWER_NOTIFICATION_URL" looks like this:
"smtp://%upn%:%password%@%fqdn-ex%:587/?from=%fromaddress%&to=%toadress%&ClientHost=watchtower.local"
The watchtower log shows the following:
The Exchange transport log has the following relevant entries:
Has anyone successfully used this constellation?
Is there an easy way to teach shoutrrr "AUTH Login"?
I would be happy to help with testing and provide more information.
Thanks and greetings
The text was updated successfully, but these errors were encountered: