Hi, I have installed and am running milter-greylist 3.0 (will upgrade to 4.0 once it's 'released39;), and I was wondering how triplet timeout works? I configured...
3548
Emmanuel Dreyfus
manu@...
May 2, 2007 6:39 am
... milter-greylist only clean up timed out tuples when it walks the database and encounter them. So if the database is not searched up to an expired tuple, it...
3549
Michael Fromme
fromme@...
May 2, 2007 8:42 am
Hello, after ten days of operation milter-greylist uses 1.8 GB virtual memory with some estimated 50 to 100 MB more per day, but greylist.db has only 42 MB. If...
3550
manu@...
May 2, 2007 11:49 am
... I'd say there is a leak. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
3551
Collin Baillie
collin@...
May 4, 2007 2:38 am
Hi all, At home I run postfix as my MTA and I use 'gps' (the greylisting policy service) for greylisting. A feature that I really enjoy there which I think I...
3552
manu@...
May 4, 2007 5:17 am
... (snip) I sum it up for other readers: greylist using (domain name of sender machine, sender e-mail, receiver e-mail) instead of (IP, sender e-mail,...
3553
Collin Baillie
collin@...
May 4, 2007 6:53 am
... Well, your example isn't technically correct. It would be more likely eg of "dyn-ip.adsl.isp.com", "spoofed.address@...", "victim@..." Since...
3554
Michael Menge
Michael.Menge@...
May 4, 2007 7:14 am
Hi weak greylisting is possible with the -L option or with subnetmatch in greylist.conf The reverse greylisting is not possible with milter-greylist as far as...
3555
Emmanuel Dreyfus
manu@...
May 4, 2007 7:30 am
... I would not bet on that. The zombies are tightly controlled, and the spammer can command them to do it if it works around a pam filter. -- Emmanuel Dreyfus...
3556
Collin Baillie
collin@...
May 4, 2007 7:37 am
... I had considered using -L, and now that you raise it, I may look closer at it. The difference of course is that if you use -L 24, you accept a whole 'C...
3557
Seth Mos
seth.mos@...
May 4, 2007 8:16 am
... What you are trying to do sounds a lot like the urlcheck I wrote and emailed to the mailing list. ...
3558
Michael Menge
Michael.Menge@...
May 4, 2007 8:33 am
Hi, ... If you whitelist by IP you can specify the netmask so you can whitelist 1,2,4,8,...256,....all IPs if you want. The -L option is only for greylistet...
3559
Collin Baillie
collin@...
May 4, 2007 9:05 am
... Yup. Right now, I'm experiencing problems with emails from Gmail. In the logs, the from IPs come from: wr-out-0506.google.com[64.233.184.228] ...
3560
Emmanuel Dreyfus
manu@...
May 4, 2007 9:15 am
... But why do you want to greylist mail comming from Google mail farms? Since that mail is from a legitimate machine, you don't want delays, you'd be better...
3561
Michael Fromme
fromme@...
May 4, 2007 12:02 pm
Hello, searching for a reason I found the dnsrbl_list_cleanup function of dnsrbl.c which is not called anywhere (?) A place would be real_close, just before...
3562
Emmanuel Dreyfus
manu@...
May 4, 2007 12:46 pm
... Indeed you found a memory leak. ... Yes, the goal is to avoid multiple DNS requests when the same DNSRBL is used in several ACL lines. ... I'm not sure...
3563
Mart Pirita
tirilimpspoo...
May 4, 2007 1:55 pm
Tere. Well, first I trid in OSX, no luck, now with debian, same problems, can't get it right: ./configure --enable-postfix --with-user=postfix --without-db...
3564
Nerijus Baliunas
nerijusbbd
May 4, 2007 2:45 pm
... Is libmilter/mfapi.h in /home/mart/sendmail-8.14.1/include/libmilter? I don't think so. You should probably use...
3565
Emmanuel Dreyfus
manu@...
May 4, 2007 5:58 pm
Here is 4.0 alpha3: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.0a3.tgz MD5 (milter-greylist-4.0a3.tgz) = 76708dda6c3414321d4147e6274a7563 From...
3566
ca35763+mgl@...
May 4, 2007 7:34 pm
Getting an error on start-up: May 4 14:14:44 mostly milter-greylist: Cannot open pidfile "/var/run/milter-greylist.pid" for writing: Permission denied ...
3567
shuttlebox
peter_bonivart
May 4, 2007 7:42 pm
On 5/4/07, ca35763+mgl@... ... ...and does the user smmsp have write permissions in /var/run? -- /peter...
3568
Mart Pirita
tirilimpspoo...
May 4, 2007 10:06 pm
Tere. ... Yes it is - /home/mart/sendmail-8.14.1/include/libmilter/mfapi.h Didn't You notice in the previous post: ...
3569
ca35763+mgl@...
May 5, 2007 12:41 am
... Obviously it can't write to /var/run! My intent was to point out that alpha 2 wrote the pidfile as root. The alpha 3 "Cleanup stale PID file on startup"...
3570
manu@...
May 5, 2007 6:17 am
... Yes, that change introduce a nasty upgrade trap. It will be fixed in alpha 4. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
3571
Emmanuel Dreyfus
manu@...
May 5, 2007 7:22 am
Just in case people did not notice, I repost it with a more visible title. alpha4 will fix the issue. Note that if the user milter-greylist runs as (smmsp for...
3572
Nerijus Baliunas
nerijusbbd
May 5, 2007 12:02 pm
... I did notice. But didn't you notice that I deliberately asked about "libmilter/mfapi.h", not mfapi.h. If you do ls -l libmilter/mfapi.h in this directory,...
3573
attila.bruncsak@...
May 7, 2007 2:40 pm
... Hello, I get now this error message at configure stage on version 4.0a3: flex: unknown flag '-'. For usage, try flex --help configure: error: flex missing...
3574
Emmanuel Dreyfus
manu@...
May 7, 2007 2:43 pm
... No, probably an autoconf issue. i'll check it later and produce a new snapshot. -- Emmanuel Dreyfus manu@......
3575
Emmanuel Dreyfus
manu@...
May 7, 2007 3:44 pm
Hello Here is milter-greylist 4.0 alpha4: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.0a4.tgz MD5 (milter-greylist-4.0a4.tgz) =...
3576
Mart Pirita
tirilimpspoo...
May 8, 2007 3:17 pm
Tere. ... Yes I see. ... Ok, good idea, tried, no such package, installed libmilter-dev instead, but now new error occured: In file included from...