Re: [milter-greylist] Re: installing unto RH9
2005-11-30 by Emmanuel Dreyfus
... Yes, of course. :-) -- Emmanuel Dreyfus manu@netbsd.org
Yahoo Groups archive
Messages
Page 111 of 144 · 7199 messages matched
2005-11-30 by Emmanuel Dreyfus
... Yes, of course. :-) -- Emmanuel Dreyfus manu@netbsd.org
2005-11-30 by Romain Kang
Thanks, the improved patch is informative. I had to leave this a while, but after looking at sendmail some more, I determined that it s opening up the DB maps
2005-11-30 by leloup
... I guess you meant There is _no_ *known* security problem... ;-) Leloup
2005-11-30 by Emmanuel Dreyfus
... There is *known* security problem in milter-greylist, but it s always a good idea to avoid running as root. -- Emmanuel Dreyfus manu@netbsd.org
2005-11-30 by Emmanuel Dreyfus
... Sorry, here it is -- Emmanuel Dreyfus manu@netbsd.org Index: acl.h =================================================================== RCS file:
2005-11-30 by c.r.p.
... well is that a good thing - should it run as root ? or should i have it run as , oh clamav , instead ? Basically, is there no valid security concern with
2005-11-30 by Dan Hollis
... no patch was sent. -Dan
2005-11-29 by Emmanuel Dreyfus
... Here is an improved patch. It includes your original contribution, the IPv6 fix and three new config file directives: drac timeout, drac db and nodrac.
2005-11-29 by Matthias Scheler
... No, or at least it shouldn t. ... That s the purpose. ... I don t know how the retry scheme in Exchange works. But sendmail in its default configuration
2005-11-29 by Emmanuel Dreyfus
... Does this LUG sucks or does it rules? :-) ... 451 4.7.1 are for machines. The strings are for humans. ... Well, I d say one need to smoke crack to choose
2005-11-29 by Thomas Cameron
All - There s a happy flame-fest (greylist rules vs. greylist sucks) going on on my LUG mailing list, and a question has arisen which I can t answer. We can
2005-11-29 by Emmanuel Dreyfus
... That s right: the user directive in the config file or the -u flag are here for that. -- Emmanuel Dreyfus manu@netbsd.org
2005-11-29 by Hajimu UMEMOTO
Hi, I found that we didn t copy helo string for SPF2. There is a patch. It may better to always copy helo string regardless of HAVE_SPF* definition to avoid
2005-11-28 by c.r.p.
I m gettting ready to replace graymilter (btw: anyone know how to unintstall it? it does not show up in the rpm query) on the pc running RH9 and sendmail
2005-11-28 by Emmanuel Dreyfus
... No, that s not my point. It s just that milter-greylist attempts to add a header in each mail telling why it was greylisted. This is done through these
2005-11-28 by Romain Kang
Thanks for taking time to review my patch. It sounds like your notes about EXF_SPF could be the basis of So you want to add support to
2005-11-28 by Dan Hollis
... http://mail.cc.umanitoba.ca/drac/ -Dan
2005-11-28 by Emmanuel Dreyfus
... Some improvements that would have to be done: 1) Cope with IPv6: Hajimu UMEMOTO proposed a workaround. 2) Add a configure flag to enable USE_DRAC and set
2005-11-28 by Hajimu UMEMOTO
Hi, ... romain I made this patch so that I could send messages out of my PDA using romain SMTP after POP/IMAP auth without the greylist delay. Emmanuel
2005-11-28 by Romain Kang
I made this patch so that I could send messages out of my PDA using SMTP after POP/IMAP auth without the greylist delay. Emmanuel Dreyfus suggested sending
2005-11-23 by BERTRAND Joël
... I have found... I have made a mistake in /etc/pam.d/smtp... Nov 23 20:23:52 kant milter-greylist: conf.c_noauth = 0, auth_authen = bertrand Nov 23
2005-11-23 by BERTRAND Joël
Hello, ... I have added : syslog(LOG_INFO, conf.c_noauth = %d, auth_authen = %s n , conf.c_noauth, smfi_getsymval(ctx, {auth_authen} )); and
2005-11-22 by Ken Serrine
... I tried running the milter under gdb using UNIX sockets, and at first it seems like it s going to work, but then it quickly goes into an error state: Nov
2005-11-22 by Ken Serrine
2005-11-21 by Emmanuel Dreyfus
... Does netstat -na show an open port? -- Emmanuel Dreyfus manu@netbsd.org
2005-11-21 by Ken Serrine
... INET. Here s the error I get, even though I can see the milter running in my process list. ... Also, I ve been trying to get the failure to occur, but I
2005-11-21 by Emmanuel Dreyfus
... UNIX or INET sockets? If UNIX, wrong permissions? Any error message in sendmaill logs? -- Emmanuel Dreyfus manu@netbsd.org
2005-11-21 by Ken Serrine
... Yep, tried that. sendmail won t attach to the milter.
2005-11-21 by Emmanuel Dreyfus
... Add -g to CFLAGS in Makefile, make clean && make && make install # gdb milter-greylist (gdb) run -Dv (and other args you usually use) -- Emmanuel Dreyfus
2005-11-21 by Ken Serrine
... Yes, but I need some help with running the milter under gdb. I compiled it with debugging info, and tried running it 2 different ways, but sendmail
2005-11-19 by Emmanuel Dreyfus
... Probably a bug in libmilter. ... This suggests we miss a lock somewhere. I can t see how a config reload can break a dump. Can you post a backtrace? --
2005-11-18 by Ken Serrine
The milter crashed twice more on two different machines, so I switched to using internet sockets. There have not been anymore crashes. I ve had this issue
2005-11-14 by Dan Hollis
... Yes. It means that the ldap can all be done in a lua plugin, and can have as simple or as complex rules as you want. And it can be easily made
2005-11-14 by Emmanuel Dreyfus
... I m not sure I fully understand the query we can send to a LDAP directory. Would it make sense to have such a greylist.conf: acl ldap rcpt user@example.net
2005-11-14 by Ken Serrine
... Ken wrote: Yes, I agree having a structure in place up front would be the thing to do. One wouldn t want to retrieve a whole branch because of the
2005-11-12 by Dan Hollis
... http://www.lua.org/ It s a very simple scripting language but relatively powerful, easily sandboxed, fully supports threads, 100% pure ansi C, reasonable
2005-11-12 by Emmanuel Dreyfus
... Never heard about this LUA thing. Can you tell more about it? -- Emmanuel Dreyfus manu@netbsd.org
2005-11-12 by Dan Hollis
... I think something more flexible would be to integrate lua support, so people can easily script support for mysql/ldap/abcxyz, with their own special
2005-11-12 by Emmanuel Dreyfus
... It seems a pity to left the ability for users to greylist everything but some DNS domains, IP block or sender combinaison. I can understand you don t want
2005-11-11 by Ken Serrine
... Ken wrote: I need to get some time to study the code, but my initial thoughts are to have a mix. So, either or both would be an option. For the ACL
2005-11-11 by Dan Hollis
I ve setup a test subversion repository. svn co http://mihoshi.anime.net/svn/milter-greylist Let me know if anyone has problems. -Dan
2005-11-11 by Ken Serrine
2005-11-10 by Ken Serrine
Anyone else having this issue? ... Hajimu, I m not using SPF. Raul, are you using Unix-sockets (the default for 2.0.2)?
2005-11-10 by Matthias Scheler
Hello, milter-greylist 2.0.2 did on my system (NetBSD 3.0_BETA) today after reloading the configuration: Nov 10 10:15:19 colwyn milter-greylist: reloading
2005-11-10 by Dan Hollis
... I ran CVS for many years and: subversion sucks less :-) -Dan
2005-11-10 by Emmanuel Dreyfus
... Why not CVS? subversion have a drawback: I d have to install it :-) -- Emmanuel Dreyfus manu@netbsd.org
2005-11-10 by Dan Hollis
I think i ve got enough experience now with SVN that I can setup a subversion respository without too many problems. -Dan
2005-11-09 by Emmanuel Dreyfus
... Do we want the complete ACL to be pulled from an external back-end? Or do we want to mix file-based ACL and an ACL from an external source? How would the
2005-11-09 by Dan Hollis
... afaik nobody is doing ldap. -Dan
2005-11-09 by Raul Dias
I had this problem twice last week. It was under heavy (mail) load. I still had plenty of cpu power and memory. The machine is SMP Linux (non redhat).