Re: Running milter-greylist in Debug Mode - Crashing
2006-09-06 by Jim Hermann
... Like this code from dump.c? for (;;) { /* XXX Not really dynamically adjustable */ switch (conf.c_dumpfreq) { case -1: sleep(DUMPFREQ); break; case 0: if
Yahoo Groups archive
Messages
Page 96 of 144 · 7199 messages matched
2006-09-06 by Jim Hermann
... Like this code from dump.c? for (;;) { /* XXX Not really dynamically adjustable */ switch (conf.c_dumpfreq) { case -1: sleep(DUMPFREQ); break; case 0: if
2006-09-05 by DAve
... Yep, we are going to try the lazylaw first if complaints continue. I am hoping that greylisting is just the bright and shiney distraction of the hour.
2006-09-05 by Emmanuel Dreyfus
... Enable it only for clients that asked for it, et voila. You could even have the clients toggling it on or off through a web page. For now that require
2006-09-05 by DAve
... That s good, thanks. I appreciate the responses. DAve -- Three years now I ve asked Google why they don t have a logo change for Memorial Day. Why do they
2006-09-05 by DAve
... Sales isn t complaining about the delay to them, they are concerned that all our clients will flee to someone else. DAve -- Three years now I ve asked
2006-09-05 by DAve
... Not yet, over the years I ve worked with this ISP we have gone from a single install of Sendmail to two gateways, one minor gateway, three pop toasters,
2006-09-05 by Matthias Scheler
... Does it use sleep(3)? Some platforms implement that via SIGALRM. Kind regards -- Matthias Scheler http://zhadum.org.uk/
2006-09-05 by eclark@alabanza.com
Here you go then. Its in use by our facility supplying over half a million domains. Thats bigger monkey poo than 6000. :) Plus if you need more poo to fling,
2006-09-05 by Emmanuel Dreyfus
... Why don t you just configure an ACL so that everyone gets greylisting, except sales. If they prefer spam to delays, that s their choice... -- Emmanuel
2006-09-05 by Rene Luria
... Have you ever tried enabling the option lazyaw ? It auto-whitelist ip and not tuples... With a large user base, after a few minutes only, all the main
2006-09-05 by DAve
We have deployed milter-greylist on all our gateway servers with great success. We noticed an immediate and (so far) permanent reduction in spam getting
2006-09-05 by Emmanuel Dreyfus
... milter-greylist does not use timers, neither it uses signals. Perhaps a problem in libmilter? -- Emmanuel Dreyfus manu@netbsd.org
2006-09-05 by Oliver Fromme
... It s the standard output of the default handler of SIGALRM (just like Segmentation fault is the standard output from SIGSEGV). The exact format might
2006-09-05 by Emmanuel Dreyfus
... Never seen such a problem. Did you tried tracing it? Do you get a SIGALRM? Anyone has an idea of where it comes from? -- Emmanuel Dreyfus manu@netbsd.org
2006-09-05 by Emmanuel Dreyfus
... Cool, your problem is fixed. ... Of course it won t. ACL walking stops on first match. So here we end up matching acl greylist default delay 15m , which
2006-09-05 by Mart Pirita
Tere. ... Works so far, but I noticed some changes in logs, can t see anymore this line - skipping greylist because sender DNS name xxx.xxx.xx is whitelisted
2006-09-05 by Jim Hermann - UUN Hostmaster
Any word on this problem? Jim
2006-09-05 by Mart Pirita
Tere. So, I tested with the latest version and seems the all in one line works: acl greylist default delay 15m code 421 ecode 4.3.2 msg example mesg
2006-09-05 by Mart Pirita
Tere. ... Should it work for me also globally, adding something like this in one line: acl greylist default delay 15m code 421 ecode 4.3.2 msg example
2006-09-05 by Emmanuel Dreyfus
... I just gave it a try with 3.0 alpha6, it worked fine... -- Emmanuel Dreyfus manu@netbsd.org
2006-09-05 by Mart Pirita
Tere. ... Hmm can t help You with that, but why smtp responce code 4.3.2 is better than 4.7.1? To confuse the spammer? Actually, this is good idea. Maybe I
2006-09-04 by Jobst Schmalenbach
... hehehehe ... but ONLY for the message ;-) I want to change the code/ecode, see my input on http://www.acme.com/software/graymilter/ -- There are 10 kinds
2006-09-04 by Jobst Schmalenbach
... Mmmmhh. I can only do that on the weekend ... I reply to this somewhere around Saturday ... ... I know, I can rtfm ;-) AND code. jobst -- She said she
2006-09-04 by manu@netbsd.org
Hello everybody It has not been an easy decision, but here is the alpha 6 with the thread race fixes backed out. While that contribution is desirable, it fixes
2006-09-04 by Emmanuel Dreyfus
... Yes, I think I ll roll back the thread race fix fro the 3.0 alpha releases and merge it back in 3.1.x. The question remain about what should be done for
2006-09-04 by attila.bruncsak@itu.int
... Hello, This release does not look very stable, the daemon frequently dies without any notice. Maybe the patches can be cut into smaller chunks and apply
2006-09-04 by Jim Hermann - UUN Hostmaster
When I run milter-greylist 2.0.2 in Debug Mode, it will terminate after a while. The last thing it displays on the terminal is: Alarm clock What does that
2006-09-04 by Mart Pirita
Tere. ... Well, that make two of us. One for sure - my method works:). ... -- Mart
2006-09-04 by Emmanuel Dreyfus
... If you start the milter with debug turned on, do you see anything particular? Is the ACL correctly parsed? ... The line above should do it. -- Emmanuel
2006-09-04 by Jobst Schmalenbach
... I do not think you need to do that, according to the man page. There are three (optional) parameters that seem to allow to do this in the config file: code
2006-09-04 by Jobst Schmalenbach
... for the ... I figured that ... still, it doesnt work. I tried acl greylist default code 421 ecode 4.3.2 msg example mesg but the filter started to go
2006-09-04 by Mart Pirita
Tere. ... Hmm, any suggestion how? I have no ACL -s in conf file, only the global: greylist 15m Or should I uncomment it and add something like: acl greylist
2006-09-04 by Emmanuel Dreyfus
... That changed in 2.1.12. You can now return a per-ACL custom message. -- Emmanuel Dreyfus manu@netbsd.org
2006-09-04 by Mart Pirita
Tere. ... Probably nothing, as far I know, the default message is hard coded, so You have make changes in source, look twice in milter-greylist.c for the word
2006-09-04 by Jobst Schmalenbach
Hi. I have been using grelisting for a while, using Jef Poskanzer s graymilter. The only drawback with that one is it doesnt hold the greylist db between
2006-09-02 by Mart Pirita
Tere. ... Without patch, same thing, milter-greylist takes all the cpu. -- Mart
2006-09-02 by AIDA Shinra
... +++ macro.c 2006-09-02 19:28:10.000000000 +0900 @@ -82,7 +82,7 @@ priv = (struct mlfi_priv *)smfi_getpriv(ctx); - value = smfi_getsymval(ctx, me- m_name);
2006-09-01 by AIDA Shinra
At Thu, 31 Aug 2006 15:56:29 +0000, ... 3.0a4 minus sm_macro, commenting out them from conf_lex.l and removing from the document. priv- priv_whitelist &
2006-09-01 by Hajimu UMEMOTO
Hi, ... shinra Sorry, try this patch in addition to the previous one. shinra http://www.j10n.org/files/milter-greylist-3.0a5-misc2.patch No problem. The
2006-09-01 by Hajimu UMEMOTO
Hi, ... manu I must confess I m not sure I took the right decision about integrating manu the thread race condition fixes before the 3.0 release instead of
2006-08-31 by AIDA Shinra
At Fri, 01 Sep 2006 01:02:36 +0900, ... Sorry, try this patch in addition to the previous one. http://www.j10n.org/files/milter-greylist-3.0a5-misc2.patch
2006-08-31 by Fabien Tassin
... I vote for that choice, similar to so many projects. [ just to let you know... I m still running the last 2.1 because I ve started a patch implementing
2006-08-31 by Hajimu UMEMOTO
Hi, ... shinra It is on my bug. In addition, sm_macro feature is not working at all. shinra Please try this: shinra
2006-08-31 by Emmanuel Dreyfus
... I must confess I m not sure I took the right decision about integrating the thread race condition fixes before the 3.0 release instead of doing it
2006-08-31 by Hajimu UMEMOTO
Hi, ... shinra It is on my bug. In addition, sm_macro feature is not working at all. shinra Please try this: shinra
2006-08-31 by AIDA Shinra
At Thu, 31 Aug 2006 18:32:47 +0900, ... (snip) It is on my bug. In addition, sm_macro feature is not working at all. Please try this:
2006-08-31 by Emmanuel Dreyfus
... Outch, I missed that one during the patch merge. Just delete the line 745 and everything will be alright. -- Emmanuel Dreyfus manu@netbsd.org
2006-08-31 by fredrik.pettai@vattenfall.com
Building on Solaris (10 x86) doesn t work anymore. 3.0a4 works fine... # make gcc -g -O2 -Wall -D_REENTRANT -D__EXTENSIONS__ -DUSE_DNSRBL
2006-08-31 by attila.bruncsak@itu.int
Hello, On my Tru64 UNIX system the LINE_MAX macro is already defined, this patch helps to avoid some compilation warning about macro redefinition. Bests,
2006-08-31 by Hajimu UMEMOTO
Hi, ... manu Here is our alpha 5. manu http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0a5.tgz manu MD5 (milter-greylist-3.0a5.tgz) =