/var/log/proftpd/xferlog /var/log/proftpd/*.log {
    compress
    dateext
    maxage 365
    rotate 99
    size=+4096k
    notifempty
    missingok
    create 640 root root
    sharedscripts
    postrotate
     /usr/sbin/rcproftpd reload
     #/etc/init.d/xinetd reload
    endscript
}

