2013-10-02 by Benoit Branciard
... Of course, using the not keyword. This is a rather old feature, however I remember some versions of milter-greylist had it broken. I can confirm it works
Thread view
Attachments: 0
2013-10-02 by manu@...
... Use existing tests. Add this to configure.ac: AC_CHECK_TYPE (res_state) Run autoconf && autoheader && ./configure config.h should have a HAVE_RES_STATE set
Thread view
Attachments: 0
2013-10-02 by Jim Klimov
Hello all, I wonder if there is a simple way that I missed to have an ACL rule hit if the specified criteria are NOT met? For example, a mail server mostly
Thread view
Attachments: 0
2013-10-02 by Bruncsak, Attila
... I am not an autoconf expert. May anybody help to write the test for the existence of res_state?
Thread view
Attachments: 0
2013-10-01 by manu@...
... You could add an autoconf test to look for res_state, and define a HAVE_RES_STATE, then: #ifndef HAVE_RES_STATE typedef struct __res_state *res_state;
Thread view
Attachments: 0
2013-10-01 by Jim Klimov
Hello all I know this may be a wrong place to ask, but please bear with me :) I am trying to add p0f (passive fingerprinting) to an SMTP relay so as to
Thread view
Attachments: 0
2013-10-01 by Bruncsak, Attila
... On my system the resolv.h does not contain the following statement: typedef struct __res_state *res_state; So I have only __res_state and not res_state.
Thread view
Attachments: 0
2013-09-30 by Emmanuel Dreyfus
... Just upgrade and restart them one by one, it should work without a hitch. -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2013-09-30 by Jonathan Siegle
I am using milter-greylist on 7 mx relays for my domain. I would like to perform a rolling upgrade over the next few days for the milter-greylist software. I
Thread view
Attachments: 0
2013-09-27 by Jim Klimov
Hello, list :) In late summer we had a discussion, which withered away without a firm resolution (IMHO) about my proposed patches to enable properly building
Thread view
Attachments: 0
2013-09-16 by manu@...
Here is milter-greylist 4.5.7, which is just 4.5.6 with strndup removed: ftp://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.5.7.tgz MD5
Thread view
Attachments: 0
2013-09-06 by Petar Bogdanovic
... So is the lack of References and In-Reply-To headers.
Thread view
Attachments: 0
2013-09-06 by jimklimov@cos.ru
I have to reread the makefile (and i m not at a computer now) but i think the zync barrier was between compile and link phases, and maybe after sequential
Thread view
Attachments: 0
2013-09-06 by Oliver Fromme
... I m not aware of a make implementation that inherits flags to child invocations using a different variable. Sun make, gnu make and bsd make all support it.
Thread view
Attachments: 0
2013-09-06 by jimklimov@cos.ru
That relies on a make which does use this envvar (like earlier suggestion of .NOPPARALLEL needs a make which knows this syntax). Also, i do call the outer make
Thread view
Attachments: 0
2013-09-06 by jimklimov@cos.ru
If you only expose port 25, and that via NAT, and served by regularly updated MTA - how practically bad is it? Again, boxes in question are just not beefy
Thread view
Attachments: 0
2013-09-06 by Bruncsak, Attila
... If the sync helps you isn t it possible to rather include into your calling script/program/Makefile like in that sequence: configure make
Thread view
Attachments: 0
2013-09-06 by Emmanuel Dreyfus
... He will need a barrier for lex/yacc stuff, won t he? That could be solved by moving them into subdirectories. -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2013-09-06 by jimklimov@cos.ru
As i maintain a number of infrastructure systems ranging from 15 years old to recent, all i can say is +1 to Bob :) They run until hardware dies, and then
Thread view
Attachments: 0
2013-09-06 by Oliver Fromme
... Does that mean you have a system of Makefiles that builds a large amount of software packages, one of them being milter-greylist? In that case the easiest
Thread view
Attachments: 0
2013-09-06 by Oliver Fromme
... Frankly, a mail server that is 5 or 6 years old and that never got any updates has accumulated so many known security holes that it should be considered a
Thread view
Attachments: 0
2013-09-06 by manu@...
... Since it is not obvious, here is a clarification on milter-greylist strategic view for backward compatibility: As a sysadmin, I know stuff that breaks at
Thread view
Attachments: 0
2013-09-06 by Bob Friesenhahn
... As it happens, mail servers are often exceedingly stable systems for which reboots and OS upgrades cause harm to the overall organization (particularly if
Thread view
Attachments: 0
2013-09-05 by jimklimov@cos.ru
It comes in bursts, so to speak ;) When a new version arrives, at least one with interesting features, time comes to rebuild the whole milter-related stack or
Thread view
Attachments: 0
2013-09-05 by Oliver Fromme
... If that s really true, then your NFS implementation is severely broken. sync(1) doesn t even have any effect on the kernel s view of file meta data.
Thread view
Attachments: 0
2013-09-05 by manu@...
... I did not meant to, and I did not realize it was that important to you. Do you build milter-greylist so often that it has some benefit, or is it for the
Thread view
Attachments: 0
2013-09-05 by Jim Klimov
A few of my messages were bounced for some reason, so I ll combine them here and try again: ... It forces a sort of barrier that build-programs with dirty
Thread view
Attachments: 0
2013-09-05 by Jim Klimov
... While generally a valid point, my situation with a build farm of different end-user OS releases working off an NFS server (a lag point in itself) with
Thread view
Attachments: 0
2013-09-05 by Emmanuel Dreyfus
... Anyone wants to speak in favor of pralelle build? Or shall I back it out? -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2013-09-05 by Oliver Fromme
... It should also be pointed out that the semantics of the -j option of bsd make (e.g. FreeBSD) is slightly different than the -j option of gnu make. In
Thread view
Attachments: 0
2013-09-05 by Emmanuel Dreyfus
... This is also my opinion. It seems that introduce more probelems that it solves. -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2013-09-05 by Bob Friesenhahn
... Normally parallel builds are requested by the user and the user knows if -j works for their make program. GNU make will automatically propogate the option
Thread view
Attachments: 0
2013-09-05 by Jim Klimov
... Interesting shell you ve got there; still, good catch ;) The ones default on Solaris (Bourne shell on legacy systems or bash on newer ones) as well as
Thread view
Attachments: 0
2013-09-05 by Emmanuel Dreyfus
... Thank you for catching that one. -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2013-09-05 by Bruncsak, Attila
... The problem is not there see the following example: $ A= `echo a b ` ... b: not found $ A= `echo a b ` $ echo $A a b The shell is improperly
Thread view
Attachments: 0
2013-09-05 by Johann Klasek
On Thu, Sep 05, 2013 at 02:05:56AM +0200, manu@netbsd.org wrote: [..] ... These changes seem to be not equivalent. strndup() has other properties: * the patch
Thread view
Attachments: 0
2013-09-05 by manu@...
... It will rather be get it from CVS or wait next release Index: milter-greylist.c =================================================================== RCS
Thread view
Attachments: 0
2013-09-05 by Jim Klimov
... Confirmed on OpenSolaris SXCE (yes, it is pretty old now) also - the current CVS version does not compile due to this. ... For once, no :) //Jim
Thread view
Attachments: 0
2013-09-04 by manu@...
... Right, I will replace it by strlen/malloc/strncpy. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2013-09-04 by Johann Klasek
... Especially (at least) up to Solaris 10 strndup() is not provided. strndup() can be found in POSIX base starting with POSIX.1-2008. AFAIK Solaris conforms
Thread view
Attachments: 0
2013-09-04 by Jim Klimov
... No offense intended (I too needed to do a lot of minor massaging for programs under different revisions of Solaris), but rather out of curiosity: what
Thread view
Attachments: 0
2013-09-04 by Bruncsak, Attila
Hello, On my system there is no strndup function. I got compilation warning (missing function prototype) and linking error. On an other system I found the
Thread view
Attachments: 0
2013-09-03 by manu@...
... For now you cannot. Patch welcome. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2013-09-02 by gitoshi
How I can set multiples localaddr. I run a postfix server and need to add IPv4 and IPv6 in order to do spf self tests
Thread view
Attachments: 0
2013-09-02 by john espiro
Awesome! Thanks... this is even better because I remove the other milter altogether.
Thread view
Attachments: 0
2013-09-02 by manu@...
Here is milter-greylist 4.5.6, which fixes various problem from 4.5.5. I did not yet integrate the parallel make stuff from Jil Klimov, since we do not have
Thread view
Attachments: 0
2013-09-02 by manu@...
... Yes you can: racl blacklist spf fail -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2013-09-01 by <john_espiro@...>
Hi everyone - I just upgraded my Ubuntu server to 13.04, and I can no longer use spf-milter (http://acme.com/software/spfmilter/) which used to reject mail
Thread view
Attachments: 0
2013-08-31 by Jim Klimov
... I ve spent some time today crafting this one attached. I hope it relies on common stuff (including things like grep, wc and sed); also it allows to
Thread view
Attachments: 0
2013-08-31 by manu@...
... Once we will have cofnirmation of the fix, we will nee a configure test so that it works out of the box on older systems. -- Emmanuel Dreyfus
Thread view
Attachments: 0