Hello, I am evaluating SmarterMail on my network and have installed SmarterMail on my local PC. I have enabled SpamAssassin and Clam and would like to test it out. I have SmarterMail setup to do domain forwarding. I can get mail to forward ok and the SMTP block list seems to work.
I am currently testing by connecting to port 25 from another PC in my subnet and and issuing SMTP commands to send mail. I would like to test SpamAssassin in this way. The following does not seem to work. Any ideas? Thanks.
telnet 192.168.x.x 25
helo test.com
mail from:scotth@test.com
rcpt to:scotth@mydomain.com
data
Subject:bunch of spam stuff here
more spam stuff here...
.