Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

milter-greylist

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 381
  • Category: Open Source
  • Founded: May 24, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 5909 - 5938 of 6108   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5909 manu@... Send Email Feb 23, 2012
2:44 am
... Let me know if it works, I'll release an alpha 2. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5910 Gary Faith
gafaith@... Send Email
Feb 23, 2012
1:32 pm
I attempted to compile after using the following command to configure milter-greylist ./configure --with-libspf2=/usr/local --enable-p0f3 --enable-spamassassin...
5911 manu@... Send Email Feb 24, 2012
2:27 am
... Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index: spamd.c ...
5912 Gary Faith
gafaith@... Send Email
Feb 24, 2012
3:17 am
That fixed the compile problem. Gary ... Here is the fix. It happened because I do not run millter-greylist with all options, therefore I missed it: Index:...
5913 manu@... Send Email Feb 24, 2012
6:02 am
... Great, I wonder if it is wise to do an alpha 2 right now: there may be some compiling issue remaining. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz ...
5914 Bruncsak, Attila
attila.bruncsak@... Send Email
Feb 24, 2012
3:35 pm
... Hello, Since the previous version 4.3.9 the definition of priv_cur_rcpt the member of struct lmfi_priv changed from pointer to string to string width fix...
5915 manu@... Send Email Feb 24, 2012
7:31 pm
... Got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5916 shuttlebox
peter_bonivart Send Email
Feb 24, 2012
11:13 pm
... CONFIGURE_ARGS = --prefix=/opt/csw CONFIGURE_ARGS += --sysconfdir=/etc/opt/csw CONFIGURE_ARGS += --with-user=`/usr/xpg4/bin/id -u` CONFIGURE_ARGS +=...
5917 manu@... Send Email Feb 25, 2012
2:42 am
... gmtime_r() and localtime_r() are suppossed to be in <time.h> Please look at the file and check why they are not defined. There is probably an #ifdef ... ...
5918 shuttlebox
peter_bonivart Send Email
Feb 25, 2012
1:00 pm
... By using -DUSE_DB185_EMULATION I got rid of the dbopen errors, dbopen wasn't defined in db.h but in db_185.h, now I only have the O_SHLOCK error left....
5919 manu@... Send Email Feb 25, 2012
1:03 pm
... No idea, I don't use either :-) Can you have a look to your bdb sources? What version is it? Is O_SHLOCK used anywhere in it? -- Emmanuel Dreyfus ...
5920 shuttlebox
peter_bonivart Send Email
Feb 25, 2012
1:27 pm
... I'm using 4.8.30 and grep:ed the sources, found no trace of O_SHLOCK. /peter...
5921 manu@... Send Email Feb 25, 2012
4:02 pm
... Reading the sources, the flag is passed to open(2). In Solaris open(2) man page, I find no way to get an unexclusive lock on the file. The simplier...
5922 shuttlebox
peter_bonivart Send Email
Feb 25, 2012
5:12 pm
... With that it built, I also ended up putting these additions into our build system to get drac support to build: EXTRA_LIB = /opt/csw/bdb48/lib EXTRA_INC =...
5923 manu@... Send Email Feb 25, 2012
5:43 pm
... Good. I would like to fix the warnings about gmtime_r() localtime_t() and strtok_r(). I suspect Solaris just needs a -Dsomething to get it in order. -- ...
5924 shuttlebox
peter_bonivart Send Email
Feb 25, 2012
6:02 pm
... This is what I could find, does it help? /usr/include/time.h #if defined(__EXTENSIONS__) || defined(_REENTRANT) || \ (_POSIX_C_SOURCE - 0 >= 199506L) ...
5925 Gary Faith
gafaith@... Send Email
Feb 26, 2012
2:31 am
I know this doesn't have to do with the compile problem but I found this in the milter-greylist.c. default: mg_log(LOG_ERR, "check_drack: errno=%d", errno); ...
5926 manu@... Send Email Feb 26, 2012
3:21 am
... Yes, please try this patch: http://ftp.espci.fr/shadow/manu/mg44a1p2.patch -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5927 manu@... Send Email Feb 26, 2012
6:15 am
... What problem were you tracking down? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5928 shuttlebox
peter_bonivart Send Email
Feb 26, 2012
3:08 pm
... I still get the warnings. I'm not sure I understand how you're trying to solve this but I'm guessing you want to trigger EXTENSIONS to be used..? However,...
5929 manu@... Send Email Feb 26, 2012
5:15 pm
... Please send me config.log -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5930 shuttlebox
peter_bonivart Send Email
Feb 26, 2012
5:47 pm
... Here it is: http://pastebin.ca/2121785 /peter bonivart...
5931 manu@... Send Email Feb 26, 2012
8:04 pm
... Ok, this is a warning, and we will not catch it since we do not test with -Werror. OTOH I am scared of testing with -Werror, it may break badly on other...
5932 Gary Faith
gafaith@... Send Email
Feb 26, 2012
8:26 pm
I was looking at the check_drac issue in the milter-greylist.c. I searched for check_drac and found that you had check_drack instead of check_drac. At first...
5933 shuttlebox
peter_bonivart Send Email
Feb 26, 2012
8:27 pm
... But you are keeping the O_SHLOCK definitions, right? No problem here with not continuing, I don't even use DRAC, I just wanted to test different options...
5934 shuttlebox
peter_bonivart Send Email
Feb 26, 2012
8:30 pm
... It also says "worakround&quot; on line 492 of configure.ac: # Solaris 256 streams limitation worakround ... /peter bonivart...
5935 shuttlebox
peter_bonivart Send Email
Feb 26, 2012
9:16 pm
I realize it's probably too late for the next stable and I don't even know if it has been discussed before but I would really like to see an include option in...
5936 manu@... Send Email Feb 27, 2012
1:40 am
... The include feature would be interesting, but we could also have an ACL clause to lookup a string from a file. Like we have urlcheck and ldapcheck: ...
5937 manu@... Send Email Feb 27, 2012
1:40 am
... Oh, ok, I fixed it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5938 manu@... Send Email Feb 27, 2012
1:40 am
... Thank you for that. :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
Messages 5909 - 5938 of 6108   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help