Merge pull request #63600 from steadmon/fail2ban-dovecot-service

fail2ban: fix dovecot filter's journalmatch
This commit is contained in:
Marek Mahut
2019-08-12 18:51:32 +02:00
committed by GitHub

View File

@@ -21,6 +21,9 @@ pythonPackages.buildPythonApplication {
--replace /usr/sbin/sendmail sendmail \
--replace /usr/bin/whois whois
done
substituteInPlace config/filter.d/dovecot.conf \
--replace dovecot.service dovecot2.service
'';
doCheck = false;