I did the dist-upgrade from 7 to 8. The only thing that didn't work when I'd finished was fail2ban, which failed on loading the sasl jail. After poking around a bit, I found that creating the file /etc/fail2ban/filters.d/sasl.conf with the following content fixed it. [Definition] failregex = (?i): warning: [-._\w]+\[<HOST>\]: SASL (?:LOGIN|PLAIN|(?:CRAM|DIGEST)-MD5) authentication failed [ A-Za-z0-9+/]*={0,2})?\s*$ ignoreregex =
No, the file contents as stated above work. The ignoreregex= statement can be empty. The problem was the whole file was missing!
I didn't said that ignoreregex cannot be empty, I said that it's missing from a fresh install of fail2ban package on Debian 8 Jessie.
I have a brand new install of this and i see the same error as described in the picture any resolution on this ?
you should recompile jailkit, check for the latest version 2.19 What does your mount entry in /etc/fstab look ( quota part ) maybe peak into newer howto to check against
Did you install fail2ban exactly as described here? https://www.howtoforge.com/tutorial...n-8-jessie-apache-bind-dovecot-ispconfig-3/2/ The instructions use postfix-sasl and not sasl and they tell you to add the ignore regex line.
Hallo Till, yes i have and i re-installed an new vm still having the same error that the service will not start as it is the first service to start is there a way i can change the service order so let say i can have it start afterwards?