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
commit 86ac9f55b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;