SPF Scans on outgoing mail

Alex Neuman alex at nkpanama.com
Mon Oct 30 22:20:39 GMT 2006


Josh Dayberry escribió:
>
> Here is my problem. I have many mobile users of my server. When they 
> send e-mail their e-mail fails the SPF tests and their IP is submitted 
> for RBL tests and things of that sort. However, all users with the 
> ability to send e-mail on my server should not have their e-mail 
> scanned at all. Unfortunately I haven’t been able to figure out how to 
> stop MailScanner from scanning e-mail received from users who 
> authenticate. Any ideas would be appreciated.
>
> Josh Dayberry
>
> josh at thematthewsgroup.com
>
The mobile users aren't using your server; they're using someone else's 
server to send out e-mail that should be going out of your server.

Your SPF record is showing the following:

"v=spf1 a mx -all"

Which means only your MX's are allowed to send mail out as 
thematthewsgroup.com; if your users are *actually* connecting to your 
server, and they're authenticating themselves properly (not using 
POP-before-SMTP but *actual* SMTP AUTH), then your SPF checks should 
work, in theory. All of mine do.

What are you using for SPF? In the meantime you can add "~all" instead 
of "-all" to mitigate (not eliminate) the problem while you find out 
what's wrong.


More information about the MailScanner mailing list