Spamdyke notes
Some things that might be helpful to others who decide to get spamdyke running with Plesk:
Be sure that spamdyke compiles with TLS. When you run ./configure, you need to read the output carefully and check that it found openssl and will include TLS in the compile. On my system, I had to apt-get install openssl-dev first to get all the libraries on there that spamdyke wanted.
To check whether the executable has TLS support, type
# spamdyke -v
You should see: spamdyke 4.0.4+TLS+CONFIGTEST+DEBUG (C)2008 Sam Clippinger, samc (at) silence (dot) org
or similar. Note the presence of TLS.
To check your spamdyke.conf file, use:
# spamdyke -f /etc/spamdyke.conf --config-test /var/qmail/bin/qmail-smtpd
This will let you know that your conf files and directories are in the right place and readable. You will get an error related to SMTP AUTH, since qmail uses relaylock, not smtpd, to do AUTH.
Some things that might be helpful to others who decide to get spamdyke running with Plesk:
Be sure that spamdyke compiles with TLS. When you run ./configure, you need to read the output carefully and check that it found openssl and will include TLS in the compile. On my system, I had to apt-get install openssl-dev first to get all the libraries on there that spamdyke wanted.
To check whether the executable has TLS support, type
# spamdyke -v
You should see: spamdyke 4.0.4+TLS+CONFIGTEST+DEBUG (C)2008 Sam Clippinger, samc (at) silence (dot) org
or similar. Note the presence of TLS.
To check your spamdyke.conf file, use:
# spamdyke -f /etc/spamdyke.conf --config-test /var/qmail/bin/qmail-smtpd
This will let you know that your conf files and directories are in the right place and readable. You will get an error related to SMTP AUTH, since qmail uses relaylock, not smtpd, to do AUTH.