fetchmail-friends
[Top] [All Lists]

Re: [fetchmail]Does SPF break fetchmail?

2005-07-09 10:48:38
Neil Harkins wrote:

Creating a new thread by replying to a list post is generally a bad
idea, because it hijacks the thread and breaks threading in MUAs.

Hi. I used fetchmail for a few projects over the past 10 years,
and was curious how it deals with SPF (Sender Policy Framework,
http://spf.pobox.com). 

Not at all. SPF is designed for SMTP between MTAs. It is about
validating the sender domain through the connecting host's IP address.
Since fetchmail is no SMTP receiver, there is nothing to deal with.
If your local server enforces SPF, just configure it to have the local
host in a white list. Using SRS in fetchmail to work around that would
really be tweaking at the wrong point.
As some people pointed out, it is best to use your MDA for local
delivery, but this is not true for installations, as you might have some
filtering, virus scanning etc. in you MTA. If you use the --mta option,
fetchmail will only use this way for delivering.