Steve Hanson <shanson@...> wrote: > It appears that it is the access entry that is making milter-greylist fail. > > I'm finding that we really can't use milter-greylist in production > because of this - it crashes some times several times in an hour. Did you tried to increase system limits? Most of the time, this is the problem because milter-greylist wants to use a lot of memory. If that does not help, rebuild milter-greylist with -g option to cc, and use gdb on the core file (you have a core file, right?) to get the backtrace, using the bt command. > Is it just impossible to blacklist anything in access and use > milter-greylist as well? If everything is blacklisted in the access DB, milter-greylist won't be able to handle any mail. > Also - I have tried a few times to set up milter-greylist so that I can > whitelist in the Access database as well- but I cannot get that to > work. The docs really don't explain very well how to do this. And if > you really follow the instructions as written, it will break your other > milters because if you really set the macro entries explicitly to just > the macros that milter -greylist needs, then it removes the default > macros that your other milters needed. You should use a logical or between (macros you already use) and (macro milter-greylist needs). Having additionnal macros defined will not hurt milter-greylist. > Okay, so I figured that out, but > I still cannot tell what I am supposed to put into an access entry to > actually be able to whitelist something for milter-greylist. The README suggests you should use WHITE. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] milter-greylist crash
2005-08-01 by manu@netbsd.org
Attachments
- No local attachments were found for this message.