aNguyen <AnNguyen251@...> wrote: > Is there a way to increase the mxsync queue overflow value? > It is overflowned at 1024... It's hardcoded in the source, so you need to rebuild milter-greylist to change that (build with make CC="cc -DSYNC_MAXQLEN=4096" or whatever value you want) But if it overflows because no connexion can be made, then increasing the queue length will just eat more memory before ending on an overflow. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@...
Message
Re: [milter-greylist] sync greylist
2006-12-17 by manu@netbsd.org