Re: [milter-greylist] milter-greylist 3.0 alpha 2 is available
2006-08-20 by Mart Pirita
Tere. ... Great, btw, the right address is - http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0a2.tgz -- Mart
Yahoo Groups archive
Messages
Page 98 of 144 · 7199 messages matched
2006-08-20 by Mart Pirita
Tere. ... Great, btw, the right address is - http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0a2.tgz -- Mart
2006-08-20 by manu@netbsd.org
Hello This alpha2 release includes a few fixes submitted by various contributors. If you posted a patch and don t see it here, please complain.
2006-08-20 by manu@netbsd.org
... Anyone understands the problem and can provide a patch against configure.ac ? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-19 by Jim Hermann - UUN Hostmaster
Which memory do I need to increase? [root@host root]# ulimit -a core file size (blocks, -c) 0 data seg size (kbytes, -d) unlimited file size
2006-08-19 by Fabien Tassin
... hmm, all *alloc()/*dup() calls seem to be assigned with a syslog in case of failure. Should be visible in the error logs then. What about running through
2006-08-19 by manu@netbsd.org
... A usual issue is that it ran out of memory. You may have to increase allocatable memory with ulimit before starting up milter-greylist. -- Emmanuel Dreyfus
2006-08-19 by Jim Hermann - UUN Hostmaster
What do these log entired indicate about my problems with milter-greylist. I am running Sendmail 8.13 or Fedora 2. Aug 17 10:14:02 host
2006-08-19 by manu@netbsd.org
... We d have to reject after the DATA stage instead of the RCPT stage. This has various drawbacks, including higher loads, and unability to use per-recipient
2006-08-15 by Mach Falko GTZ 0150
how about a configurable maximum message size for greylisting ... if configured we would have to wait until the end of DATA phase and need i.e. a
2006-08-10 by Fabien Tassin
Posted it there: http://www.sofaraway.org/tmp/milter-greylist/ /Fabien
2006-08-10 by Fabien Tassin
I don t know if this list is moderated or not but my 1st email, and a 2nd attempt to repost it both failed. It s not the 1st time. Yahoo seems to silently drop
2006-08-10 by Fabien Tassin
... BTW, autowhite_del_addr() call in sync.c/sync_server() is not needed as pending_del_addr() already calls autowhite_del_addr() It s harmless though. /Fabien
2006-08-10 by Mach Falko GTZ 0150
a change of line 7386 in configure from if test ${enable_drac+set} = set; then to if test $enable_drac = yes; then would solve this problem for me ... falko
2006-08-10 by Mach Falko GTZ 0150
configure called with --disable-drac leads to -DUSE_DRAC (... at least at my system and milter-greylist =2.1.12). falko
2006-08-08 by Matt Kettler
... Were you perhaps thinking of this site? http://osteele.com/tools/reanimator/
2006-08-08 by Jack L. Stone
... beginning ... tool Thanks, Matt. I ll modify my lines for this. BTW: I thought there was also a website that allowed one to check regex statements at least
2006-08-08 by Matt Kettler
... Side note: why /.*@example .com/ instead of /@example .com/ ? In general, because regexes match sub-strings, any wild-cards at the beginning or end of a
2006-08-08 by Jack L. Stone
... (/). No ... expression, ... described ... Well, your suggested add made more sense. Will try the patch. Thanks! (^_^) Happy trails, Jack L. Stone
2006-08-08 by Emmanuel Dreyfus
... The man page contains the missing but does not displau it :-( Here is a patch that fix it at mine. hat about you? Index: greylist.conf.5
2006-08-08 by Emmanuel Dreyfus
... It depends what you are looking for. blacklist means you just refuse mail sent from dynamic pools. The above setup will require a minimum delay of 15 mn
2006-08-08 by Jack L. Stone
... The man page sez this: The domain, from, and rcpt clauses may be used with regular expres- sions. The regular expressions must be enclosed by
2006-08-08 by Jack L. Stone
... Sorry I m not as sharp on this, but I gather I need to define it for a blacklist rather than greylist??? Be patient on a user with no fear to try things,
2006-08-08 by Jack L. Stone
... I have it defined earlier above in the config: ## SORBS dnsrbl SORBS DUN dnsbl.sorbs.net 127.0.0.10 acl greylist dnsrbl SORBS DUN delay 1h acl greylist
2006-08-08 by Emmanuel Dreyfus
... Which causes me no surprise, as you never defined known spammers as a rcpt list, not a dnsrbl. ... It would have accepted it if you had defined the
2006-08-08 by Jack L. Stone
... Thanks, will modify. BUT, I found the line: acl blacklist dnsrbl known spammers flushaddr ...would not allow milter-greylist to start So, changed to: acl
2006-08-08 by Emmanuel Dreyfus
... IMO, you want /.*@example1 .com/ and /bad1@.*/ -- Emmanuel Dreyfus manu@netbsd.org
2006-08-08 by Jack L. Stone
Running FBSD-6.0 & gl-2.1.12 Finally got the dnsrbl compiled in & now experimenting. Wonder if this syntax is correct? Below are some entries for blacklisting
2006-08-08 by Oliver Fromme
... I don t think the stack limit is a problem for milter- greylist. But the number of file descriptors (which is limited to 256 on your system, IIRC) may
2006-08-08 by Hajimu UMEMOTO
Hi, ... manu Do you send me a jumbo patch for that? I posted it here already. If you didn t get it, I ll send it to you, again. Sincerely, -- Hajimu UMEMOTO
2006-08-08 by manu@netbsd.org
Hello everybody For whoever care, I ll be completely AFK from 9/8 to 20/8. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-08 by manu@netbsd.org
... Do you send me a jumbo patch for that? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-08 by Hajimu UMEMOTO
Hi, ... ume fta+miltergreylist iptostring() called by autowhite_timeout() is not able to ume fta+miltergreylist resolve AF_INET6 addresses. ume
2006-08-08 by Hajimu UMEMOTO
Hi, ... fta+miltergreylist iptostring() called by autowhite_timeout() is not able to fta+miltergreylist resolve AF_INET6 addresses. fta+miltergreylist The
2006-08-07 by Emmanuel Dreyfus
... Run the session within screen. That way your machine can go offline without interrupting the session. ... That s what the programmer wanted to implement,
2006-08-07 by Fabien Tassin
Hi, iptostring() called by autowhite_timeout() is not able to resolve AF_INET6 addresses. The size of the buffer should not use IPADDRLEN but IPADDRSTRLEN. Now
2006-08-07 by Emmanuel Dreyfus
... I beleive you ll be able to apply it by hand. -- Emmanuel Dreyfus manu@netbsd.org
2006-08-07 by Chris Hoogendyk
... ok, so I have two options here: one is aimed at possibly solving my problem directly without answering why it s happening. That would be to add `ulimit -n
2006-08-07 by Jack L. Stone
... Looks like the patch failed: root@sageweb patch
2006-08-07 by manu@netbsd.org
... You can always unlimit them to check if there is a change. Could you run milter-greylist within gdb and collect a backtrace at crash time? That would help
2006-08-07 by Emmanuel Dreyfus
... It s always q_len. Does it improves with that? Index: sync.h =================================================================== RCS file:
2006-08-07 by Emmanuel Dreyfus
... That should do it: acl greylist list honeypots delay 5d flushaddr Ok, it goes into the database, but with a delay so long it won t ever be used. And it
2006-08-07 by Fabien Tassin
... Yes but with grey, the entry that triggered the flush will end-up in the db, right? I mean, it seems the flush occurs *before* grey or auto-white are
2006-08-07 by Jack L. Stone
Just tried to use this compile config to compile gl-2.1.12 with Bind9: ./configure --with-user=smmsp --enable-dnsrbl --with-libbind && make During the build
2006-08-07 by Emmanuel Dreyfus
... Why don t you just use flushaddr with an acl greylist statement? It should work too... -- Emmanuel Dreyfus manu@netbsd.org
2006-08-07 by Fabien Tassin
... hm, doesn t work. sm-mta reports reject=550 5.7.1 Command rejected while it was reject=551 5.7.1 Go away! before. I assume it s because m-g returned
2006-08-07 by Chris Hoogendyk
... so, would stack or number of files seem to be a problem from milter-greylist s point of view? # ulimit -a time(seconds) unlimited file(blocks) unlimited
2006-08-07 by Fabien Tassin
hi, I ve been experimenting with blacklist and flushaddr using 2.1.12. Here are some thoughts, in case someone is interested. list spam trap users rcpt {
2006-08-07 by Emmanuel Dreyfus
... Yes. ... delays sets in ACL override the global setting. If you have a delay in a defaul ACL, then you don t need to specify the global setting, as it will
2006-08-07 by Mart Pirita
Tere. ... Ok, but if I disable the line 83: #dnsrbl SORBS DUN dnsbl.sorbs.net 127.0.0.10 #acl greylist dnsrbl SORBS DUN delay 12h #line 83 acl greylist
2006-08-07 by Emmanuel Dreyfus
... No, you don t need it. -- Emmanuel Dreyfus manu@netbsd.org