Thursday, February 12, 2009

qmail-toaster + spamdyke: test behaviour

If you want to test or check the spamdyke behaviour you only need to activate the debug:

Edit /etc/spamdyke/spamdyke.conf


log-level=debug


Then run the following command


$ /usr/local/bin/spamdyke --config-file /etc/spamdyke/spamdyke.conf /var/qmail/bin/qmail-smtpd /home/vpopmail/bin/vchkpw /bin/true


To send an email enter the SMTP commands:


mail from: youremail@mail.com
rcpt to: to_address@mail.com
data
subject: TEST MESSAGE
data
Put some content here...
.



You will see debug lines that shows you all the steps of spamdyke.

No comments: