-
Notifications
You must be signed in to change notification settings - Fork 140
Postfix: SASL authentication failed; cannot authenticate to server #261
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
Comments
To fix this without manual intervention, those settings can be applied through https://github.com/Mailu/helm-charts/blob/master/mailu/values.yaml#L1235 |
Great to hear @fiskhest, thanks 🙏 |
@fiskhest, hmm can't get it working. Changed my values.yaml to:
But the postfix container doesn't come up. Logs:
|
Possible nit, your example looks overly indented, unsure how helm/mailu reacts to that. I never tested with your specific settings, but I was able to override multiple keys without seeing anything like this. If it's running, you could try execing into it and checking |
@kooskaspers could you post the content of your postfix override configmap from your cluster (this should be generated automatically if you set |
Will do today / tomorrow . Thanks for looking into this. |
@fastlorenzo, here is the contents of the postfix override configmap:
|
Since chart version 1.4.0 this is working perfectly fine (with above values.yaml). |
Great, glad to hear that! |
Since chart v1.2.0 (I’ve upgraded from 0.3.3) I’m encountering a problem with postfix: I’m not able to send email anymore.
This is my relay configuration in values.yaml:
As you can see there is no authentication necessary for my ISP’s SMTP server. Which worked by the way perfectly with chart version 0.3.3
As of now, I’m not able to send email anymore. I’m getting these (authentication) errors:
I am able to fix it by changing the postfix configuration by getting shell access to the Postfix pod, and altering the /etc/postfix/main.cf file:
FROM
TO
and reloading the postfix configuration by:
postfix reload
It seems the chart / mailu thinks I have to authenticate towards the smtp server, but I’ve set no username & password for the relay server, so in my opinion, mailu shouldn’t set smtp_sasl_auth_enable to yes.
I’m not sure how this was configured with chart 0.3.3, but my relayhost configuration worked fine by then.
The text was updated successfully, but these errors were encountered: