Re: [milter-greylist] Re: Bracket in email adres
2006-10-29 by manu@netbsd.org
... When I wrote it initially, my idea was that I didn t care about unparsable addresses that could get into the database, because I could just ignore them
Yahoo Groups archive
Messages
Page 91 of 144 · 7199 messages matched
2006-10-29 by manu@netbsd.org
... When I wrote it initially, my idea was that I didn t care about unparsable addresses that could get into the database, because I could just ignore them
2006-10-29 by AIDA Shinra
At Sun, 29 Oct 2006 06:50:41 +0100, ... Such a hack makes things more complicated and less intuitive. It is important that validation/canonization code is the
2006-10-29 by manu@netbsd.org
... That looks less invasive, and we alreay do that for spaces. Do you see any drawback? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-10-29 by AIDA Shinra
At Sat, 28 Oct 2006 22:18:22 +0200, ... A possible workaround is to replace [ , ] and : into _ . ... Valid but RFC2822 reads: then the dot-atom form
2006-10-29 by Hajimu UMEMOTO
Hi, ... shinra +domainliteral [ ([0-9.]+|IPv6:[0-9.:]+) ] shinra +email {mailbox} @ ({domainname}|{domainliteral}) The string form of IPv6 address is
2006-10-28 by manu@netbsd.org
... -email {mailbox} @ {domainname} +domainliteral [ ([0-9.]+|IPv6:[0-9.:]+) ] +email {mailbox} @ ({domainname}|{domainliteral}) That s
2006-10-28 by AIDA Shinra
At Thu, 26 Oct 2006 16:07:25 -0000, ... This bug should be considered as a DoS vulnerability. We must validate email addresses and strip unnecessary parts.
2006-10-28 by AIDA Shinra
At Fri, 27 Oct 2006 20:27:27 -0400, ... It is not a thread problem. I can t tell the exact reason, but it looks a binary incompatibility between libc and
2006-10-28 by robert120366
Hi everyone. I realize this might be a little off-topic, though not entirely. I want to add spf support to my milter-greylist implementation. I m having
2006-10-28 by Matt Kettler
... Ok, upon further testing, it stops blowing up if I build with ./configure. Only when I use: --enable-dnsrbl --with-libbind=/usr/lib/ does it blow up.
2006-10-27 by manu@netbsd.org
... Download the latest tarball, build it and replace the milter-greylist binary. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-10-27 by manu@netbsd.org
... No, the current code is quite dumb and it will always do a DNS requests when going through an acl dnsrbl line. -- Emmanuel Dreyfus
2006-10-27 by Matt Kettler
... True.. and I do have a caching nameserver on the same host. I was mostly thinking of it from a local load standpoint. Trying to structure my ACLs to be as
2006-10-27 by An.H.Nguyen
My greylist version is milter-greylist-1.6 It looks like this is a single file program. What do I need to do If I want to upgrade it? Thanks, An Nguyen ...
2006-10-27 by George Elgin
i have noticed some cases where if milter crashes .sock file still exists and must manually be removed before milter will come up correctly. perhaps code
2006-10-27 by Bigby Findrake
... No, you should not copy it over. It s a socket (hence the leading s in the permissions) and even if you could find a way to copy it, it wouldn t be
2006-10-27 by eclark
We run 81211 with the patches. But anyway! If you are getting flooded to the point where for some unknown reason greylist goes down, you can use a cronjob ...
2006-10-27 by Oliver Fromme
... No. You cannot copy a socket. Sockets are special files that are autmatically created when a server process binds to a UNIX domain socket. Restarting
2006-10-27 by An.H.Nguyen
Both of my Solaris sendmail gateways started to have some problems since Oct.14 when the Possible SMTP attack: command=HELO/EHLO, count=3 appeared. -
2006-10-27 by manu@netbsd.org
... Yes, it s okay. It s especially okay since you should only have one. The older file are probably sharpnels of previous milter-greylist crashes. -- Emmanuel
2006-10-27 by An.H.Nguyen
Is it OK to clean up the db files in /var/milter-greylist ? I have over 400mb of files in there. Thanks, An Nguyen
2006-10-27 by An.H.Nguyen
I run two sendmail gateways with greylist, spamassassin, mimedefang. When I try use sendmail access db to reject messages from an email address, it does not
2006-10-27 by manu@netbsd.org
... Even if you don t have a local DNS on the machine, redundant requests load your site s DNS, not the RBL one. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2006-10-27 by manu@netbsd.org
... Well, dumpfreq 0 is almost unusable with on a really busy server... -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-10-27 by AIDA Shinra
At Thu, 26 Oct 2006 16:14:01 -0000, hwdahm wrote: a ... Roughly speaking, it is libmilter s bug. Milter-greylist dies or crashes before or during the final
2006-10-27 by Raul Dias
... Havent seen the code, but I bet it would do several queries. Even if MG caches the data it shouldnt need to, you should be running a local DNS cache
2006-10-26 by Matt Kettler
I m finally (thanks to Emanuel s patch in RC6) about to implement milter-greylist 3.x. In doing this, I m looking to add several DNSRBLs to my setup for
2006-10-26 by manu@netbsd.org
Here is it, with fixes for various problems recently reported http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0rc6.tgz MD5
2006-10-26 by manu@netbsd.org
... Thank you for the fixes. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-10-26 by hwdahm
When manually stopping the milter-process I expected that memory-held entries are dumped to greylist.db, but modification timestamp of greylist.db didn´t
2006-10-26 by hwdahm
... With 3.0rc5 I had the same problem today with a semicolon. By the way: we use 3.0rc5 on two mailservers, with half a million greylisted entries each day,
2006-10-26 by AIDA Shinra
I installed milter-greylist into a FreeBSD 4.x box with libbind and found some problems: * The pthread library (-lc_r) must be found before others. Otherwise,
2006-10-25 by Jeff A. Earickson
... I m confused again... The line that I added in macro_check() seems general -- it should report on any macro, right? But all it ever mentions is
2006-10-25 by Jeff A. Earickson
... Yes, it is a map. Witness, on my mail server: % /usr/lib/sendmail -bt ADDRESS TEST MODE (ruleset 3 NOT automatically invoked) Enter
2006-10-25 by Bigby Findrake
... (maybe) ... Fellow humans, I m no sendmail guru. I ve been trying to find a solution to this problem concurrently. I think I ve discovered the source of
2006-10-25 by rudeyak
I m new to milter-greylist and trying to get the DNSRBL support working on OpenBSD 3.9 with the latest milter-greylist snapshot (3.0-rc5). Has anyone been
2006-10-25 by manu@netbsd.org
... (snip) ... Milter.macros.envrcpt={rcpt_mailer},{rcpt_host},{rcpt_addr},{greylist},{ popauth} ... Weird. Can you add another mg_log to check what happens if
2006-10-25 by Jeff A. Earickson
Manu, I stuck the line below into macro.c. Now I get beaucoup of: milter-greylist: ... me- m_macro = {popauth} , value = (null) in my syslog. Good. So I
2006-10-25 by Jeff A. Earickson
I ll try this tomorrow. We had a power failure today followed by several hours of severe network problems. No time for fun like this! Jeff Earickson Colby
2006-10-24 by manu@netbsd.org
... Well, let s make sure that it was really the debug message that wxas crashing it: mg_log(LOG_INFO, me- m_macro = %s , value = %s n , (me- m_macro
2006-10-24 by Chris Hoogendyk
... We ve tried a different approach. Had it running for a year or more, but it periodically barfs and dies. So I have a further step of having a chron job
2006-10-24 by Jeff A. Earickson
... I totally agree. I ve taken several swipes at doing this, all with no success so far. Don t know why I cannot get it to work. However, it would be good
2006-10-24 by AIDA Shinra
At Tue, 24 Oct 2006 08:32:29 -0400 (EDT), ... Manu s patch was inappropreate. The value seems to be NULL. Instead, try milter-greylist -v and look at a line
2006-10-24 by Emmanuel Dreyfus
... Me too! If the macro stuff is broken, I would like to fix it before releasing 3.0. Did you tried running with the printf that shows the macro
2006-10-24 by AIDA Shinra
At Wed, 18 Oct 2006 17:14:29 -0400 (EDT), ... It is a known bug in sendmail 8.13.8. http://www.sendmail.org/releases/8.13.8.php Patch is available:
2006-10-24 by eclark
I had this long, detailed email. I decided to shorten it. :) Get rid of pop before smtp. Weve used the hack described in that link for several months now and
2006-10-24 by Jeff A. Earickson
... Ahah! I never saw the links on the webpage because of the grey lettering/ green sidebar. Old age, or maybe some color blindness. I don t use poprelayd,
2006-10-24 by Michael Baird
... http://hcpnet.free.fr/milter-greylist/poprelay/ Regards Michael Baird
2006-10-24 by eclark
Just a caveat; the newer release of greylist probably does work with the macros if the db was sanitized. I am running an older version of the milter that isnt
2006-10-24 by eclark
Third link down: http://hcpnet.free.fr/milter-greylist/poprelay/ This is googling for poprelayd +greylist. Be abundently aware that poprelayd is buggy and does