/var/log/maillog {
    compress
    weekly
    rotate 4
    missingok
    notifempty
    sharedscripts
    postrotate
        /etc/rc.d/init.d/postfix reload 2> /dev/null || true
    endscript
}
