Re: [milter-greylist] Milter-greylist with p0f ver 3
2012-02-16 by shuttlebox
... Here s the web site, http://lcamtuf.coredump.cx/p0f3/, and this document, http://lcamtuf.coredump.cx/p0f3/README, is probably what you re looking for.
Yahoo Groups archive
Messages
Page 27 of 144 · 7199 messages matched
2012-02-16 by shuttlebox
... Here s the web site, http://lcamtuf.coredump.cx/p0f3/, and this document, http://lcamtuf.coredump.cx/p0f3/README, is probably what you re looking for.
2012-02-16 by manu@netbsd.org
... It was not known yet but it can be fixed. Do you know where is the documentation for the new protocol? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2012-02-15 by Gary Faith
I downloaded and compiled p0f ( p0f-3.03b.tgz) on SLES 10 SP4 64-bit. I have p0f running in daemon mode and I used milter-greylist (4.2.7) to talk to the p0f
2012-01-24 by David Young
Hi Emmanuel, I ve installed the corresponding -debuginfo package, and am waiting for the next suspect email to arrive, so that I can grab the core dump :)
2012-01-24 by manu@netbsd.org
... Would you be able to collect a backtrace? # gdb `which milter-greylist` (gdb) target core milter-greylist.core (gdb) bt Alternatively, you can run
2012-01-23 by David Young
Hi folks, We run milter-greylist 4.2.7 on 4 load-balanced mail hosts, which receive and process mail for a variety of customers. Lately (yesterday,
2011-11-22 by Emmanuel Dreyfus
... You can ratelimit by recipients with a condition on message size, and ratelimit by size with a condition on recipients: dacl ratelimit RCPT-LIMIT-SMALL
2011-11-22 by MARENTXU
Yes I will try it, but with these rules, I limit both recipients and bytes, but apparently not at the same time, I mean, if some user just sends 50 10MB
2011-11-22 by manu@netbsd.org
... I just had a look at the code, and it is indeed possible, though I did not remember implementing it: you can ratelimit sessions, recipients or bytes. The
2011-11-21 by MARENTXU
Hi all, I´m trying to set a milter-greylist rule to control users who send many big messages, so I intend to set a rule to limit users who send more than 200
2011-10-03 by Johann Klasek
... Yes, the CNAME destination is missing. Probably some kind of misconfiguration. The whole CVS site is broken - this does not look very intentionally ... I
2011-09-29 by Emeric Jarnier / DSI
Hi all, Does anyone has a non-broken link to an updated version of the broken MTAs list? Following link on wiki pages goes to nowhere :
2011-09-12 by Salmon Ronan
... Yes, according to sendmail s logs, the email has been rejected. But in reality, the email has been accepted and forwarded (a few seconds later) on to
2011-09-12 by Les Mikesell
... Are you sure that the other server received it from this one instead of the original sender connecting to it directly? If you have a 2nd MX record it
2011-09-12 by Ian Jones
I am out of the office until 26/09/2011. Note: This is an automated response to your message Re: [milter-greylist] sendmail, not rejecting messages sent on
2011-09-12 by Salmon Ronan
... Nope, this is about tuning. But I tried with those option as well. ... Yes, according to sendmail s logs, the email has been rejected. But in reality, the
2011-09-09 by Johann Klasek
... Maybe you should add after ...milter-greylist.sock something like , F=, T=C:20m;S:5m;R:5m;E:20m to explicitly set several timeout parameters (T=) and the
2011-09-09 by salmon.ronan
Hi all, I m trying to milter-greylist working. I m using sendmail-8.13.8 and the following m4 config :
2011-09-01 by Mart Pirita
... Just few days ago solved same problem - http://tech.groups.yahoo.com/group/milter-greylist/message/5881 -- Mart
2011-09-01 by wjk@wkossen.nl
Hi, I want to use milter-greylist with dnsrbl options. The binary package for my platform doesn t have it enabled, so compile is the way to go. But... gcc -o
2011-08-29 by manu@netbsd.org
... It is the same symptom, but not the same problem. Fixing for your problem would be difficult since you manually moved headers: your setup is unique. --
2011-08-29 by Emmanuel Dreyfus
... They are all the same, but where is the libresolv that matches /usr/include/arpa_last headers? -- Emmanuel Dreyfus manu@netbsd.org
2011-08-29 by Mart Pirita
... Yes. ... Ok, adding before ./configure: export LDFLAGS LDFLAGS=-L/lib fixes the problem. But as seems I m not the only one with te same problem -
2011-08-29 by Mart Pirita
... Yes. ... Hmm, seems this change in 4.3.8 is the reason: Look for liresolv in ${libdir} instead of /usr/lib (DUFRESNE VINCENT) How to link it right with
2011-08-29 by manu@netbsd.org
... Right, that probably means there is no need to tweak the configure script, since this setup is unique to your machine. ... You are linking with the wrong
2011-08-28 by Mart Pirita
... Turned out, that I had /usr/include/arpa and /usr/include/arpa_last, I remember, that some compilations needed older stuff (arpa_last is actually newer) so
2011-08-28 by manu@netbsd.org
... So how does it works? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2011-08-28 by Mart Pirita
Tere. RedHat 9 based distro, with 2.6.28.10 kernel, yes, it s ancient, but quite a lot (all important stuff) is manually updated (self made packages) and so
2011-08-26 by lists-yahoogroups@localguru.de
Hi, just seeing that there are 2:30 hours between the first log entry Aug 19 12:22:17 and the temp fail at Aug 19 14:51:45. I can see the sending server in the
2011-08-26 by lists-yahoogroups@localguru.de
Hi, since a few days I see the following error always produced by the same sending server (my be domino) and sender every 20 minutes. It s always the same
2011-08-13 by manu@netbsd.org
... Then you will have to wait a bit for me to have time foro milter-greylist hacking again :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2011-08-13 by manu@netbsd.org
... Yes, you point out an important missing feature that I we need: add a fourth action beside whitelist/blacklist/greylist. We need noop, or nop, or continue,
2011-08-13 by compconsultant
... I would, if I could. Never programmed in C. I have used probably 50 languages in my career, none of them being C, even snobol. Don t know yacc, lex, C,
2011-08-12 by compconsultant
... Ok, but, there is no way to add headers in milter-greylist, except, on a racl of dacl, right? I want to add headers, racl or not. i.e., always add this
2011-08-12 by manu@netbsd.org
... Yes, it would be nice to add the format strings. More format strings never hurts, actually. :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2011-08-12 by manu@netbsd.org
... Then do it, it will not be very difficult. You have to add an item in the configuration structure, a keyword in conf_lex.l and a rule to parse it in
2011-08-12 by compconsultant
Instead of using multiple packages to get these headers (milter-greylist, SPF milter, opendkim), it would be nice since milter-greylist handles both spf and
2011-08-12 by compconsultant
... I d love to see it, I d really like to greylist anyone who has a spf all.
2011-08-11 by lists-yahoogroups@localguru.de
... Too sad, CURL support is not compiled in Ubuntu LTS Checking config: CURL support not compiled in, ignore line ... CURL support not compiled in, ignore
2011-08-10 by manu@netbsd.org
... It seems I missed that message. spf random seems a good idea, but it could have fake positive if you are unlucky. What about adding an option to specify
2011-08-10 by compconsultant
... Turns out this was not multiline at all, it was just the email client formatting of the headers that made it appear that way.
2011-08-10 by manu@netbsd.org
... No, it seems fine. Except that this filtering occurs after greylisting (because it is at DATA stage). Let us know how it works, it may be worth being added
2011-08-10 by compconsultant
Or, can it even be done? I have a header like so in the email: Authentication-Results: some.domain.name; dkim=none (no signature); dkim-adsp=none I would want
2011-08-10 by compconsultant
... dacl blacklist from /@yahoo .com $/ dkim none msg Missing DKIM signature dacl whitelist from /@yahoo .com $/ dkim pass
2011-08-10 by manu@netbsd.org
... What ACL do you have now? Would you copy/paste the relevant lines? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2011-08-10 by compconsultant
Do you see anything wrong with this strategy as far as DKIM? My understanding is that the following companies sign ALL their messages: gmail yahoo ebay paypal
2011-08-10 by compconsultant
... Looks like the trailing did the trick. Weird to me sicne none of the examples I ve seen on this group have ever shown a trailing This is with postfix
2011-08-10 by manu@netbsd.org
... You ran with milter-greylsit -Dvl from the command line? What does it says? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2011-08-09 by compconsultant
I have the following lines in greylist.conf as a test: racl whitelist from /@yahoo .com$/ dacl blacklist from /@yahoo .com$/ dkim none msg Missing DKIM
2011-08-08 by manu@netbsd.org
... If you do not include a fallback rule, it defaults to whitelist or blacklist, I do not remeber which one, but it is explained in the man page. ... Yes...