Hello, I have recently tried to upgrade mg from version 4.3.2 to 4.3.4 on Tru64 UNIX. I used the same configuration options and make as with the previous ...
5387
Bill Levering
yidbill
Dec 10, 2009 5:10 pm
Attila, There was some discussion a while back about moving the configuration to "support normal user 'make install'" (search for this subject in the...
5388
manu@...
Dec 10, 2009 9:14 pm
... A quick fix for you would be to configure --sysconfdir=/etc --localstatedir=/var Here is the long story: The previous configure script forced...
5389
attila.bruncsak@...
Dec 11, 2009 10:15 am
... Thanks the info. But I will rather try to change the config parameters to match the current production directories. ... My site specific configure script...
5390
attila.bruncsak@...
Dec 11, 2009 10:26 am
... Thanks for the detailed information, I will add this to my site specific configure script. ... Would be great to add the checking code. The result is more...
5391
manu@...
Dec 11, 2009 12:01 pm
... Right, that explains everything. Feel free to contribute the code that create the dump directory before dropping root privileges. -- Emmanuel Dreyfus ...
5392
attila.bruncsak@...
Dec 11, 2009 3:07 pm
Hello, When I stop the mg with "/etc/init.d/milter-greylist stop" command on my Centos system I never got clean greylist.db dump. There is always...
5393
manu@...
Dec 11, 2009 3:17 pm
... yahoo now strips attachements. We really need to move somewhere else! Please send it to manu@... directly. -- Emmanuel Dreyfus ...
5394
attila.bruncsak@...
Dec 11, 2009 3:26 pm
... Yahoogroups does strip it, but it is replacing the attachment with a URI. Using this you should still be able to retrieve the attachment(s). Even better...
5395
Martin X. Moleski, SJ
mxmsj
Dec 11, 2009 4:03 pm
... It is possible that the owner of the group can configure the list to allow attachments. If you visit the home page for the group, you will see that there...
5396
Ralf Gebhart
oberseer
Dec 11, 2009 4:40 pm
Hi, ... I can provide a mailman managed mailinglist if you really want to move the list. It's quite comfortable . There are already about a dozen lists running...
5397
manu@...
Dec 11, 2009 5:28 pm
... Right, I missed it because it was lot in HTML stuff, which my MUA does not render. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5398
Vladimir Vassiliev
vova@...
Dec 17, 2009 1:29 pm
Hi, I just migrated from sendmail to postfix and now I have some problems with milter-greylist. I recompiled milter-greylist (ver 4.1.3) with USE_POSTFIX and...
5399
Petar Bogdanovic
petar@...
Dec 17, 2009 1:53 pm
... Because of the spf self clause, you cannot use USE_POSTFIX and spf directives in your greylist.conf. That's something I don't really understand so I patch...
5400
Vladimir Vassiliev
vova@...
Dec 17, 2009 2:43 pm
It works for me too, thanks. -- Vladimir Vassiliev <vova@...>...
5401
Emmanuel Dreyfus
manu@...
Dec 17, 2009 3:08 pm
... AFAIK there is no way to get our local IP in Postfix. A workaround could be to use 127.0.0.1 if it cannot be read. Feel free to submit a patch... -- ...
5402
attila.bruncsak@...
Dec 26, 2009 9:42 pm
Hello, I got some strange syslog messages like: skipping greylist because (from=<sender@...>, rcpt=(nil), addr=... After a short investigation I found ...
5403
manu@...
Dec 27, 2009 6:20 am
... Got it. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5404
Michael Mansour
micoots
Feb 2, 2010 6:44 am
Hi, I want to be able to do this: http://milter-greylist.wikidot.com/geoip I'm using EL5 (a Red Hat 5 derivative) and when I try to compile (from spec) it...
5405
Michael Mansour
micoots
Feb 2, 2010 7:14 am
Hi, Ignore the below, I just solved it by installing: geoip geoip-devel from RPMforge. The geoip-devel supplied the requires library to allow compilation. Now...
5406
chasd
cdostale
Feb 2, 2010 3:39 pm
... There are milter-greylist RPMs you could rebuild for EL5 : <http://rpmfind.net/linux/rpm2html/search.php?query=milter-greylist> Most Fedora RPMs can be...
5407
Enrico Scholz
enscensc
Feb 9, 2010 12:30 pm
Hi, with milter-greylist 4.2.3 on a CentOS5 platform I get segfaults[1] like ... This seems to happen when two hosts connect within a very short time. I think...
5408
Emmanuel Dreyfus
manu@...
Feb 9, 2010 1:10 pm
... And reentrant it is not: nm shows that gethostbyname is used. Will you contribute a fix? -- Emmanuel Dreyfus manu@......
5409
Enrico Scholz
enscensc
Feb 9, 2010 3:15 pm
... This is harmless because it is used in the update code only. Problem seems to be the GeoIP _check_mtime() function and other races (e.g. non-atomic ...
5410
Enrico Scholz
enscensc
Feb 9, 2010 3:20 pm
lease find attached a patch against 4.2.3. I did not had time to create a patch against CVS. Enrico...
5411
Enrico Scholz
enscensc
Feb 10, 2010 1:18 pm
Enrico Scholz <enrico.scholz-jNDFPZUTrfQ+B2oLq8eQJv4efur1V5z/s0AfqQuZ5sE@...> ... While looking over the code it seems that other subsystems have...
5412
Petar Bogdanovic
petar@...
Feb 10, 2010 1:52 pm
... I don't understand. Why should we lock that? In case of spamd, every thread talks to a separate spamd child through its own socket fd.. Petar Bogdanovic...
5413
Enrico Scholz
enscensc
Feb 10, 2010 3:22 pm
... In case of p0f, there is ... static int p0fsock = -1; int p0f_lookup(priv) { ... if (p0f_reconnect() != 0) return -1; ... if (write(p0fsock, &req...
5414
manu@...
Feb 10, 2010 7:46 pm
... I don't know. Whar are the pros and cons? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
5415
gitoshi
Feb 12, 2010 5:18 pm
milter-greylist 4.2.3 Centos 5.4 postfix 2.3 milter-greylist ignore the racl id in the logs Feb 12 11:58:30 whitebox milter-greylist: (unknown id): skipping...