2007-03-19 by Oliver Fromme
... Those are just comments. dnl means Delete through NewLine, i.e. ignore everything up to (and including) the next newline character. ... That means that
Thread view
Attachments: 0
2007-03-18 by gsxatvcu
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
Thread view
Attachments: 0
2007-03-14 by Matthias Scheler
... Output from configure --help : `configure configures milter-greylist 3.0 to adapt to many kinds of systems. [...] Optional Features: [...] --enable-drac
Thread view
Attachments: 0
2007-03-14 by Emmanuel Dreyfus
... I guess you d get answers if you asked a exim-related mailing list... -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2007-03-14 by Mart Pirita
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
Thread view
Attachments: 0
2007-03-14 by Tom Hedges
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
Thread view
Attachments: 0
2007-03-09 by shuttlebox
... Is there a possibility for a patch? -- /peter
Thread view
Attachments: 0
2007-03-09 by Oliver Fromme
... 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
Thread view
Attachments: 0
2007-03-09 by fredrik.pettai@vattenfall.com
... Yes, I d have to agree with that... Thanks for the info, /P
Thread view
Attachments: 0
2007-03-09 by attila.bruncsak@itu.int
... 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,
Thread view
Attachments: 0
2007-03-09 by Oliver Fromme
... 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
Thread view
Attachments: 0
2007-03-09 by Oliver Fromme
... 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.
Thread view
Attachments: 0
2007-03-09 by manu@netbsd.org
... 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
Thread view
Attachments: 0
2007-03-09 by Jim Hermann
When are you going to decide that Version 3.1.X is ready for production? Thanks. Jim
Thread view
Attachments: 0
2007-03-09 by Jack Olszewski
On Thu, 08 Mar 2007 10:41:01 -0300 Raul Dias wrote: RD RD Hi, RD RD I just packaged smf-sav, then I read this in the readme: RD RD
Thread view
Attachments: 0
2007-03-08 by Nerijus Baliunas
... Very?:) I know that local part could be case sensitive, but I never saw it in practice. Did anyone? Regards, Nerijus
Thread view
Attachments: 0
2007-03-08 by GreyList Mail List
test message. My greylist has been making it hard for messages to get through! Ken
Thread view
Attachments: 0
2007-03-08 by manu@netbsd.org
... It seems you just volunteered for providing a patch for taht :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2007-03-08 by manu@netbsd.org
... I got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2007-03-08 by Phil Randal
... 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
Thread view
Attachments: 0
2007-03-08 by attila.bruncsak@itu.int
... It is not guaranteed in a multithreaded program working reliably.
Thread view
Attachments: 0
2007-03-08 by Oliver Fromme
... Right, I didn t thinmk about that. However ... ... That message contains a workaround. If calls fclose() on the FILE*, then immediately uses dup2() to
Thread view
Attachments: 0
2007-03-08 by attila.bruncsak@itu.int
... 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
Thread view
Attachments: 0
2007-03-08 by Emmanuel Dreyfus
... -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2007-03-08 by Oliver Fromme
... 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
Thread view
Attachments: 0
2007-03-08 by Georg Horn
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
Thread view
Attachments: 0
2007-03-08 by Raul Dias
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
Thread view
Attachments: 0
2007-03-08 by Emmanuel Dreyfus
... 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
Thread view
Attachments: 0
2007-03-08 by shuttlebox
... 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
Thread view
Attachments: 0
2007-03-08 by manu@netbsd.org
... Pehaps the code could be modified to work around this limitation? If fopen also limited? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2007-03-08 by Matthias Scheler
... The problem is or at least was that milter-greylist want to use fdopen() to write the database file. And Solaris standard I/O implementation only
Thread view
Attachments: 0
2007-03-08 by Oliver Fromme
... Unfortunately, it isn t that simple. According to RFC2822, only the domain part is case-insensitive. So the addresses bugs@freebsd.org and
Thread view
Attachments: 0
2007-03-08 by fredrik.pettai@vattenfall.com
... I don t think those entries are for the same mail. I think those are different mails but sent to the same rcpt, from the same user, but with different
Thread view
Attachments: 0
2007-03-08 by manu@netbsd.org
... Redirect the flow to a file, run long enough to reach the situation where a sync should occur (this will happen if a greylist entry is added), then stop it
Thread view
Attachments: 0
2007-03-07 by An.H.Nguyen
When running with -Dv, there are too many messages throwing up to the terminal which shows all greylist/whitelist activities. I am unable to see any error
Thread view
Attachments: 0
2007-03-07 by manu@netbsd.org
... Running with -Dv, you have no error message? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2007-03-07 by manu@netbsd.org
... I just fixed it, thank you for raising it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2007-03-07 by manu@netbsd.org
... I don t know: what real MTA will change the case between two delivery attempts of the same message? In what situation did you experienced the situation
Thread view
Attachments: 0
2007-03-07 by An.H.Nguyen
Through my tests, it is confirmed that tcpdump does not show any sync activity between the peers. But telneting in port 5252 does work correctly. I think
Thread view
Attachments: 0
2007-03-07 by Emmanuel Dreyfus
... Sure, can you send a patch for that? -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2007-03-07 by Oliver Fromme
... You don t need to make a 64bit binary in order to get around that limit. On recent Solaris versions you can increase the current limit using ulimit on the
Thread view
Attachments: 0
2007-03-07 by Federico Giannici
... Please note that the web site still points to 3.1.5... Bye. -- ___________________________________________________ __ ...
Thread view
Attachments: 0
2007-03-07 by fredrik.pettai@vattenfall.com
Hi, I try to find anything about this in the list archive, but the only thing that I found was some old posts from 2005 about case (in)sensitive in the
Thread view
Attachments: 0
2007-03-06 by An.H.Nguyen
It seems to get connected fine on port 5252 when telneting. I have trouble with -Dv option and running tcpdump... Will keep trying. Thanks An ... From:
Thread view
Attachments: 0
2007-03-06 by Emmanuel Dreyfus
... First, run with -Dv Then, try tcpdump to see if there are connexion attempts or not. Try to telnet on port 5252 to see if the daemon answers to MX sync
Thread view
Attachments: 0
2007-03-06 by aNguyen
It does not give me any error. It simply does not synchronize to its peer and there s no mxsync in the message log. How do I find error? Thanks, An ... From:
Thread view
Attachments: 0
2007-03-06 by manu@netbsd.org
... The man page says: domain This clause selects source machines based on their DNS name, performing a suffix search. ... Sure, a global setting would
Thread view
Attachments: 0
2007-03-06 by manu@netbsd.org
... How does it fail? Do you have an error reported? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2007-03-06 by Rick Adams
I wouldn t characterize it as an oddity. I think it s a clear bug and I wasted a lot of time tracking it down. at a minimum, the unexpected behavior should be
Thread view
Attachments: 0
2007-03-05 by An.H.Nguyen
I m running the latest version 3.1.6 and discovered that peering is no longer working. It used to work with 3.0. How do I add it back to 3.1.6? Thanks, An ...
Thread view
Attachments: 0