... This would be a good one to submit to the logwatch folks at http://www.logwatch.org/ I did some quick mods/patches/changes to logwatch to parse the milter-...
I've noticed that the majority of the auto-whitelisted entries in greylist.db are so-called 'darkmail', mail for non-existent random recipients at our site. An...
Fredrik Nyberg DC
nba@...
Sep 13, 2005 8:48 am
1493
... You should not let your MX accept mail for non existent recipients. That leads to overloaded mail queues for mailer daemons replies and autowhitelist. You...
Emmanuel Dreyfus
manu@...
Sep 13, 2005 9:02 am
1494
Hello, You can eventually use the access feature of the sendmail config (in myhost.mc): FEATURE(`access_db', `hash -T<TMPF> /etc/mail/access')dnl After you can...
attila.bruncsak@...
Sep 13, 2005 1:16 pm
1495
Hey Manu,
I never got back to you on this. I had intended to add the ACL support, but I got stuck on lex, and since it works on our site it was good enough....
Lawren Quigley-Jones
lawrenqj@...
Sep 14, 2005 4:12 pm
1496
This patch adds berkeley db support and querying of "/etc/mail/popip.db" so that poprelayd can work along-side milter-greylist. This patch is written to the...
Lawren Quigley-Jones
lawrenqj@...
Sep 16, 2005 1:39 pm
1497
Hello, The function pending_get requires the pending list to be locked. That is missing in the function autowhite_check. With the attached patch this serious...
attila.bruncsak@...
Sep 16, 2005 1:51 pm
1498
I run greylist 2.0 on FC3 with sendmail and milter. Recently it has started exiting. I saw the requests here for core files and logs. I recompiled it with -g...
... Hello, I misplaced the unlock. Sorry for that, please use rather the following patch. Bests, Attila...
attila.bruncsak@...
Sep 21, 2005 12:57 pm
1500
... Let's wait a couple of days before releaseing 2.0.1 so that you test it a bit more. -- Emmanuel Dreyfus manu@......
Emmanuel Dreyfus
manu@...
Sep 21, 2005 1:10 pm
1501
Hello, What about to use ip_match() instead of ip_equal() in autowhite_add() similarly to the use in autowhite_check() ? It would honour better the...
attila.bruncsak@...
Sep 22, 2005 10:59 am
1502
I am testing the mxsync function and it is stable, but I have some discrepancies in the databases. If a host that is currently in the database, either...
Fredrik Nyberg DC
nba@...
Sep 28, 2005 8:27 am
1503
... Hello, The patch I submitted near a week ago is addressing exactly that problem. On our site I am using it in production since than and the redundancy of...
attila.bruncsak@...
Sep 28, 2005 9:55 am
1504
Hi, The recent libspf2 chenged their API, and milter-greylist doesn't know the API of recent libspf2. So, I made a patch to support it. --with-libspf2 is...
Hajimu UMEMOTO
ume@...
Sep 30, 2005 3:03 pm
1505
... Hello Hajimu, It's been a long time. ... @$µ#!% ... ... I'll have to update the port once I figure out how to check the version... Thanks...
Cyril Guibourg
cg+milter-greylist@...
Sep 30, 2005 7:25 pm
1506
Hi, ... cg> I'll have to update the port once I figure out how to check the cg> version... It seems ports/mail/libspf2_10 installs libspf2.so.1, and ...
Hajimu UMEMOTO
ume@...
Sep 30, 2005 8:05 pm
1507
Hi Here is milter-greylist 2.0.1: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.0.1.tgz MD5 (milter-greylist-2.0.1.tgz) =...
Emmanuel Dreyfus
manu@...
Oct 4, 2005 8:35 pm
1508
Hello! I'm using milter-greylist with sendmail (8.13.5) on a dual amd opteron server with debian sid (gcc 4.0.2). Version 2.0 runs perfectly. This morning I...
Andreas Unterkircher
unki@...
Oct 5, 2005 2:13 pm
1509
... (gdb) ... Rebuild milter-greylist with -g in CFLAGS (change the Makefile for that), and run it within gdb: # gdb milter-greylist (gdb) run When you'll get...
Emmanuel Dreyfus
manu@...
Oct 5, 2005 2:24 pm
1510
Hi Like you said. Recompiled with -g CFLAGS= -g -O2 -Wall -Iyes/include -D_XOPEN_SOURCE=500 -D_BSD_SOURCE and used -D so it doesn't fork into...
Andreas Unterkircher
unki@...
Oct 5, 2005 5:35 pm
1511
... It doesn't look like it have crashed. I was expecting a SIGSEGV. Anyone has an idea? -- Emmanuel Dreyfus manu@......
Emmanuel Dreyfus
manu@...
Oct 5, 2005 7:05 pm
1512
I also disabled spf now, because with milter-greylist v2.0 I wasn't using spf. My libspf2 version (1.2.5) wasn't supported till 2.0.1. But the problem still...
Andreas Unterkircher
unki@...
Oct 5, 2005 8:44 pm
1513
... Hello, Andreas, have you linked the milter-greylist-2.0.1 with the same libmilter version as the milter-greylist-2.0? Bests, Attila...
attila.bruncsak@...
Oct 5, 2005 10:09 pm
1514
Hi, Yes - Yesterday I recompiled also 2.0 so I can exclude an issue with sendmail/libmilter (8.13.5). 2.0 runs without problems since yesterday. One thing -...
Andreas Unterkircher
unki@...
Oct 6, 2005 4:13 am
1515
So - it looks like my suspicion on the unreachable host was correct. On x86 v2.0.1 has no problem with a unreachable host as mx peer in the config. On x64...
Andreas Unterkircher
unki@...
Oct 6, 2005 5:57 pm
1516
... An unreachable peer should trigger an error message in the log. Can you add some printf around the connect calls in sync.c and run milter-greylist in the...
Emmanuel Dreyfus
manu@...
Oct 6, 2005 9:56 pm
1517
Hello! I inserted some debug output into the peer_connect() function: Entering peer_connect() In function: peer_connect(), before fdopen() In function:...
Andreas Unterkircher
unki@...
Oct 7, 2005 7:41 am
1518
... So you exit from the function, and then what happens? You need more printf... -- Emmanuel Dreyfus manu@......
Emmanuel Dreyfus
manu@...
Oct 7, 2005 9:34 am
1519
Hey all, Having some trouble getting the milter to work... Getting a "Xgreylist: local socket name /var/milter-greylist/milter-greylist.sock unsafe: World...
... What about the parent directories for "milter-greylist"? My permissions look like this: tron@colwyn:~>ls -al /var/milter-greylist total 202 drwxr-xr-x 2...