-
Notifications
You must be signed in to change notification settings - Fork 149
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
3.5 image opens RELAYHOST_PASSWORD as filename #106
Comments
Hello. While I do believe you, I (still) haven't been able to replicate the issue. There a new integration test in the code now -- can you try accommodating it to your use case and see if you can reproduce the issue? |
Yea I can have a go 👍 I'll take a look at my mount points as well, it may be an issue of persistence |
@geekscrapy I have the same issue. Probably it's not your fault. |
So the only real change that could potentially affect this is the upgrade of the Ubuntu version (and upgrade of the sasl-xoauth2) -- no other changes are even remotely connected to this. Can you please try with these images, where the lib has been upgraded to |
@bokysan I normally use the Alpine version, but I tried regardless. Both images cannot resolve smtp.gmail.com:
The Alpine image can resolve but tries to open a file named after the password as the OP described. I'm a bit at a loss why this occurs. I tried the default Docker bridge network and another network so docker's DNS proxy is used. The Ubuntu versions also cannot be stopped with Ctrl+C when I run the images in attached mode (Alpine stops successfully). |
I experience the same problem as the OP. Specifying version 3.4 when installing via helm solves the problem without changing the config. |
I am aware this is still an issue but so far wasn't able to find the problem. If anybody can give a hand, it will be apprecaited. |
Good news - I have been able to replicate the issue. It has nothing to do with shell scripts but with sasl-xauth2 plugin, which expects that password in So, now I just need to find out why the plugin is being invoked in the default configuration. I'd like to note that this is an issue only with servers with support SASL XOAUTH2 login mechanism (and Google's SMTP is one of them) -- that's why I wasn't able to reproduce the issue with non-Google |
The new image attempts to open RELAYHOST_PASSWORD as a file instead of a password string.
Partial conf:
v3.4
v3.5
As you can see the file THE_RELAYHOST_PASSWORD is attempted to be read as a filename
The text was updated successfully, but these errors were encountered: