Re: [milter-greylist] dbdump command
2007-02-23 by Oliver Fromme
... Right, but you shouldn t get a SIGSEGV during normal operation, because that would be a bug, wouldn t it. ;-) And you _can_ install your own signal
Yahoo Groups archive
Messages
Page 78 of 144 · 7199 messages matched
2007-02-23 by Oliver Fromme
... Right, but you shouldn t get a SIGSEGV during normal operation, because that would be a bug, wouldn t it. ;-) And you _can_ install your own signal
2007-02-23 by Jorge Revuelta
OK, But the problem is my aliases file has 130.000 entryes, and I think it would be very dificult to manage. What is better (memory and cpu)? 1.000.000 entrys
2007-02-23 by attila.bruncsak@itu.int
... I library should never decide to exit on its own, it is supposed to return error code if it has any trouble. Exiting is the privilege of the main program.
2007-02-23 by Emmanuel Dreyfus
... I just looked at the code, and we already dump when smfi_main exits. atexit serves just as a safety net if libmilter calls exit(), but I m not sure if it
2007-02-23 by attila.bruncsak@itu.int
... Yes it does. RTFM. Absolutely no need for the use of atexit() here.
2007-02-23 by Emmanuel Dreyfus
... Which means that if you get a SIGSEGV, you loose. ... I thought smfi_main() was never returning. Does it? -- Emmanuel Dreyfus manu@netbsd.org
2007-02-23 by Emmanuel Dreyfus
... I don t know if it s possible, but I solve this the other way around: my greylist.conf contains the list of valid recipients, and milter-greylist tells
2007-02-23 by Oliver Fromme
... According to the source (signal.c and engine.c), that call- back is called upon SIGINT, but not on SIGTERM or SIGHUP. I don t understand why.
2007-02-23 by Jorge Revuelta
Hi! I have the user database in sendmail`s aliases. So, without milter-greylist, sendmail refuses mails destinated to unknown users as expected. But if
2007-02-23 by attila.bruncsak@itu.int
... You did not missed it, the patch is in it. I did not verified for this release, but if there is no other glitch it should work.
2007-02-23 by Emmanuel Dreyfus
... I hope I did, but it may have sliped through. ChaneLog does not says about it. Can you check 3.1.6 to see if your code was included, and if it was not, can
2007-02-23 by attila.bruncsak@itu.int
... Emmanuel, I have submitted a patch earlier that fixes the missing dump at program exit. You wrote that you are not going to put into the 3.0 stable
2007-02-23 by Emmanuel Dreyfus
... Well, I d just say that there is a missing feature: libmilter should call a handler in the milter when receiving kill -1 (for reloading config), or kill
2007-02-23 by Emmanuel Dreyfus
... ldd show you dynamic linking. A .a is a static library which is embedded in the executable. If ldd does nto shows you libmilter, it means the static
2007-02-23 by Oliver Fromme
... You are right, I ve just had a look at the documentation. That s a serious design flaw in the milter API. :-( Brain-damaged, if you ask me. However, it
2007-02-23 by aNguyen
When I check with ldd, milter-greylist does not link to either libmilter.a or libmilter.so ... I wonder if something is missing here. thx bash-2.03# which
2007-02-23 by Emmanuel Dreyfus
... I think you are confused. A 32 bit binary cannot link with a 64 bit library. -- Emmanuel Dreyfus manu@netbsd.org
2007-02-23 by An.H.Nguyen
Mine runs on a Sparc Solaris 8. Is there any possibility? I have two Sparc Solaris 8. In order to build 64bit milter-greylist, I had to build 64bit libmilter.a
2007-02-23 by Emmanuel Dreyfus
... The milter API forbids installing a signal handler. -- Emmanuel Dreyfus manu@netbsd.org
2007-02-23 by Oliver Fromme
... Oh, really? It works perfectly fine for me on FreeBSD 6. I can t imagine what the problem could be with simply installing a handler for SIGTERM (and
2007-02-23 by Emmanuel Dreyfus
... On some OSes, that does not work properly. In an ideal world, we could have milter-greylist listening on a control socket, whith a command line tool to
2007-02-23 by An.H.Nguyen
This is the kill command that I use and it does not dump the db. What should I check to fix this problem? I can recompile again if that will fix this problem.
2007-02-23 by Oliver Fromme
... It does that automatically when you kill it. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing b. M.
2007-02-23 by aNguyen
Is there a command to force db dump while milter-greylist is running? I have a script to restart greylist when it takes up over 35% cpu. It would be nice to
2007-02-23 by manu@netbsd.org
... Please read $SUBJECT :-) It seems that pipeing the stat output to |logger -p local7.info gives a good result. syslogd can stream the output to a remote
2007-02-23 by George Elgin
if you are running a webserver on the same machine why not just create a soft link from somewhere httpd (or whatever) can serve up the log file ?. then the
2007-02-22 by manu@netbsd.org
... If you can manage to have sendmail setting a macro, then the sm_macro clause in ACL should do the last part of the work. -- Emmanuel Dreyfus
2007-02-22 by Georg Horn
... Yes, that would sure be the optimal solution! Any sendmail expert out there, who could help?! But in case we would add some code to milter-greylist that
2007-02-22 by manu@netbsd.org
... afs? ... That was a documentation error. The example in README and greylist.conf(5) showed a %s that does not really exist. The sender e-mail address is
2007-02-22 by Oliver Haufe
ok i will
2007-02-21 by George Elgin
ignore this guy he s afs i am going to try the line stat /var/log/greylist.stat %S %i %f %r %E %R n just so you know the ex) stat line in the readme was
2007-02-21 by manu@netbsd.org
... Please diff -U2 against CVS -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2007-02-21 by Oliver Haufe
I will avoid regression - but it will take a few hours to develop a solution that allows to use eitherway. Currently i am going though the code of the stable
2007-02-21 by Oliver Haufe
To make it short - i am ready adopting the read directly from the access.db it should be fine and there would be no trouble under heavy load - just give a day
2007-02-21 by manu@netbsd.org
... Please avoid introducing regression, someone not subscribed to the list might use the current code and rely on the existing behavior. -- Emmanuel Dreyfus
2007-02-21 by manu@netbsd.org
... Yes, but there have been reports of trouble when doing that under heavy load. IMO it s much more reasonable to rediscover how to set the greylist macro in
2007-02-21 by Oliver Haufe
Hello my solutions works in my environment. What i will to is look into your stuff together with the latest stable release of milter-greylist and so that u at
2007-02-21 by eclark
We are using poprelayd and a hack to update the milter conf. Definitely not ideal.
2007-02-21 by Georg Horn
Hello, ... My smtp-after-pop stuff is at http://koblenz-net.de/~horn/smtp_after_pop/ Within db.c you ll find how to insert or delete records into/from a db
2007-02-21 by Oliver Haufe
Hello, if you have the code to modify (access) the access.db directliy i would look in to this and modify my code so that you have a patch that should work in
2007-02-21 by Αναστάσιος Παπαδόπου
It is an older version, which of course explains the behavior. milter-greylist -r: milter-greylist-2.0
2007-02-21 by Georg Horn
... Hm. I think this is probably not really what i want. My modified pop3-Server writes the IP-Address of the client directly into the Berkley DB file
2007-02-21 by Joel Reicher
... Can t you get all this info from the standard maillog output of milter-greylist-3.0? Cheers, - Joel
2007-02-21 by Emmanuel Dreyfus
... I m really surprised you could feel that way about our exchanges. While it s true I could endlessly rant about US administration s behavior (though I never
2007-02-21 by Tom Hedges
I have received little response from the author on this list, although I greatly appreciate the quality of his code. I suppose the French and Americans think
2007-02-20 by manu@netbsd.org
... Any volunteer to test that against CVS and provide a patch? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2007-02-20 by Oliver Haufe
Easy - now it also accepts WHITE from access.db. But as i am running an older Version milter-greylist-3.0rc7 so if someone would like to patch his
2007-02-20 by manu@netbsd.org
... As far as I understand, your change introduce a change of behavior, which is not very nice for people using it the old way. Perhaps you could change the
2007-02-20 by manu@netbsd.org
... i just tried to copy/paste the line in my config file, and it loads without a hitch. ... That s probably the explanation. Try milter-greylist -r --
2007-02-20 by Oliver Haufe
Hello Georg, i was facing the same situation last year and i did a pacht to version 2 of milter-greylist any way i will paste my code change here and also a