SquidGuard is a URL redirector used to use blacklists with the proxysoftware Squid. There are two big advantages to squidguard: it is fast and it is free.
tcpserver examples
Primary tabs
Credits
Various bits of code, scripts, and procedures were put together with information from John Simpson's qmail.jms1.net website. It's an excellent resource on managing and setting up a Qmail server.
The /etc/tcp/smtp
file can be adjusted to allow certain checks to be bypassed by IP addresses or ranges.
Skip jgreylist
192.168.0..:allow,,JGREYLIST=""
Skip greetdelay
192.168.0..:allow,GREETDELAY=""
Skip content scanner
192.168.0..:allow,QMAILQUEUE="/var/qmail/bin/qmail-queue"
- Log in to post comments