Package: sogo Version: 5.0.1-4+deb11u1 Severity: minor Dear Maintainer,
the sogo backup script (/usr/sbin/sogo-backup) contains the following
line:
BACKUP_DIR=${BACKUP_DIR:-/var/backups/backups}
Instead it should probably be:
BACKUP_DIR=${BACKUP_DIR:-/var/backups/sogo}
In addition, I *think* (but cannot really remember), that I needed to
create and chown the directory manually.
Thank you for maintaining the sogo package!
Cheers,
Lars

