ACL vs normal rules.
2006-08-07 by Mart Pirita
Tere. ... In conf I have: dnsrbl SORBS DUN dnsbl.sorbs.net 127.0.0.10 acl greylist dnsrbl SORBS DUN delay 12h #line 83 acl greylist default delay 15m
Yahoo Groups archive
Messages
Page 99 of 144 · 7199 messages matched
2006-08-07 by Mart Pirita
Tere. ... In conf I have: dnsrbl SORBS DUN dnsbl.sorbs.net 127.0.0.10 acl greylist dnsrbl SORBS DUN delay 12h #line 83 acl greylist default delay 15m
2006-08-06 by manu@netbsd.org
What about giving a try to milter-greylist 3.0 alpha1? http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0a1.tgz MD5 (milter-greylist-3.0a1.tgz) =
2006-08-06 by manu@netbsd.org
... It s the ACL at line 83 of the config file. I added this to easily spot what is going on: you know it has been greylisted, and this ACL 83 tells you what
2006-08-06 by Sysadmin
Tere. ... Btw, noticed now in logs new things: milter-greylist: k76CtSt9004267: addr 41-78.125-70.tampabay.res.rr.com[70.125.78.41] from
2006-08-06 by manu@netbsd.org
... Excellent. I ll update the docs and make a new release later today. I wonder if it s time to call it 3.0alpha1, or if it s too early. -- Emmanuel Dreyfus
2006-08-06 by Sysadmin
Tere. ... Great, thank You, thank You, thank You, finally I managed to compile the latest milter-greylist with --enable-dnsrbl. Now, the next step is learn to
2006-08-05 by manu@netbsd.org
Ok, I think I get it. Here is a patch to configure.ac (don t forget to run autoconf). I hope things will be alright with it. Index: configure.ac
2006-08-05 by Sysadmin
Tere. ... Sure, please get it from - http://www.e-positive.ee/usr_local_bind_lib.tar.gz, it includes libbind.a and libbind9.a, don t know about the libbind9.a,
2006-08-05 by manu@netbsd.org
... Can you upload your libbind.a somewhere I can have a look at it? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-05 by Sysadmin
Tere. ... Last time I did so, but still error. ... Well, with: ./configure --with-user=smmsp --without-db --without-drac-db
2006-08-05 by manu@netbsd.org
Sysadmin wrote: [BIND configuration] ... (...) [milter-greylist configuration] ... Use --with-libbind=/usr/local/bind since you
2006-08-05 by Sysadmin
Tere. ... So in Debian all work s fine? However,I m still in same situation. Reading bind.spec from bind-9.2.1-1.7x.2.src.rpm helped a litte, as I found that
2006-08-04 by srout888
... I don t know, there seems to be quite recently built libmilter.a, someone else has updated sendmail/mimedefang. There is gcc/cc on the machine, tried both,
2006-08-04 by Matthias Scheler
... I don t think that is the problem. I would rather suspect a problem with libmilter e.g. a very old version. Another explaination might be if libmilter
2006-08-04 by Emmanuel Dreyfus
... Strnage. digital Unix forgets to set se_family? Try adding a case 0: on the line above case AF_INET: -- Emmanuel Dreyfus manu@netbsd.org
2006-08-04 by srout888
... And it says on the log: ...milter-greylist: milter-greylist.c:131 addr- sa_family = 0 Seppo
2006-08-04 by Emmanuel Dreyfus
... Please apply this patch and tell we what you get (make sure you get the message logged at debug level, or replace LOG_DEBUG by LOG_ERR) Index:
2006-08-04 by Emmanuel Dreyfus
... Maybe we can share experiences about the DNSRBL stuff: how do you use it? -- Emmanuel Dreyfus manu@netbsd.org
2006-08-04 by Fabien Tassin
... I m running 2.1.12 on Debian/Linux since it went out, no problem so far. It s with dnsrbl and spf2. libresolv, libnsl and libpthread are all from libc6
2006-08-04 by srout888
... not ... Hi I sent the message from outside mailbox to smtp-servers root and got what is above. telnet to port 25 did the same. Seppo
2006-08-04 by Emmanuel Dreyfus
... Are you sure it s not a mail submitted on stdin? If you telnet to port 25 and send a mail, you get this? ... If the logs says nothing gets greylisted, then
2006-08-04 by srout888
Hi I can t seem to get this working with Tru64. Version 2.1.10 configure,make,make install. Created new sendmail.cf with those five new rows. Restart. Still
2006-08-04 by Sysadmin
Tere. ... Well, I haven t touch the Makefile, so the question is, is it globally missing or is it just me? Btw - have anyone successfully compiled it in
2006-08-03 by Matthias Scheler
... As somebody who has worked in Sun s Solaris engineering department for several years I can assure that a considerable number of bugs where fixed in the
2006-08-03 by Oliver Fromme
... It should not cause any trouble. But the efficiency depends on the respective malloc implementation. Some of them are optimized for speed, but can lead
2006-08-02 by manu@netbsd.org
... The kernel-enforced limits to memory usage, settable by ulimit (or limit for csh). -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-02 by Chris Hoogendyk
... I m not sure what sort of limit you re talking about here. ... Chris Hoogendyk - O__ ---- Systems Administrator c/ / _ --- Biology & Geology Departments
2006-08-02 by manu@netbsd.org
... You are sure milter-greylist does not get killed by a system limit, right? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-02 by manu@netbsd.org
... milter-greylist uses several threads even on uniprocessor systems. That s the way libmilter architecture was designed: each SMTP connexion causes a thread
2006-08-02 by manu@netbsd.org
... Wow. I never expected the legitimate use of malloc() and free() to be a torture test for the system s libc. I m a bit shocked to hear that it can cause
2006-08-02 by Chris Hoogendyk
... That s a SunFire V120, which has a single sparc processor. *If* we are talking about an issue that is related to not being thread safe, then it might not
2006-08-02 by Chris Hoogendyk
... I m not sure if it represents the same problem, but patch 112839 on Solaris 9 applies to the same library components. It s current rev is 8. Typically,
2006-08-02 by Oliver Fromme
... A friend of mine is running milter-greylist 2.1.3 on Solaris 9 without problems. The process size grows at the beginning (which is normal because the
2006-08-02 by Matthias Scheler
... Are you sure this is not a Solaris bug? Quoting from an e-mail which somebody sent to this list a while ago: Ok, I found the problem. Milter-greylist is
2006-08-02 by Chris Hoogendyk
We are running milter-greylist-1.6 on Solaris 9 with Sendmail 8.13.6, etc. on an E250 with dual sparc processors. We didn t go to milter-greylist-2.0.2 when
2006-08-02 by Emmanuel Dreyfus
... Addendum: Patch if you need it. Here is a sample setup, I m confident you ll find fome ideas to fullfill your goals. dnsrbl bl1 bl1.example.net 127.0.0.1
2006-08-02 by manu@netbsd.org
... Patch the sources. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-08-02 by Denis Solovyov
... mno You have it! 2.1.12 can do that: mno acl blacklist dnsrbl heavyspam msg you are caught by heavyspam Only per-acl messages? Is there a
2006-08-02 by Oliver Fromme
... Yes, OK. But nevertheless: Running FreeBSD 4.7 (and saying so in a public mailing list which is archived on the web) is like putting a sign on your front
2006-08-02 by Emmanuel Dreyfus
... Well, the issue he raised was just an minot include issue: needs . That have been easy to handle. -- Emmanuel Dreyfus
2006-08-02 by Oliver Fromme
Just two important notes ... ... FreeBSD 4.7 is 4 years old and not supported anymore by the FreeBSD security team. Besides, a lot of current software doesn t
2006-08-02 by Emmanuel Dreyfus
... Where has -lbind gone? Add it to LIBS in the Makefile. -- Emmanuel Dreyfus manu@netbsd.org
2006-08-02 by Sysadmin
Tere. ... Hmm, I tried: export CPPFLAGS export LDFLAGS CPPFLAGS=-I/usr/lib/include LDFLAGS=-L/usr/lib ./configure --with-user=smmsp --without-db
2006-08-02 by Hajimu UMEMOTO
Hi, ... manu Why is that one required? manu I was about to make that change in the code: manu #ifdef HAVE_RES_NINIT manu #define RES_NINIT(res)
2006-08-01 by manu@netbsd.org
... You have it! 2.1.12 can do that: acl blacklist dnsrbl heavyspam msg you are caught by heavyspam SMTP code and extended code can also be specified. And
2006-08-01 by manu@netbsd.org
... Why is that one required? I was about to make that change in the code: #ifdef HAVE_RES_NINIT #define RES_NINIT(res) res_ninit(res) #else #define
2006-08-01 by manu@netbsd.org
... Yes. ... auto-blacklisting needs heavy changes. I d like to make the code settle a bit so that it gets stable and buildable for everyone. We ll se after
2006-08-01 by Hajimu UMEMOTO
Hi, ... ume Oops, I was confused. You didn t disable IPv6 DNSRBL query, ume correctly. We need to test sa. Please throw my previous patch away, ume and
2006-08-01 by Denis Solovyov
... S No, as bind is from package and in /usr. Howerver also Denis told, that S in configure.ac, it should be --with-libbind=/usr/local. BIND is located
2006-08-01 by Hajimu UMEMOTO
Hi, ... manu Here is milter-greylist 2.1.11 manu http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.1.11.tgz manu MD5 (milter-greylist-2.1.11.tgz) =