Bill Shupp wrote:
Rick Macdougall wrote:I'm in the process of re-writing the greylist patch to allow per user whitelisting (local users)
I'd be interested to see if that increases the per connection overhead on a busy system.
It shouldn't too much as it's already doing three queries per connection, so one more shouldn't hurt it too much. Actually, I can probably add my per user lookup to one of the queries that already happens.
as well as adding that option to my php SA user interface. After that it will be up to the user if they want to use greylisting or not.
Is this user interface publicly available?
Yes, it's just a stand alone interface that allows users to modify their SQL user preferences. There is also a squirrelmail plugin based on it.
It's some old code that I inherited from one of the users on the SA mailing list and I've upgraded as needed to keep it working with the current versions. It does need a major re-write to support register_globals off and make it a bit more modular but seeing as it works for me in it's current form, it's down the to-do list a bit.
Regards,
Rick
