/var/log/maillog {
    compress
    weekly
    rotate 4
    missingok
    notifempty
    sharedscripts
    postrotate
        /usr/sbin/postfix reload 2>/dev/null || true
    endscript
}
