暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

etc_logrotate.d_roundcube-core 243B

1234567891011121314
  1. /var/log/roundcube/errors
  2. /var/log/roundcube/sendmail
  3. /var/log/roundcube/session
  4. /var/log/roundcube/userlogins
  5. {
  6. create 0640 www-data www-data
  7. su www-data www-data
  8. compress
  9. delaycompress
  10. missingok
  11. notifempty
  12. rotate 52
  13. weekly
  14. }