Quote:
Originally Posted by inigoml I tested it after receiving spam mails with pyzor labels.  |
I am unable to do this. As of now this mail domain is totally internal. I can send mail out but I cannot send mail to within. Maybe someone could post/send me a spam message (what ... I am asking for spam

) that would trigger a pyzor header. Then I can chaneg the rcpt to and send it to an internal address
Quote:
Originally Posted by inigoml For SPF, you should try sending and email from a SPF enabled domain directy to your server, for example from Gmail.
So:
telnet yourhost 25
>helo mail.gmail.com
> mail from: <test@gmail.com>
> rcpt to: <youraccount@yourdomain.com>
> data
> From: Test
> To: Test
> Subject: Test
> . (dot and enter)
After receiving email, check spamassassin headers for SPF failure.  |
Thanks, that'll work!