NethServer Version: release 7.7.1908 (final)
Module: fail2ban
Recently after updating the fail2ban app… just checking using fail2ban-client status command, I find my postfix-sasl and postfix-rbl is not running… not sure how to fix it.
using fail2ban-client status :
Status
|- Number of jail: 26
`- Jail list: apache-auth, apache-badbots, apache-botsearch, apache-fakegooglebot, apache-modsecurity, apache-nohome, apache-noscript, apache-overflows, apache-scan, apache-shellshock, dovecot, dovecot-nethserver, httpd-admin, mysqld-auth, pam-generic, pam-generic-nethserver, phpmyadmin, postfix, postfix-ddos, postfix-sasl-abuse, recidive, roundcube-auth, rspamd, sieve, sogo-auth, sshd
I restarted the fail2ban … start gets the same status…
restarting the fail2ban i get the following error message:
2020-02-05 20:26:56,400 fail2ban.configreader [23609]: ERROR Found no accessible config files for ‘filter.d/postfix-rbl’ under /etc/fail2ban
2020-02-05 20:26:56,400 fail2ban.jailreader [23609]: ERROR Unable to read the filter ‘postfix-rbl’
2020-02-05 20:26:56,400 fail2ban.jailsreader [23609]: ERROR Errors in jail ‘postfix-rbl’. Skipping…
2020-02-05 20:26:56,409 fail2ban.configreader [23609]: ERROR Found no accessible config files for ‘filter.d/postfix-sasl’ under /etc/fail2ban
2020-02-05 20:26:56,409 fail2ban.jailreader [23609]: ERROR Unable to read the filter ‘postfix-sasl’
2020-02-05 20:26:56,409 fail2ban.jailsreader [23609]: ERROR Errors in jail ‘postfix-sasl’. Skipping…
Appreciate some guidance and help… thanks in advance…