Skip to content
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

Small issue with SMTP Relay #44

Closed
nitrousnic opened this issue Feb 16, 2022 · 5 comments
Closed

Small issue with SMTP Relay #44

nitrousnic opened this issue Feb 16, 2022 · 5 comments

Comments

@nitrousnic
Copy link

Hi there,

I have been using Power Mail-in-a-Box for a few weeks now and have been absolutely loving the experience (aside from the small issue I will discuss below).

A few days ago, I decided to start using Sendinblue as an SMTP relay to improve email deliverability. However, I encountered an issue where none of the sent emails from Roundcube was being received by Sendinblue. The status checks show that the SMTP configuration is successful (using STARTTLS).

After looking into the problem, I found the following error message in /var/log/syslog:

Feb 15 22:53:46 srv2 postfix/smtp[39474]: BBFC982148: to=[email protected], relay=smtp-relay.sendinblue.com[redacted-IP]:587, delay=402, delays=401/0.18/1.4/0, dsn=4.7.0, status=deferred (SASL authentication failed; cannot authenticate to server smtp-relay.sendinblue.com[185.107.232.248]: no mechanism available)

I managed to fix it by running "apt-get install libsasl2-modules" as root. I also checked if it was installed beforehand, and it wasn't.

Just thought I'd report this small issue (maybe installing libsasl2-modules during setup might be all it takes to fix it?).

Nonetheless, many thanks for your work on Power Mail-in-a-Box. Absolutely love it!

@ddavness
Copy link
Owner

Thanks for the report! Most likely yes - we need to include libsasl2-modules somewhere in the system installer. Hopefully I'll have time to test and release a fix today.

@nitrousnic
Copy link
Author

No worries! Once again, thank you for your great work on Power Mail-in-a-Box. Good luck with the fix!

@ddavness
Copy link
Owner

I'll keep this issue open until the fix is out, if you don't mind. Just for the record and so that I don't forget 😄

@ddavness ddavness reopened this Feb 17, 2022
@nitrousnic
Copy link
Author

Ah sure! Sorry about that! I'm really new to GitHub and am not really familiar with how things are done around here yet 😄

ddavness added a commit that referenced this issue Feb 18, 2022
Required for SMTP relays to work
@ddavness
Copy link
Owner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants