Posts: 344
Thanks: 35
Thanked 76 Times in 62 Posts
For me a essential add-on is cluebringer for postfix. It provides access control, spf check, greylist, helo/ehlo checks and quota support. It's written in perl and support mysql/sqlite/postgresql. All with a web interface, just awesome!
The Following User Says Thank You to pititis For This Useful Post:
if you are running high-traffic sites, and especially if they sit on a cloud Vserver that usually have limited storage and limited I/O bandwidth, you want to disable the Apache Access log:
just use google analytics or another stats provider for stats. they are better anyway - and won't clog your server with 30+ Gigs of logs, hello backup storage!
Just an addendum - I just discovered the logs are written twice!
under /etc/apache2/conf.d is the file other-vhost-access-log that writes a "vhosts combined" log. don't forget to deactivate that one as well.
another observation:
if you install a vserver: these usually don't allow access to IPTABLES, since they are built into the kernel that is common to all vservers on the host.
So your fail2ban is going to be ineffective in the default config.
solution: use hosts.deny instead.
to do this:
in jail.conf
change
banaction = iptables-multiport
into
banaction = hostsdeny
save and restart fail2ban
another observation:
if you install a vserver: these usually don't allow access to IPTABLES, since they are built into the kernel that is common to all vservers on the host.
So your fail2ban is going to be ineffective in the default config.
solution: use hosts.deny instead.
to do this:
in jail.conf
change
banaction = iptables-multiport
into
banaction = hostsdeny
save and restart fail2ban
Recent comments
9 hours 45 min ago
10 hours 45 min ago
14 hours 32 min ago
15 hours 46 min ago
19 hours 22 min ago
1 day 2 hours ago
1 day 11 hours ago
1 day 13 hours ago
2 days 4 hours ago
2 days 6 hours ago