Re: Error building milter-greylist on FC4
2006-01-22 by dmg99992000
FWIW: An update to flex corrected the problem. It was flex.i386 2.5.4a-36.fc4 which was automatically applied to my system last night via yum. david
Yahoo Groups archive
Messages
Page 107 of 144 · 7199 messages matched
2006-01-22 by dmg99992000
FWIW: An update to flex corrected the problem. It was flex.i386 2.5.4a-36.fc4 which was automatically applied to my system last night via yum. david
2006-01-22 by manu@netbsd.org
... Ok, here is 2.1.3 with the two patches: http://ftp.espci.fr/milter-greylist/milter-greylist-2.1.3.tgz MD5 (milter-greylist-2.1.3.tgz) =
2006-01-22 by Hajimu UMEMOTO
Hi, ... sysadmin I had problem compiling milter-greylist 2.0.2 in older linux (pending.c: structure has no sysadmin member named `sin6_scope_id ) and
2006-01-22 by Ranko Zivojnovic
... This is a little bug in miter-greylist.h... Apply this patch and then add that #undef. Emmanuel: This one could go for 2.1.3... Regards, R. ... diff -u
2006-01-22 by manu@netbsd.org
... It s for DRAC: the DB file is used as a whitelist source. milter-greylist only read from it. ... system limits are here for that purpose, but if
2006-01-22 by Sysadmin
Hello. ... Damn, I already happily announced, that it works, but then it s stuck again with new error: pending.o: In function `pending_get :
2006-01-22 by Sysadmin
Hello. ... Copy/paste from configure: --with-db=DIR Find Berkeley DB in DIR ... I have old redhat linux running 2.4 kernel but some old 2.2 kernel headers
2006-01-22 by Ranko Zivojnovic
Hi, ... Put your #undef AF_INET6 into milter-greylist.h just after the #includes instead of having it in pending.c. R.
2006-01-22 by Oliver Fromme
... $ cd milter-greylist-2.1.2 $ grep -i db4 * $ Nothing. ... I compiled 2.1.2 on FreeBSD 4 and 6 without any problems, just like described in the README
2006-01-22 by manu@netbsd.org
... I generate the config files for milter-greylist and milter-rcptfilter from a single source, using a shell script. It works quite well... -- Emmanuel
2006-01-22 by Sysadmin
Hello. ... It is, check the configure options. ... Mine is aslo set to 10 minutes, so let it be so, I also enabled the lazyaw option and hoped that the
2006-01-22 by Sysadmin
Hello. ... Yes, the minimum time is adjustable, but the minimum count isn t. ... Hmm, but why the then are usable the options in configure file: --with-db=DIR
2006-01-22 by Oliver Fromme
... True, and I think that s perfectly sufficient. ... I m not aware that milter-greylist can be compiled with db4 support. :-) I m using milter-greylist
2006-01-22 by manu@netbsd.org
... There is a minimum time before the retry will be accepted. It is configurable, see the man page. ... DB is not used for the greylisting database. It is
2006-01-22 by Oliver Fromme
... That doesn t help. I _do_ have access and virtusertable, and also userdb and alias file. But milter-greylist comes _before_ all of the valid user
2006-01-22 by Matthias Scheler
... Use /etc/mail/access or /etc/mail/virtusertable to define a list of valid e-mail addresses and the problem will go away. Kind regards -- Matthias
2006-01-22 by Sysadmin
Hello. I noticed some similar software (portgrey) are also capable to adjust the minimal count of mails before a client is whitelisted, milter-greylist accepts
2006-01-22 by Sysadmin
Hello. I had problem compiling milter-greylist 2.0.2 in older linux (pending.c: structure has no member named `sin6_scope_id ) and Emmanuel Dreyfus suggested
2006-01-21 by Alan Clifford
... I seem to get most stuff to more well known mail addresses, particulary lists@ (lists address) and alan@ (probably most visible in the ports list, silly
2006-01-21 by Andreas Unterkircher
I don t know if spammers really actually doing this but in my last job where we send out newsletter mails (for a local amazon-like webshop, user agreed to
2006-01-21 by manu@netbsd.org
... Do they really collect addresses this way? It sounds rather unefficient (compared to parsing web sites) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2006-01-21 by Andreas Unterkircher
Only a short note on this. When you only accept mails for existing users and return a error for all non existing users, it s easy for a spammer to checkout
2006-01-21 by dmg99992000
... flex version 2.5.4 bison (GNU Bison) 2.0 david
2006-01-20 by Alan Clifford
On Fri, 20 Jan 2006, Oliver Fromme wrote: OF OF Is it possible _not_ to greylist those, but reject the OF mails permanently (and immediately)? In other
2006-01-20 by Matt Kettler
... I asked this a long time ago. Unfortunately, with the Sendmail Milter API this isn t possible without changing to post-data-phase greylisting, which has a
2006-01-20 by Jake Di Toro
... While not to Oliver s degree I have noticed this as well on my recent implementation of milter-greylist. I suspect it should just be some precidence issue
2006-01-20 by Emmanuel Dreyfus
... I use milter-rcptfilter to kick out mail to unexistant users. -- Emmanuel Dreyfus manu@netbsd.org
2006-01-20 by Oliver Fromme
Hi, First of all, thank you very much for creating milter- greylist. It really helps a lot. Now I ve got a question. My MX server gets a lot of probes from
2006-01-20 by dmg99992000
... `_yy_dummy_uses_of_static_functions_b2f4_517d_02ff_b30c_3e5a_47d7_aaa3_3b5d_ ...
2006-01-20 by manu@netbsd.org
... Do you use flex and bison or lex and yacc? What version? -- Emmanuel Dreyfus Le cahier de l admin BSD 2eme ed. est dans toutes les bonnes librairies
2006-01-20 by dmg99992000
I just upgraded my system from Redhat 8 to Fedora Core 4 ... while rebuilding milter-greylist I encountered the following error: gcc -o milter-greylist
2006-01-19 by hans hm04
- ages ( agentur fuer gesundheit u ernaehrungssicherheit ) - austria, vienna - april 2004 - 1200+ users - private - austria, vienna - april 2004 ( or earlier )
2006-01-16 by Hajimu UMEMOTO
Hi, ... manu Quick fix: Add an #undef AF_INET6 after the includes in pending.c manu But we need a better fix? Can we see your struct sockaddr_in6 definition?
2006-01-13 by tirilimpspoolteist
... Great, it works. ... definition? ... Well I m compiling kernel, so from kernel-2.4.32 source in6.h file I found: struct sockaddr_in6 { unsigned short int
2006-01-13 by Emmanuel Dreyfus
... Quick fix: Add an #undef AF_INET6 after the includes in pending.c But we need a better fix? Can we see your struct sockaddr_in6 definition? It should be in
2006-01-13 by tirilimpspoolteist
Hello. Tring to compile milter-greylist in older linux, which however is ipv6 compatible, and runs on 2.4 kernel, but getting error: gcc -g -O2 -Wall
2006-01-12 by Pierre DAVID
... Here s our data, with some bits of context: company Osiris network, for education an research in Strasbourg, France Osiris is the network for high
2006-01-12 by Ugo Bellavance
... Camo-Route Inc. Interactive Decision Solutions Inc. ... Montreal, Canada ... Hmmm, a month ago maybe. ... Less than 10
2006-01-12 by manu@netbsd.org
Hello Thank you for all the replies for the usage survey. There have been few answers from big users (several thousands of users). If you have such a setup and
2006-01-12 by manu@netbsd.org
... Well, that makes the logic more complicated. And indeed it requires a cache so that the same external database is not queried again until the end of ACL
2006-01-11 by Marek Wodzinski
... Good idea. It s a first step to: acl whitelist addr sql ... :-) Suggestion: macro (or something else) to make this kind of constructions possible: acl
2006-01-11 by Lawren Quigley-Jones
Well the db is read each time milter-greylist is run. This is so that poprelayd can update it real time. Any feature we add to this is going to increase the
2006-01-11 by Emmanuel Dreyfus
... My proposition was only for the access list, not for the greylisting or autowhitelisting database. ... Of course they would, but you do not have to use the
2006-01-11 by Bill Levering
This is interesting, but is it really doable? My understanding (limited as it is), is that greylisting works so well, is because it keeps the whitelist in
2006-01-11 by manu@netbsd.org
... Well the idea to merge poprelayd with ACL is to tell milter-greylist to check poprelayd only for some users (or IP, or whatever the ACL allows) For now we
2006-01-11 by Lawren Quigley-Jones
I haven t given it a whole lot of thought, but the problem with the rcpt list is that poprelayd whitelists the entire IP not just for a given username. I
2006-01-11 by Emmanuel Dreyfus
... I haven t looked at the code. Can we write something like this? acl bdb /foo/bar rcpt manu@netbsd.org -- Emmanuel Dreyfus manu@netbsd.org
2006-01-11 by Lawren Quigley-Jones
I made the format changes. If you could do the lex and yak changes I would appreciate it. I figured out one of those when I first wrote the patch for 1.6 but
2006-01-11 by manu@netbsd.org
... Remy Card wrote the ACL code. Maybe he can comment? -- Emmanuel Dreyfus Publicité subliminale: achetez ce livre!
2006-01-11 by manu@netbsd.org
... Lasts bits before I include your code: 1) style. I m not a style maniac, but mixing different styles makes the code less readable. Here are a few rules in