Re: [milter-greylist] dump greylist.db on SIGTERM
2005-12-19 by Raul Dias
... So, How do we make to have mg to dump the memory DB? Raul Dias
Yahoo Groups archive
Messages
Page 109 of 144 · 7199 messages matched
2005-12-19 by Raul Dias
... So, How do we make to have mg to dump the memory DB? Raul Dias
2005-12-19 by Emmanuel Dreyfus
... Sure: just let it reload its configuration automatically. No need to send signals, milter-greylist monitors the config file changes. -- Emmanuel Dreyfus
2005-12-19 by Michael Menge
Hi the following problem ocured while testing milter-greylist. We stopt milter-greylist with SIGTERM to add new acls. After restart we lost sereval whitelist
2005-12-19 by Emmanuel Dreyfus
... 1) Does running with option nospf fix your problem? If it does, then that means your libspf is linked with a thread-unsafe DNS resolver. 2) Change the
2005-12-19 by Eugene Filatov
Hello. I use milter-greylist-2.0.2 under SunOS 5.8 (Sparc) with sendmail 8.12.11 and alt_spf. Last week I started it for whole site, and currently my db size
2005-12-19 by Hajimu UMEMOTO
Hi, ... lawrenqj + key.data = (char *)ipAddr; /* key.data is the string we want to search for */ lawrenqj + key.size = strlen(ipAddr); /* in this
2005-12-16 by Lawren Quigley-Jones
Last try: I posted a message about this in the past. I m sorry for the repetition. My support of the sendmail systems on my current network is ending and I am
2005-12-15 by Matt Kettler
... because you re mixing syntax. Use a regex or a string, not a mix of both. Try: acl whitelist rcpt /nbrey.* .*/
2005-12-15 by c.r.p.
The provided greylist.conf says # It is possible to use regular expressions in domain, from # and rcpt lines. The expression must be enclosed by # slashes
2005-12-15 by Matt Kettler
... Why start off with the .*? In a regex it s irrelevant as regexes are always substring matches unless anchored with ^ or $. /@domain .com/ matches the same
2005-12-14 by Kai Schaetzl
... Surprise, it doesn t do neither of this. I just checked the code and what it does is a 1:1 c-style comparison (domaincmp() in acl.c). So, it only matches
2005-12-14 by Matt Kettler
... That s correct. It isn t a regex. ... True, only // are treated as regex. ... Are you sure? It isn t a regex, but that doesn t mean it can t be a substring
2005-12-14 by Kai Schaetzl
... Yes. After I recompiled greylist I saw that SPF does not work ... I don t know but I guess if that was a thread-safety problem it would just crash instead
2005-12-14 by Ugo Bellavance
... googled libspf2 ... Same here. I don t know where is the problem. ... I wrote something on the MailScanner wiki...
2005-12-14 by Eugene Filatov
... I installed milter-greylist last week and has some problems with libspf2. First problem was quite stupid - install script of libspf2 does not copied one of
2005-12-14 by Kai Schaetzl
... That s not how it is explained in greylist.conf: # It is also possible to whitelist sender # machines using their DNS names. #acl whitelist domain
2005-12-14 by Kai Schaetzl
... Surprise: www.libspf2.org ;-) Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
2005-12-14 by Kai Schaetzl
... Ah, I see, thanks! Yeah, now that you mention that, it s the PHP mail() function and some formmail stuff directly injecting to sendmail. Kai -- Kai
2005-12-14 by Mike McMullen
... I m new to all this so forgive me if this is a silly question. I googled libspf2 and I m not sure which or what I should be downloading. Where do I find
2005-12-14 by manu@netbsd.org
... I d do acl whitelist domain /.*@domain .com/ -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2005-12-14 by manu@netbsd.org
... It does not come from 127.0.0.1, it comes from stdin. This is not a real error: there is really no IP address. -- Emmanuel Dreyfus Le cahier de l admin BSD
2005-12-14 by Mike Loiterman
Well, most of the previous entries that I was going to setup regexs for are no longer needed due to how well SPF is working. Still... If I wanted to white list
2005-12-14 by Emmanuel Dreyfus
... Everything depends on the DNS resolver. If it s thread safe, milter-greylist will work with SPF without any trouble. If the DNS resolver is not
2005-12-14 by Kai Schaetzl
... Do you want to whitelist mailing lists coming from there? I didn t whitelist apache.org, but I get the lists from there. It passed the SPF-Check. ... Not
2005-12-14 by Kai Schaetzl
... If it really works this way it doesn t work as I expect it to work. A domain literal is not a regex. Documentation says only strings with // around them
2005-12-14 by Emmanuel Dreyfus
... According to the source, thay are case insensitive. -- Emmanuel Dreyfus manu@netbsd.org
2005-12-14 by Mike Loiterman
... Actually, what I ended up doing was getting the SPF filter working, and it s fantastic. Highly recommended. Most legit stuff, just goes right through,
2005-12-13 by c.r.p.
Is the acl whitelist rcpt|from case sensitive as to what it allows in ?
2005-12-13 by Matt Kettler
... Well, there is some advantage to using the regex here. acl whitelist domain or.uspops.net will match for.uspops.net.com but the regex above will not. In
2005-12-13 by Emmanuel Dreyfus
... I d say that sendmail starts before milter-greylist, and the socket is not yet there. Try starting milter-greylist before sendmail. -- Emmanuel Dreyfus
2005-12-13 by Mike Loiterman
I m trying to add some whitelist regex matching and it isn t working. I ve tried adding these to my greylist.conf file and none are working: acl whitelist
2005-12-13 by Kai Schaetzl
... I don t get this warning after a reboot. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com
2005-12-13 by Kai Schaetzl
... That s probably not the cause for forgetting that setting, but I don t see a reason to use regexp here. Kai -- Kai Schätzl, Berlin, Germany Get your web
2005-12-13 by Dan Hollis
After some period of time, milter-greylist seems to forget/corrupt its whitelist. acl whitelist domain /or .uspops .net$/ acl whitelist addr 64.28.48.0/20 Dec
2005-12-13 by Mike Loiterman
Running FreeBSD 6.0-RELEASE When I startup my machine, I get this warning in dmesg: WARNING: Xgreylist: local socket name
2005-12-13 by Ugo Bellavance
... production grade. ... Thanks... ... SMFIS_TEMPFAIL ... Ok. I ll check that when I ve got free time. I ve already spent too much time on this for now.
2005-12-13 by Ugo Bellavance
... I found the problem: me. I didn t use the correct ./configure options. It now works. Thanks, Ugo
2005-12-13 by Kai Schaetzl
I m getting this error from milter-greylist for some messages: smfi_getsymval failed for {if_addr} It seems it happens each time a message is from 127.0.0.1.
2005-12-13 by Kai Schaetzl
... Ugo, deducing from your MS wiki entry you may have confused --with-libdir and --with-libspf2. Unfortunately, the configure just gulps everything ,
2005-12-13 by Emmanuel Dreyfus
... Nothing shoking: it does not display it. ... Make sure a HAVE_SPF* is enabled in config.h Add printf in spf.c to discover what goes wrong. -- Emmanuel
2005-12-13 by Emmanuel Dreyfus
... But you are making progress fast. In order to fix the header problem, we need to rework the code a bit deeper. You can roll back the two changes where you
2005-12-13 by Ugo Bellavance
Hi, I tried posting about that yesterday, but it looks like it havent gone through, so I m posting again. Sorry if you get a duplicate: Hi, I just re-compiled
2005-12-13 by Ugo Bellavance
Ok, I uploaded the code in the file section. It compiles and seems to work. But I get logs that don t seem to be accurate: Milter add: header: X-Greylist:
2005-12-12 by Kai Schaetzl
... One observation regarding this. It seems that not all tuples get removed from the greylist once a server is whitelisted, f.i.: greylist.db:212.66.8.12
2005-12-12 by Matt Kettler
... I do recall you Ugo. Which is why my original post made no mention of the requirements. As an afterthought I felt it necessary to mention the setup
2005-12-12 by Kai Schaetzl
... Yeah, no SMFIS_SUCCESS. Here are the constants that are available: n8:/usr/include/libmilter # grep SMFIS_ * mfapi.h:** This may take on one of the
2005-12-12 by Emmanuel Dreyfus
... (snip) ... Yes, you figured it on your own. If someday you don t,the documentation is here: http://www.milter.org/milter_api/ The return codes are at the
2005-12-12 by Ugo Bellavance
... changing ... complex, ... duplicate ... change by ... (greylist.conf.5), ... Hi, did all that, but getting this error when compiling: [root@mta1
2005-12-12 by Emmanuel Dreyfus
... Sure, if someone does it. Since you desire the feature, you seem to be the right person for implementing it. And that s a good opportunity to learn about
2005-12-12 by Ugo Bellavance
... Yes... thanks. But I m not much of a programmer and I don t really want to mess anything up. Would it be possible to implement this as a parameter in a