|
From: Michael S. <Mic...@lr...> - 2005-06-28 14:39:20
|
On Tue, 28 Jun 2005, Lionel Bouton wrote:
>
> Combining results of various checks at the Postfix level is rather
> cumbersome. This is why I added a reference to SPF in my TODO: my idea
> was that it wouldn't bring much benefit to greylist already known good
> MTAs. We could combine a domain whitelist with SPF checks: if the source
> domain is in the whitelist and the SPF checks are OK, don't greylist.
> This is far in the future, though, I'll need to break SQLgrey into
> modules first.
>
We have SPF running together with sqlgrey (cron_job). The basic idee is,
if count_from_awl >= X {
result = check_for_spf;
if result = 'pass' {
move_domain_from_mail_to_domain_awl
}
}
Lionel, if you program the forked process which will handle all the
propagations, moves, inserts then I will augment this process with our
algorithms
- SPF-check
- MX-check
- A-check
And it would be nice to have a field for every table entry about the
creating algorithm (grouping or one of the above), as I explained before.
Michael Storz
-------------------------------------------------
Leibniz-Rechenzentrum ! <mailto:St...@lr...>
Barer Str. 21 ! Fax: +49 89 2809460
80333 Muenchen, Germany ! Tel: +49 89 289-28840
|