2009-02-15 by Manuel Badzong
Hi, ... As Hajimu UMEMOTO said, no real need for AI_ADDRCONFIG here. IMO keeping it zero should work just fine. If someone uses a IPv6 spamd host and has only
Thread view
Attachments: 0
2009-02-14 by Enrico Scholz
... Enrico
Thread view
Attachments: 0
2009-02-14 by Hajimu UMEMOTO
Hi, ... enrico.scholz What would be the best solution? Using NULL pointer instead of &hints? enrico.scholz Or checking result for EAI_BADFLAGS and invoking
Thread view
Attachments: 0
2009-02-14 by Enrico Scholz
Hi, the ISC bind library does not seem to like the AI_ADDRCONFIG flag for getaddrinfo(). E.g. ... #include #include int main() { struct
Thread view
Attachments: 0
2009-02-14 by Enrico Scholz
There was no way to turn off ... messages when program was compiled with p0f support and there is no p0f daemon available/configured. Such a situation is
Thread view
Attachments: 0
2009-02-13 by dslopsema_pnc
While this may have been frustrating and/or amusing, I have installed milter-greylist on a CentOS version 4.5, 4.7, and 5.2 which should be similar to
Thread view
Attachments: 0
2009-02-13 by Oliver Fromme
... You cannot use confRUN_AS_USER on machines where you have local users (i.e. local delivery), because then people s .forward files won t work correctly
Thread view
Attachments: 0
2009-02-13 by Vladimir Vassiliev
... Yes, but it s only listener. See confRUN_AS_USER. -- Vladimir Vassiliev
Thread view
Attachments: 0
2009-02-13 by Oliver Fromme
... You have to run sendmail as root anyway if you want it to listen on port 25. (Of course, other parts of sendmail such as the queue runner are running as
Thread view
Attachments: 0
2009-02-13 by Vladimir Vassiliev
... But here you can t have sendmail as non-root. -- Vladimir Vassiliev
Thread view
Attachments: 0
2009-02-13 by Oliver Fromme
... Another possibility is to run milter-greylist as root, then you can have this: drwx------ 2 root wheel 512 Feb 13 12:50 /var/milter-greylist
Thread view
Attachments: 0
2009-02-13 by Vladimir Vassiliev
... IMHO, the problem is that sendmail don t know about its supplementary groups so its view of permissions is far from truth. Here the best working setup I
Thread view
Attachments: 0
2009-02-13 by manu@netbsd.org
... I don t remember. Look for DontBlameSendmail in the Sendmail operation guide. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2009-02-13 by Vladimir Vassiliev
... And which item should I use? -- Vladimir Vassiliev
Thread view
Attachments: 0
2009-02-13 by manu@netbsd.org
... There is a DontBlameSendmail option you can set sendmail.cf so that sendmail will stop complaining. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
Thread view
Attachments: 0
2009-02-13 by Vladimir Vassiliev
How can I configure milter-greylist and sendmail to work under different uids (without chmod 666 )? Suppose, sendmail are running under
Thread view
Attachments: 0
2009-02-12 by John Thiltges
... Using a token bucket algorithm might be a good choice. It handles bursts well and it s fairly light to implement. On the down side, it s less intuitive to
Thread view
Attachments: 0
2009-02-12 by Martin X. Moleski, SJ
... I doubt it would make any difference. ... Here s what I got from a clean yum install on an isolated Fedora 10 installation: /etc/mail/greylist.conf user
Thread view
Attachments: 0
2009-02-12 by chasd
I have not had any issues using the stock milter-greylist package provided by Fedora. Granted, I m using F8 right now, I haven t had a window to upgrade. I
Thread view
Attachments: 0
2009-02-12 by Emmanuel Dreyfus
... Done. -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2009-02-12 by samuel_atlan
TQMcube is a dead DNSRBL but it is still referenced in the greylist.conf shipped with milter-greylist (4.1.1 is the last I checked). It should probably be
Thread view
Attachments: 0
2009-02-12 by Emmanuel Dreyfus
... Well, we already have code for entering 1h, 1d, 1w etc... so let s reuse it. -- Emmanuel Dreyfus manu@netbsd.org
Thread view
Attachments: 0
2009-02-12 by Jorge García Oncins
Hi, ... That s a good idea ... To me reseting all the counters every period will be enough. Maybe the could be changed to (hourly, daily,
Thread view
Attachments: 0
2009-02-12 by Ondrej Valousek
Sliding count would be nice and for this we could reuse the existing database of tuples so no heavy extra effort should be necessary. The only problem is, that
Thread view
Attachments: 0
2009-02-12 by Emmanuel Dreyfus
... What about defining the accounting rules at the beginning of the config file and reuse them later? # accounting (msgsize|msgcount)
Thread view
Attachments: 0
2009-02-12 by Emmanuel Dreyfus
... Note on the integration timeline: I will be away from keyboards next week, and I ma not sure I will have time to handle it before leaving. But don t worry,
Thread view
Attachments: 0
2009-02-12 by reschauzier
... I am wondering if this could be a dead lock situation between the autowhite and pending queues. Probably not, but to be sure, is there a chance you can try
Thread view
Attachments: 0
2009-02-12 by Jorge García Oncins
Hello, I work for Universitat Pompeu Fabra, a medium size university from Barcelona. We have been using milter-greylist for more than a year with a great
Thread view
Attachments: 0
2009-02-12 by Martin X. Moleski, SJ
OK. Here s another mistake I made. I plucked rc-redhat.sh.in from the tarball. But the makefile creates a nicely transformed version in usr/src. And it
Thread view
Attachments: 0
2009-02-12 by Martin X. Moleski, SJ
... I m not qualified to say. I think what I was doing wrong was not getting things lined up right (not your fault or Fedora s). user= grmilter -- Fedora RPM
Thread view
Attachments: 0
2009-02-12 by manu@netbsd.org
... I had a quick look at it. It seems there are a few problems in the fedora package, but appart from the mode 755 stuff for the dump file, are there fixes to
Thread view
Attachments: 0
2009-02-12 by Martin X. Moleski, SJ
... OK. First draft up: http://milter-greylist.wikidot.com/fedora-9-and-sendmail Marty
Thread view
Attachments: 0
2009-02-12 by Martin X. Moleski, SJ
... Heh heh. People always enjoy seeing someone else slipping on a banana peel. :-O ... Thanks. Got the notice. ... I ll give it a go. The beauty of the
Thread view
Attachments: 0
2009-02-11 by shuttlebox
... Man, that was one detailed tutorial, some fun stuff in there as well. :-) I have just approved Martin s application to the wiki so he can both create new
Thread view
Attachments: 0
2009-02-11 by Martin X. Moleski, SJ
... Yup. For the wiki, I would recommend leaving out all of the drama. And humor. :o( When I started working on it, I had intended to sum up what worked.
Thread view
Attachments: 0
2009-02-11 by Bill Levering
Would it be okay, to distill this down a bit and post it on the wiki? Bill
Thread view
Attachments: 0
2009-02-11 by mxmsj
I made some progress installing milter-greylist with yum on Fedora 9, but I couldn t get the dumpfile working. I decided to get the latest stable version from
Thread view
Attachments: 0
2009-02-10 by Martin X. Moleski, SJ
Bill Levering wrote: ... INPUT_MAIL_FILTER(`greylist , `S=local:/var/milter-greylist/milter-greylist.sock ) That
Thread view
Attachments: 0
2009-02-10 by manu@netbsd.org
... I agree it looks silly. 644/640/600 would make more sense. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2009-02-10 by manu@netbsd.org
... Run nm on libc or libresolv (if you link against it), and check for res_ninit (thread safe) or res_init (probably thread unsafe) -- Emmanuel Dreyfus
Thread view
Attachments: 0
2009-02-10 by Bill Levering
The wiki? or elsewhere? Bill
Thread view
Attachments: 0
2009-02-10 by mxmsj
... /var/milter-greylist/milter-greylist.sock unsafe ... I had the same error message, different problem. Basic problem: wrong folder for milter-greylist sock.
Thread view
Attachments: 0
2009-02-10 by dslopsema_pnc
I am running milter-greylist with sendmail on Centos 4. I would like to rebuild the rpm with rbldnsd support, but am a bit confused about whether Centos 4 s
Thread view
Attachments: 0
2009-02-10 by attila.bruncsak@itu.int
... It compiles now fine on Tru64 UNIX, thanks. Small thing only, the second case the error instead of: mg_log(LOG_ERR, Your system does not support authpriv
Thread view
Attachments: 0
2009-02-10 by Christian PELISSIER
OK. here is the diff diff conf_yacc.y conf_yacc.y.REF 468,488c468,469
Thread view
Attachments: 0
2009-02-10 by Emmanuel Dreyfus
... Can you try something like this? I leave the LOGFAC_FTP as an exercise. ... +++ conf_yacc.y 10 Feb 2009 20:00:09 -0000 @@ -464,9 +464,19 @@ ... - |
Thread view
Attachments: 0
2009-02-10 by Christian PELISSIER
I have the same problem under Solaris 10 x86 $ make ... cc -O -DUSE_FD_POOL -DUSE_DNSRBL -D_BSD_SOURCE -I. -I. -c conf_yacc.c conf_yacc.y , line 468:
Thread view
Attachments: 0
2009-02-10 by attila.bruncsak@itu.int
... Hello, I have a compilation problem: cc -I/usr/local/src/sendmail/libmilter/include -pthread -D_XOPEN_SOURCE=500 -D_OSF_SOURCE -D_BSD_SOURCE -I. -I. -c
Thread view
Attachments: 0
2009-02-10 by Oliver Fromme
... I m confused ... greylist.db is _not_ a socket, it s a plain file. The error message seems to be wrong. Of course, it s not an executable, so 755 doesn t
Thread view
Attachments: 0
2009-02-10 by manu@netbsd.org
Here is milter-greylist 4.2 beta1, a beta for our next stable release: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.2b1.tgz MD5
Thread view
Attachments: 0