Difference between revisions of "ASSP"

From Fail2ban
Jump to navigationJump to search
(Added ASSP filter and jail configuration)
(No difference)

Revision as of 12:54, 3 January 2010

ASSP filter for Fail2ban

Save the attached assp.conf file into your /etc/fail2ban/filter.d directory.

Add this section to your /etc/fail2ban/jail.conf file:

[assp]

enabled  = true
port     = smtp,ssmtp
filter   = assp
logpath  = /var/log/assp/maillog.txt


IMPORTANT: Symlink your maillog.txt file from ASSP's log subdirectory to the above place or change the logpath accordingly.

Don't forget to restart fail2ban.

Check the end of your fail2ban.log whether fail2ban picked up ASSP's log file.