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

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