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: 382
  • 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 3422 - 3451 of 6122   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
3422 shuttlebox
peter_bonivart Send Email
Mar 8, 2007
1:07 pm
... It would be great if you who know the code could try to solve it that way. I have run into this too and I could not solve it by any configuring, I think...
3423 Emmanuel Dreyfus
manu@... Send Email
Mar 8, 2007
1:24 pm
... Here is the story: We need to safely open a temporary file as a FILE *. I use mkstemp, followed by fdopen on the file descriptor. What alternative do I...
3424 Raul Dias
raul@... Send Email
Mar 8, 2007
1:48 pm
Hi, ... If you are using the milter-greylist milter, please, bear in mind that it has an incorrect proposition about the Sendmail macroses configuration. This...
3425 Georg Horn
hornschorsch Send Email
Mar 8, 2007
2:21 pm
I just downloaded the current development release, 3.1.6, and saw that my patch for whitelisting with access.db didnt make it into it. In my original posting...
3426 Oliver Fromme
olli@... Send Email
Mar 8, 2007
3:08 pm
... That's true. I didn't realize that it was using stdio functions (I only thought of the network sockets). Well, there are three solutions: - Do not use...
3427 Emmanuel Dreyfus
manu@... Send Email
Mar 8, 2007
4:24 pm
... -- Emmanuel Dreyfus manu@......
3428 attila.bruncsak@... Send Email Mar 8, 2007
4:29 pm
... I think it is not going to clean-up sufficiently the data structures used by stdio library. The FILE* is still a valid file pointer some should clean-it...
3429 Oliver Fromme
olli@... Send Email
Mar 8, 2007
5:23 pm
... Right, I didn't thinmk about that. However ... ... That message contains a workaround. If calls fclose() on the FILE*, then immediately uses dup2() to...
3430 attila.bruncsak@... Send Email Mar 8, 2007
7:51 pm
... It is not guaranteed in a multithreaded program working reliably....
3431 Phil Randal
philr999 Send Email
Mar 8, 2007
8:15 pm
... Is there any good reason why that can't be included as a patch against milter-greylist.m4? That way it would just work "out of the box". Cheers, Phil...
3432 manu@... Send Email Mar 8, 2007
8:52 pm
... I got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
3433 manu@... Send Email Mar 8, 2007
8:54 pm
... It seems you just volunteered for providing a patch for taht :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
3434 GreyList Mail List
greylist@... Send Email
Mar 8, 2007
9:08 pm
test message. My greylist has been making it hard for messages to get through! Ken...
3435 Nerijus Baliunas
nerijusbbd Send Email
Mar 8, 2007
11:20 pm
... Very?:) I know that local part could be case sensitive, but I never saw it in practice. Did anyone? Regards, Nerijus...
3436 Jack Olszewski
jacek@... Send Email
Mar 9, 2007
12:36 am
On Thu, 08 Mar 2007 10:41:01 -0300 Raul Dias <raul@...> wrote: RD> RD> Hi, RD> RD> I just packaged smf-sav, then I read this in the readme: RD> RD>...
3437 Jim Hermann
jimhermann Send Email
Mar 9, 2007
4:38 am
When are you going to decide that Version 3.1.X is ready for production? Thanks. Jim...
3438 manu@... Send Email Mar 9, 2007
6:15 am
... When I'll have it working in production. The only problem I have to sort is LDAP lookups through libcurl. Despite its name, libldap_r seems to be not fully...
3439 Oliver Fromme
olli@... Send Email
Mar 9, 2007
7:44 am
... Come on, multithreaded programming isn't voodoo magic. :-) You can easily make the guarantee that there is no race condition by properly programming, e.g....
3440 Oliver Fromme
olli@... Send Email
Mar 9, 2007
8:01 am
... Yes, I've seen a box where the Admin@ alias contained more people than the admin@ alias (the latter was a subset of the former). Apart from that: It is my...
3441 attila.bruncsak@... Send Email Mar 9, 2007
8:52 am
... You are absolutely right as any good politician giving generic statements. Please stay on the Earth. I did not thought that I have to give more details,...
3442 fredrik.pettai@... Send Email Mar 9, 2007
9:12 am
... Yes, I'd have to agree with that... Thanks for the info, /P...
3443 Oliver Fromme
olli@... Send Email
Mar 9, 2007
10:43 am
... Yes, true, and we all know that libmilter sucks. :-( So, there are still the other two possibilities that I mentioned: Avoid stdio for writing the...
3444 shuttlebox
peter_bonivart Send Email
Mar 9, 2007
12:44 pm
... Is there a possibility for a patch? -- /peter...
3445 Tom Hedges
toonerhedges Send Email
Mar 14, 2007
3:58 am
Those using qpopper generally prefer to run dracd, rather than a program/script that modifies access.db under Sendmail. Is there a way to hookup dracd to...
3446 Mart Pirita
tirilimpspoo... Send Email
Mar 14, 2007
8:42 am
Tere. Seems milter-greylist is ported to postfix and as it is not written in perl and does not use sql database, I suggested it to my friend, but he is using...
3447 Emmanuel Dreyfus
manu@... Send Email
Mar 14, 2007
10:13 am
... I guess you'd get answers if you asked a exim-related mailing list... -- Emmanuel Dreyfus manu@......
3448 Matthias Scheler
tron@... Send Email
Mar 14, 2007
12:58 pm
... Output from "configure --help": `configure&#39; configures milter-greylist 3.0 to adapt to many kinds of systems. [...] Optional Features: [...] --enable-drac...
3449 gsxatvcu Send Email Mar 18, 2007
11:38 pm
I had the same problem, followed this touching advice thinking it shouldn't work, and when restarting sendmail there was no error message about the missing...
3450 Oliver Fromme
olli@... Send Email
Mar 19, 2007
8:44 am
... Those are just comments. "dnl" means Delete through NewLine, i.e. ignore everything up to (and including) the next newline character. ... That means that...
3451 gsxatvcu Send Email Mar 19, 2007
12:47 pm
Thanks for the excellent critique, Oliver, where I learned some things. To be complete about this and maybe more helpful to some other noob, I didn't get...
Messages 3422 - 3451 of 6122   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