YunoHost-Apps / sogo_ynh

SOGo Groupware for YunoHost.
https://sogo.nu/
GNU General Public License v3.0
6 stars 4 forks source link

Fix upgrade v2 #29

Closed Josue-T closed 5 months ago

Josue-T commented 5 months ago

Problem

Solution

PR Status

Automatic tests

Automatic tests can be triggered on https://ci-apps-dev.yunohost.org/ after creating the PR, by commenting "!testme", "!gogogadgetoci" or "By the power of systemd, I invoke The Great App CI to test this Pull Request!". (N.B. : for this to work you need to be a member of the Yunohost-Apps organization)

Josue-T commented 5 months ago

!testme

yunohost-bot commented 5 months ago

Meow :cat2: Test Badge

Josue-T commented 5 months ago

!bookwormtestme

yunohost-bot commented 5 months ago

:worm: Test Badge

cloo commented 3 weeks ago

I'm getting "not allowed in state 1" when trying to send emails. Stunnel service is not there anymore, not sure how to debug.. @Josue-T

Josue-T commented 2 weeks ago

Hello,

Well, stunnel was a workaround because SOGo didn't supported TLS for a long time. But now it support so some changes was made to not depends any more of stunnel.

Normally in /var/log/sogo/sogo.log you should have some log of your issue.

You can also check that the SOGo config have the correct IMAP/SMTP config by checking theses 2 lines:

  SOGoSMTPServer = "smtp://mydomain.tld:587/?tls=YES";
...
  SOGoIMAPServer = "imaps://mydomain.tld:993";

Some other check that you can do:

If your issue persist, please create an issue with all details of your issue.