Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
Установил fail2ban, но ненашел конфига и правило для экзима, хотя погуглил и видел, что должен быть.
Хелп плиз.
Я нашел его ток в deb пакетах, точнее видел что пипл писал, что есть такая штука.
a1:/etc/fail2ban/filter.d# cat exim.conf
# Fail2Ban configuration file
#
# Author: Cyril Jaquier
#
# $Revision: 510 $
#
[Definition]
# Option: failregex
# Notes.: regex to match the password failures messages in the logfile. The
# host must be matched by a group named "host". The tag "<HOST>" can
# be used for standard IP/hostname matching and is only an alias for
# (?:::f{4,6}:)?(?P<host>\S+)
# Values: TEXT
#
failregex = \[<HOST>\] .*(?:rejected by local_scan|Unrouteable address)
# Option: ignoreregex
# Notes.: regex to ignore. If this regex matches, the line is ignored.
# Values: TEXT
#
ignoreregex =
a1:/etc/fail2ban/filter.d#
Ето все гуд, уже и сам нарыл у себя. а как теперь ето все правильно в jail.conf прописать то ?
И еще, в конфихе фильтра есть только "Unrouteable address", как бы еще добавить туды "Unknown user".
ЗЫ: рашн манов вообще галяк на ету тему
port = smtp
logfile = /var/log/exim4/mainlog
timeregex = \d{4}-\d{2}-\d{2} \d{2}:\d{2}:\d{2}
timepattern = %%Y-%%m-%%d %%H:%%M:%%S
#failregex = \S* authenticator failed for (\S*) [[](?P<host>\S*)[]]:
failregex = authenticator failed for (\S*) \(.*\) [[](?P<host>\S*)[]]: