==================================================================
Please DO NOT REPLY to this mail or send email to the developers
about this bug. Please follow-up to Bugzilla using this link:
http://bugs.contribs.org/show_bug.cgi?id=8027
Have you checked the Frequently Asked Questions (FAQ)?
http://wiki.contribs.org/SME_Server:Documentation:FAQ
Please also take the time to read the following useful guide:
http://www.chiark.greenend.org.uk/~sgtatham/bugs.html
==================================================================
Xavier <[email protected]> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |[email protected]
--- Comment #6 from Xavier <[email protected]> ---
Hello guys,
Just some additonal comments,
Fail2ban is working like a charm (with some template-custom), the problem is
not from Fail2ban but how the logs are rotated.
httpd and secure are logs not rotated with logrotate. With logrotate we could
use :
{
copytruncate
....
}
exemple from the logrotate conf file for fail2ban (thanks daniel) :
/var/log/fail2ban/*.log {
missingok
weekly
rotate 24
compress
notifempty
copytruncate
}
so the best way to solve this problem is to rewrite how daemon rotate logs ;-)
Regards,
Xavier
--
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at http://lists.contribs.org/mailman/public/contribteam/