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.

[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

[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

Re: [toaster] greylisting update 20051215

2005-12-15 Thread Rick Macdougall
/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

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

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