Re: [toaster] Courier-authlib memory problem

2005-12-15 Thread Bill Shupp

Erki-Kiss Zsolt wrote:



daemons=10 on the above server, and set to default 5 on others.



I'm running courier-authlib on a system with 12K users, with daemons set 
to 5, without incident.  You might try joining the courier or vchkpw 
lists to see if others have reported similar issues.


Regards,

Bill


[toaster] Greylisting patch and local domains

2005-12-15 Thread Th. Salditt
Hi everybody,

I have install shupps toaster and additional the greylisting patch.
All is working fine but if I want to send an email from domain1 to domain2
on the same server these will only delivery once.
No try more. I have waited three hours but no new try.

Can someone help me ?

Best regards

Thomas



[toaster] greylisting update 20051215

2005-12-15 Thread Bill Shupp
I have updated the greylisting patch to apply over the 0.8 patch 
cleanly.  It also supports configuration via environment variables, 
rather than compiled in values, as well as logging to standard error. 
Please see the top of the patch for details:


http://shupp.org/patches/greylisting-20051215.patch

Thanks to Joshua Megerman for the environment config patch.

Regards,

Bill Shupp


Re: [toaster] greylisting update 20051215

2005-12-15 Thread Rick Macdougall

Bill Shupp wrote:
I have updated the greylisting patch to apply over the 0.8 patch 
cleanly.  It also supports configuration via environment variables, 
rather than compiled in values, as well as logging to standard error. 
Please see the top of the patch for details:


http://shupp.org/patches/greylisting-20051215.patch

Thanks to Joshua Megerman for the environment config patch.

Regards,

Bill Shupp


Just fyi, I find the 55 minute timeout way to high for most server 
installations.  I'd consider changing to the default to at least 14 (as 
most real mail servers retry after 15 minutes).  I currently run it at 1 
minute and I've found no additional spam vs the 55 minute current default.


YMMV!

Regards,

Rick



Re: [toaster] Update for Greylisting

2005-12-15 Thread Bill Shupp

Rick Macdougall wrote:
Here's some code that should go somewhere.  I call it deletegreylist.sql 
on my system and run it every hour.


delete FROM  `relaytofrom` WHERE origin_type = AUTO and ( 
unix_timestamp(  )- unix_timestamp( record_expires )  0 )


If you don't do that, of course, your database fills up with expired 
entries.


Good point.  I have greylisting on a backup server that I rarely check 
on.  And of course, the relaytofrom table has 9195262 records in it, and 
had crashed.  I'm repairing it now, and will run query above when it's done.


Thanks for the tip, I'll put it in a shell script, and make a note of it 
on the site.


Regards,

Bill


Re: [toaster] Update for Greylisting

2005-12-15 Thread Bill Shupp

Bill Shupp wrote:

Thanks for the tip, I'll put it in a shell script, and make a note of it 
on the site.


This is done.  See http://shupp.org/ for details.

Regards,

Bill Shupp