Proftpd on B3 seems to be ignoring the TCP Wrapper files /etc/hosts.deny and /etc/hosts.allow.
My /etc/proftpd/modules.conf has this in it:
Code: Select all
LoadModule mod_wrap.c
Even if I specifically set the directive TCPAccessFiles like this in /etc/proftpd/proftpd.conf, it seems to ignore it:
Code: Select all
TCPAccessFiles /etc/hosts.allow /etc/hosts.deny
Code: Select all
ALL: 118.98.29.30
proftpd: 118.98.29.30
Am I missing anything?
Best regards,
Cheeseboy