YunoHost-Apps / sogo_ynh

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

Backup failure #26

Closed Pentaonia closed 5 months ago

Pentaonia commented 8 months ago

Describe the bug

Sogo do not successfully backup because of a missing '/etc/stunnel/sogo.conf'.

Context

Steps to reproduce

Just try to backup the app via the web admin.

Expected behavior

Successful backup.

Logs

HERE!

Salamandar commented 5 months ago

That’s weird as this file should have been created by the app installation. It should contain something like:

[Smtp-Starttls]
client=yes
accept = __PORT_SMTP__
connect = 587

protocol = smtp
protocolAuthentication = plain

(with PORT_SMTP replaced by some port number specific to the app, probably 20001)

If it doesn’t exist, you might want to manually create it. You can get the port_smtp value by reading the file /etc/yunohost/apps/sogo/settings.yml. Once that’s done, you can backup the app again :)