Hello all,

I insalled Sogo and Roundcude on Deabian 12 / Modoboa (Postfix/Dovecot/
Postgresql) behind a reverse proxy (Nginx) in the same unpriviledged LXC
container.
I follow this link
https://www.sogo.nu/support/faq/how-to-install-nightly-sogo-versions-on-debian.html#/faq
To add some (postfix) restricctions I need to have auth enabled.
Doing this I'am unable to send email from Sogo, I get "Athentification
failure" but I can from Roundcude.

The smtp server conf in my sogo.conf are :
SOGoMailingMechanism = smtp;
SOGoSMTPServer =
"smtp://127.0.0.1:587/tls=YES&tlsVerifyMode=allowInsecureLocalhost";
SOGoForceExternalLoginWithEmail = NO;
SOGoSMTPAuthenticationType = "PLAIN";
//SOGoSMTPUser = "%u";
SOGoSMTPUser = "my_email@mydomain";
//SOGoSMTPPassword = "%p";
SOGoSMTPPassword = "my_pwd";

On the web I found this link
https://forum.iredmail.org/topic17557-sogo-cannot-send-mails-with-sogosmtpauthenticationtype-plain.html?utm_source=chatgpt.com
that concludes that it works in a real VM.
Should I conclude that Sogo does not work in a (unpriviledged*) LXC?
*I don't have done the test on a priviledged LXC yet.

Thanks in advance for any help.

Reply via email to