Quote:
Originally Posted by dlochart How do I know if.when pyzor is activated? |
I tested it after receiving spam mails with pyzor labels.
Quote:
|
Also how do I know what is happening with SPF? I enabled it (but I have not
|
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.
