/var/log/backendside-webmail/*.log {
    daily
    rotate 14
    compress
    delaycompress
    missingok
    notifempty
    create 0640 backendside-webmail backendside-webmail
    postrotate
        systemctl reload backendside-webmail 2>/dev/null || true
    endscript
}
