Re: [milter-greylist] Problems with "subnetmatch /24" parameter
2007-08-03 by manu@netbsd.org
... Watch the logs? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Yahoo Groups archive
Messages
Page 71 of 144 · 7199 messages matched
2007-08-03 by manu@netbsd.org
... Watch the logs? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2007-08-03 by Kai Schaetzl
... Ok, I guess I will then just let it stay this way as I used O1. I can try that compilatus interruptus with the next 4.0 alpha build. Thanks! Kai -- Kai
2007-08-03 by Kai Schaetzl
... Ok, that got me going, thanks. I looked in the source and that GeoIP is not available is issued when no database is specified. Now let s see how long it
2007-08-03 by pchristias
Hello everybody, we have setup a DNSRBL to use in conjunction with milter-greylist in our university s mail gateways. We didn t want to apply grey-listing to
2007-08-03 by excesspapers
I ve tried adding the parameter subnetmatch /24 into my greylist.conf file but it does not seem to be doing anything nor can I tell it is even being read. If
2007-08-03 by manu@netbsd.org
... Almost. The geoipdb location is a global setting Something like this should do it (not tested) geoipdb /path/to/GeoIP.dat list badcountries geoip {
2007-08-03 by Oliver Fromme
... No, the optimization is for the code generation backend. So the resulting binary _might_ be slower. The difference between -O2 and -O1 usually isn t large
2007-08-02 by Kai Schaetzl
The make doesn t run an ldconfig, so I had to run that manually. Now the provided tool geoiplookup works. But milter-greylist still reports GeoIP is not
2007-08-02 by Kai Schaetzl
... Using something like list badcountries geoip { CN } racl greylist list badcountries delay 1d geoipdb /path/to/GeoIP.dat still doesn t work. I get a
2007-08-02 by Kai Schaetzl
... Thanks a lot for the recommendation. Setting CFLAGS=-O1 or -O0 gets it going. I looked in the Makefile and configure.status, but didn t find a way to apply
2007-08-02 by Oliver Fromme
... What version of gcc is that? (Type gcc -v .) Version 4.2 has an efficiency problem (some call it bug) that it consumes large amounts of memory for
2007-08-01 by Kai Schaetzl
Wanted to try out version 4 on my test production machine and decided to try out GeoIP as well. Downloaded latest source for libGeoIP and started compiling.
2007-07-25 by Kai Schaetzl
I m using lazyaw since day 1 and haven t seen any undesired effects, still rejecting lots of spam and viruses via greylisting. Kai -- Kai Schätzl, Berlin,
2007-07-21 by Joel Reicher
... That s probably correct, but as far as I can see there s no way to know for sure that what your mail server sees is actually a genuine requeue . It may be
2007-07-20 by manu@netbsd.org
... [That breaks, althought the doc says it s okay] ... The code, of course. Here is a quick fix (not tested, not even compiled). Please test it and tell me if
2007-07-20 by attila.bruncsak@itu.int
Hello, I wanted to use data stage acl statement with header clause: dacl blacklist rcpt /@domain .com[ ]*$/ header /^Subject: ADV:/ The milter-greylist4.0a6
2007-07-20 by manu@netbsd.org
... Can someone tell if that happen in latest code too? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2007-07-20 by manu@netbsd.org
... Would reseting everything about DATA stage when entering the mlfi_envfrom function help? Index: milter-greylist.c
2007-07-20 by Rick Adams
This may be related to a similar problem I had. My problem was that the first message would get blacklisted and the second would get through with Internal
2007-07-20 by Nerijus Baliunas
... Yes, it does. Please see my conversation with Wietse Venema: I have some test results. - I created a pre-formatted message with a 7 kbyte PDF document.
2007-07-19 by manu@netbsd.org
... If someone wants to improve the parser so that it reports the column where the error occured, that s a low hanging fruit (for someone that already knows
2007-07-18 by Matt Kettler
... *bargh* I discovered my problem after some testing on smaller files. acl whitelist rcpt /
2007-07-18 by manu@netbsd.org
... Very strange. I tried latest code with a 3 letters name, it loads successfully. Can you send me the exact file that breaks? Access list dump: (...) racl 55
2007-07-18 by Matt Kettler
I ve been running 4.0a6, and I tried to add a very short regex for a some of my accounts. Two of those accounts were three-letter names, and those lines caused
2007-07-14 by manu@netbsd.org
... It can happen, and IMO it will happen more and more often, but your experience can be much different than mine, depending who you are exchanging mail with.
2007-07-13 by Jason Bertoch
Hi all, Sorry if this topic has been covered ad nauseum already, I was unable to find archives for this list. I found the lazyaw configuration option and
2007-07-12 by Matthias Scheler
... It would get worse than that. Postfix (and other MTAs?) also use an empty return-path when they perform sender address verification. Blocking all such SMTP
2007-07-10 by Emmanuel Dreyfus
... acl and racl are synonym. racl is there to avoid the confusion with dacl, and acl is there for backward compatibility. ... -- Emmanuel Dreyfus
2007-07-10 by Matt Kettler
... It s not stripped by milter-greylist-3.1.8, nor any of the prior versions I ve used. I actually wind up using it as a start of string anchor of sorts.
2007-07-10 by Techwolf
... I don t blacklist. I use scoring type system. RBLs are used to adjust times. --Techwolf
2007-07-10 by Emmanuel Dreyfus
... That should be okay, except that the leading
2007-07-09 by Matt Kettler
I *think* this idea should work the way I intend, but it s not likely a usage that was envisioned when flushaddr was added, so I figured I d ping the list
2007-07-09 by Matt Kettler
... Just be careful not to blacklist based on it. The RFC s require that you *MUST* accept the null return-path because it s used for DSN messages. You can end
2007-07-09 by Nerijus Baliunas
... Strange thing is that the message which gets through has X-Greylist: header attached, so it goes via milter-greylist, but I don t see it in logs: Jul 9
2007-07-09 by Nerijus Baliunas
... Actually it does detect both cases, sorry for false alert. But, if I send 2 messages one after another, the first is correctly blocked but the second gets
2007-07-08 by manu@netbsd.org
... A regexp should catch it: from /^$/ -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2007-07-08 by Techwolf
Hi all. I just got flooded with a lot of mail to some domains. All the mail got though greylist due to non-listed rbl ips. However, I did notice all the mail
2007-07-04 by Nerijus Baliunas
... It does not detect Content-Type: APPLICATION/PDF; Should probably be made case insensitive. Regards, Nerijus
2007-07-04 by Emmanuel Dreyfus
Hi I guess you have noticed the new image spam embedded in PDF files. Fortunately, that makes very small PDF, and I never got any valid
2007-07-02 by Brian J. Lewis
I believe I found the issue. In sendmail.cf O InputMailFilters=greylist was O InputMailFilters=greylist, greylist It had an extra , greylist in there! This
2007-07-02 by Steve Searle
... My installation shows: # ls -lh /var/milter-greylist total 232K -rw------- 1 smmsp smmsp 224K Jul 2 20:22 greylist.db -rw-r--r-- 1 root root 5 Jun 25
2007-07-02 by Brian J. Lewis
Hmm, sendmail.cf Xgreylist, S=local:/var/milter-greylist/milter-greylist.sock [root@mailscanner6 milter-greylist]# pwd /var/milter-greylist [root@mailscanner6
2007-07-02 by manu@netbsd.org
... the milter is not running, or sendmail does not look for the socket file where the milter creates it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2007-07-02 by Brian J. Lewis
What would cause these lines in the maillog? sendmail[16144]: l62ILiEl016144: Milter (greylist): to error state This is the only error and it seems
2007-06-22 by Nerijus Baliunas
Hello, When I start milter-greylist, I get in maillog: Jun 22 13:37:08 mail milter-greylist: unknown token @ line 98, skipping Jun 22 13:37:08 mail
2007-06-20 by Oliver Fromme
... Yes, that s right. :-) Although I doubt that it really helps. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz 29, 85567 Grafing
2007-06-20 by manu@netbsd.org
... Well, you can always enjoy the power of a nifty ACL without breaking any RFC: racl greylist helo localhost delay 12h msg Think about fixing HELO racl
2007-06-20 by Oliver Fromme
... How many of those were spam? And how many of those were legitimate mails? Can you even tell for sure? It should be noted that using greylisting (which is
2007-06-20 by manu@netbsd.org
... Sorry for being late: $ ./configure ... checking for smfi_register in -lmilter... no checking for smfi_register in -lmilter -lsm... no checking for
2007-06-20 by Matthias Scheler
... Apparently Bot Net Spam software. I can find 289 unique IP address which got blocked because of this. And from a quick look they look like dynamic