[Greylist-users] Whitelists not working?

Brent Meshier brent at meshier.com
Wed Nov 19 22:57:36 PST 2003


I think the problem could be that mail_from and rcpt_to were NOT NULL.
I'm using INNO DB, so I created the tables by hand rather from script
and probably sent those two fields to NOT NULL.  I made the changes and
will see what happens.

--Brent

-----Original Message-----
From: greylist-users-bounces at lists.puremagic.com
[mailto:greylist-users-bounces at lists.puremagic.com] On Behalf Of Evan
Harris
Sent: Thursday, November 20, 2003 1:20 AM
To: Greylisting Users and Developers Discussion
Subject: Re: [Greylist-users] Whitelists not working?


If the whitelist entry is created properly, it should work, and the
counts
on that record will increment each time a mail is passed matching that
record.

For a whitelist IP entry, the relay_ip must be the correct IP, and both
mail_from and rcpt_to must be NULL (not an empty string), the
block_expires
must be < now() and record_expires must be > now().  Also,
$check_wildcard_relay_ip must be enabled.

What does the debugging output from the milter say when a matching email
is
attempted?  What is the exact entry from the matching record in the db?

Evan




More information about the Greylist-users mailing list