Hi, there.
I’ve just setup mailcow server, over 2 week ago.
My installation not generally standart, because I’ve used s3sf for vmail-vol-1 volume and for sogo-userdata-backup-vol-1 volume.
Because I expect more than 10 TB data.
I installed the s3fs package (apt install s3fs). And setup /etc/fstab
file.
#S3FS
s3fs#mail-data /mnt/mail-data fuse _netdev,allow_other,use_path_request_style,url=https://s3.wasabisys.com,passwd_file=/etc/passwd-s3fs 0 0
Next, I maked docker-compose.override.yml file
services:
dovecot-mailcow:
volumes:
- /mnt/mail-data/vmail-vol-1:/var/vmail
sogo-mailcow:
volumes:
- /mnt/mail-data/sogo-userdata-backup-vol-1:/sogo_backup
volumes:
vmail-vol-1:
external: true
sogo-userdata-backup-vol-1:
external: true
And make common setup by instruction from site .
I’ve catch error, emails is not dragged between directories.
I link this to the fact that moving objects to S3 storage is not possible.
How to catch extended logs?
Advice me please, how to resolve this situation.
P.S.: In SOGo I’ve catch the same error