View Single Post
  #35 (permalink)  
Old 12-14-2006, 06:43 AM
dlochart dlochart is offline
Advanced Member
 
Posts: 177
Default

Quote:
Originally Posted by inigoml View Post
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 View Post
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!
Reply With Quote