(04-21-2009 02:54 AM)nesto Wrote: Can I just start a new file and enter that line? Any ideas how to find the correct path? As I mentioned it's Debian Etch and an all-over standard installation with the common ispcp installation following the documentation.
Don't search the path, set the path ;-)
in /etc/init.d/policyd-weight add
Code:
DAEMON_OPTS="-f /etc/policyd-weight.conf"
after the line DAEMON...
then
Code:
echo "$dnsbl_checks_only = 1;" > /etc/policyd-weight.conf
/etc/init.d/policyd-weight restart
For the authentication part: How does your script authenticate with the server, which methods does it use?