diff --git a/HowtoCheckconf.md b/HowtoCheckconf.md index a7d3e638..dd6bfe35 100644 --- a/HowtoCheckconf.md +++ b/HowtoCheckconf.md @@ -136,6 +136,13 @@ spamassassin --lint ~~~ +## Logrotate + +~~~ +# logrotate /etc/logrotate.d/ +# logrotate -vdf /etc/logrotate.d/config-file +~~~ + ## Nginx ~~~