... 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@...
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@...
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
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@...
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@...
Mar 8, 2007 4:24 pm
... -- Emmanuel Dreyfus manu@......
3428
attila.bruncsak@...
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@...
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@...
Mar 8, 2007 7:51 pm
... It is not guaranteed in a multithreaded program working reliably....
3431
Phil Randal
philr999
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@...
Mar 8, 2007 8:52 pm
... I got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
3433
manu@...
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@...
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
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@...
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
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@...
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@...
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@...
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@...
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@...
Mar 9, 2007 9:12 am
... Yes, I'd have to agree with that... Thanks for the info, /P...
3443
Oliver Fromme
olli@...
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
Mar 9, 2007 12:44 pm
... Is there a possibility for a patch? -- /peter...
3445
Tom Hedges
toonerhedges
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...
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@...
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@...
Mar 14, 2007 12:58 pm
... Output from "configure --help": `configure39; configures milter-greylist 3.0 to adapt to many kinds of systems. [...] Optional Features: [...] --enable-drac...
3449
gsxatvcu
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@...
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
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...