SMTP Phasepre-DATA
CPU Uselow
Memory Usemedium
False Positivesmedium
Maintenancelow
Effectivenessmedium

Spfmilter

SPF stands for Sender Policy Framework. It's not specifically an anti-spam measure; rather, it's an attempt to prevent email forgery. Each participating site sets up a little definition of which hosts are allowed to send mail claiming to be from that site. That definition gets stored in the DNS records for the site. When another site receives mail, it checks the permitted-senders record of the originating site. If the check fails, the mail is marked or rejected.

Spfmilter implements SPF checking in a sendmail milter.



SMTP Phasepost-DATA
CPU Uselow
Memory Usemedium
False Positiveslow
Maintenancelow
Effectivenesslow

Sfcmilter

Sfcmilter is an add-on for spfmilter that attempts to remedy a deficiency in how SPF is defined. SPF only looks at the sender address in the SMTP transaction - the "envelope address". The sender address in the message itself can be different, and SPF provides no protection against forgeries there. Sfcmilter checks the two sender addresses against each other, and if they don't match then a warning header is added to the message. This warning can serve as a clue to a later phase of the delivery process, such as a Bayesian filter.


<<< [Graymilter] <<< >>> [OpenDKIM] >>>

email