Other Which ports or services are blacklistd enabled ?

Which ports or services are blacklistd enabled ?
If they have an option for it. Like mail/sendmail:
Code:
BLACKLISTD=on: Enable blacklistd support
Or mail/postfix:
Code:
BLACKLISTD=on: Enable blacklistd support (FreeBSD 11.0 and later only)

If the port doesn't have an option like that it doesn't support blacklistd(8). That's the downside of blacklistd(8), the application needs to specifically have its support builtin. In this respect things like security/sshguard or security/py-fail2ban work better as they do not depend on the application to support them.
 
If they have an option for it. Like mail/sendmail:
Code:
BLACKLISTD=on: Enable blacklistd support
Or mail/postfix:
Code:
BLACKLISTD=on: Enable blacklistd support (FreeBSD 11.0 and later only)

If the port doesn't have an option like that it doesn't support blacklistd(8). That's the downside of blacklistd(8), the application needs to specifically have its support builtin. In this respect things like security/sshguard or security/py-fail2ban work better as they do not depend on the application to support them.
Since blacklistd(8) is included in base, I thought it is the way to go.
Perhaps it will be in the future ?
 
It depends on the application if they want to add support for it or not. Just because it's available doesn't mean third party software is going to use it.
 
Back
Top