2006-03-28 by Oliver Fromme
... milter-greylist already does that. When I send a SIGTERM, it first writes the curent list to the dump file before it exits (takes about half a minute on my
Thread view
Attachments: 0
2006-03-28 by Sysadmin
Tere. ... Really? ... Nop, downloaded latest 2.1.3 source, unpacked and patched. -- Sysadmin
Thread view
Attachments: 0
2006-03-28 by Ranko Zivojnovic
... Works for me(tm). Have you patched your source with something else too? Have you patched with an older version of milter-greylist.h.patch? R.
Thread view
Attachments: 0
2006-03-28 by Denis Solovyov
1) Do greylist.conf s parametets accept s (for seconds) and w (for weeks) suffixes as well as in command-line? If yes, I believe they should be mentioned
Thread view
Attachments: 0
2006-03-28 by Sysadmin
Tere. ... [test@test milter-greylist-2.1.3]# patch -p0
Thread view
Attachments: 0
2006-03-27 by Ranko Zivojnovic
Hi, ... I was taking only the last part of the v6 address because that was the place I would expect the most activity - and we are only creating the hash.
Thread view
Attachments: 0
2006-03-27 by Hajimu UMEMOTO
Hi, ... ranko ! #define BUCKET_HASH_V6(sa, from, rcpt, bucket_count) ranko ! ((((uint32_t)(SADDR6(sa)- s6_addr)[3] & ranko !
Thread view
Attachments: 0
2006-03-26 by Ranko Zivojnovic
Take two: was missing 6 on conf.c_match_mask6 ... R.
Thread view
Attachments: 0
2006-03-26 by Ranko Zivojnovic
Hi, ... Thanks for discovering the issues. This patch should address them both. Best regards, R.
Thread view
Attachments: 0
2006-03-26 by attila.bruncsak@itu.int
Hello, The subject tells the problem, the record of the autowhitelist which otherwise would match the actual recipient with lazyaw on cannot be found since
Thread view
Attachments: 0
2006-03-26 by Matthias Scheler
... Did you disable the IPv6 support in Milter Greylist? True64 has a dual network stack and sendmail might be using an IPv6 socket even for IPv4
Thread view
Attachments: 0
2006-03-25 by manu@netbsd.org
... Right, checked in. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2006-03-24 by attila.bruncsak@itu.int
Hello, This patch makes the code of the ACL evaluation a bit smaller and its execution faster. No functionality change, I am using it in production already.
Thread view
Attachments: 0
2006-03-24 by Kai Schaetzl
... No, it wasn t, it was in smtp.c I think. But, well, I thought I better ask. I know a little C/C++, but not too much and only developing on the Windows
Thread view
Attachments: 0
2006-03-24 by leloup
... *doh*... I guess too, but I really do not know... :-) But as far as I understood the sendmail announce, the security fix wasn t in libmilter...?
Thread view
Attachments: 0
2006-03-24 by Kai Schaetzl
... Yeah, it s up and running, but it could use unsecure library routines if it compiled them in ... However, I guess the sendmail libs are dynamically linked
Thread view
Attachments: 0
2006-03-24 by leloup
... No. At least I didn t and it s still up and running... ;-)
Thread view
Attachments: 0
2006-03-24 by Kai Schaetzl
Do I need to rebuild milter-greylist after applying the recent security fix to sendmail? Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive
Thread view
Attachments: 0
2006-03-24 by Kai Schaetzl
... sure, at the moment it s running as root, see my other posting about cannot change supplementary groups . Kai -- Kai Schätzl, Berlin, Germany Get your
Thread view
Attachments: 0
2006-03-23 by Joe Polk
We have greylist installed and it appears to be a running process but we see nothing in maillog showing it s working. It starts with a message that greylist.db
Thread view
Attachments: 0
2006-03-23 by manu@netbsd.org
... Does the UID running milter-greylist has the right to write the dump file? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Thread view
Attachments: 0
2006-03-23 by Kai Schaetzl
... Hm, now that you say it, I m missing the file on my new CentOS installation as well. There s a pid and a socket but not db in /var/milter-greylist.
Thread view
Attachments: 0
2006-03-23 by Kai Schaetzl
... I spoke too soon. I confused it with another problem I had and only that was actually fixed. I m still getting this. It seems to be a very uncommon error
Thread view
Attachments: 0
2006-03-23 by manu@netbsd.org
... A blank file should do it. I m very suprised it does not create it when it s missing. The file should be created using mkstemp(). Is there something
Thread view
Attachments: 0
2006-03-23 by dc91190
Hello, In fact, the problem is not there but in the creation of greylist.db . On Tru64 there is no greylist.db file when the software runs for the first time
Thread view
Attachments: 0
2006-03-23 by Kai Schaetzl
... My bad. When moving over the mail spool I had accidently changed permissions on /var/spool. Kai -- Kai Schätzl, Berlin, Germany Get your web at Conactive
Thread view
Attachments: 0
2006-03-22 by Daniel Clar
Several things have been tried following 2 e-mails : - Run milter-greylist alone without clamav and spamassassin - Trying a newer libmilter.a - running with -v
Thread view
Attachments: 0
2006-03-22 by Hajimu UMEMOTO
Hi, ... Daniel I ve just installed milter-greylist on a Tru64 computer (first 2.0.2, then Daniel I ve tried 1.6 and 2.1.3) and I ve always the same problem.
Thread view
Attachments: 0
2006-03-21 by Kai Schaetzl
Hm, next problem. When starting up I get /usr/local/bin/milter-greylist: cannot change supplementary groups: Operation not permitted My first chosen user
Thread view
Attachments: 0
2006-03-21 by Kai Schaetzl
... Problem solved. My first make showed that libmilter was missing on the system, so I installed sendmail-devel and ran make again. That was not enough. After
Thread view
Attachments: 0
2006-03-21 by Kai Schaetzl
Have been a while absent, everything concerning milter-greylist just running fine :-) Now I m rolling out our first servers with CentOS 4.2 and hit a compile
Thread view
Attachments: 0
2006-03-18 by Daniel Clar
Hello, I ve just installed milter-greylist on a Tru64 computer (first 2.0.2, then I ve tried 1.6 and 2.1.3) and I ve always the same problem. In the header I
Thread view
Attachments: 0
2006-03-17 by Alain Buys
Also: I put mxglsync 5252 in /etc/services on two machines, refreshed inetd (otherwise, I was getting a local_addr : bind failed : No such file or directory
Thread view
Attachments: 0
2006-03-17 by manu@netbsd.org
... It s not a bug, it s a feature :-) -- Emmanuel Dreyfus Le cahier de l admin BSD 2eme ed. est dans toutes les bonnes librairies
Thread view
Attachments: 0
2006-03-16 by Daniel Zachary
I ve noticed that milter-greylist seems to truncate the sender s name when there is an = sign as part of the username. Is this a bug that needs to be fixed?
Thread view
Attachments: 0
2006-03-13 by Alain Buys
Hello, I am trying to install milter-greylist 2.1.3 on AIX .. with more or less success. On AIX 5.2 (no maintenance level) or AIX 4.3 (maintenance level 11), I
Thread view
Attachments: 0
2006-03-08 by manu@netbsd.org
... Now the nice thing would be to merge settings such as delayreject in the access list so that it could be set on a per sender IP basis. -- Emmanuel Dreyfus
Thread view
Attachments: 0
2006-03-08 by Michael Wallendahl
I ran into this same issue a few months ago. I can confirm that setting delayreject will fix Verizon mail delivery issues. ... From:
Thread view
Attachments: 0
2006-03-03 by Matthew S. Cramer
... Somehow I never noticed that, but will certainly try and see! Thanks, Matt -- Matthew S. Cramer Office: 717-396-5032
Thread view
Attachments: 0
2006-03-03 by manu@netbsd.org
... committed in cvs... -- Emmanuel Dreyfus Un bouquin en français sur BSD: http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
Thread view
Attachments: 0
2006-03-03 by Pete 'Wolfy' Hanson
Does this option from greylist.conf not help? # This option attempts to make milter-greylist more # friendly with sender callback systems. When the # message
Thread view
Attachments: 0
2006-03-03 by Matthew S. Cramer
http://www2.verizon.net/micro/whitelist/ ... [...] ... Yes, this is their silly callback-system which doesn t understand temp fails. I filled out the form at:
Thread view
Attachments: 0
2006-03-03 by fredrik.pettai@vattenfall.com
Hi, I just made some small cosmetic changes to the SYSLOG messages, (a small bracket-error) and to make milter-greylist output more easy to parse. Based on the
Thread view
Attachments: 0
2006-02-27 by joosteto
... Ah, yes, I remember trying that, but without any results (Sorry for forgetting to mention that). However, after reading the README of the libc resolver
Thread view
Attachments: 0
2006-02-27 by Matt Kettler
... *shrug*.. I wasn t questioning the how or why of it, I was merely explaining how to do it. That said, out here on the commercial side very few of my spam
Thread view
Attachments: 0
2006-02-27 by Chris Hoogendyk
I would not recommend this however. Student dorms and such are a great source of viruses. We typically find the authorized mail server that corresponds to a
Thread view
Attachments: 0
2006-02-27 by Matt Kettler
... I don t think the ACLs support file-globbing. You either have plain substring matching or regular expressions. I d suggest: acl whitelist domain / .edu$/
Thread view
Attachments: 0
2006-02-27 by Jamie McParland
I want to unblock all of .edu but I m not sure if I can just put in an ACL like this acl whitelist domain *.edu I m stumped. Thanks, Jamie
Thread view
Attachments: 0
2006-02-26 by Matt Kettler
... From the looks of it, Verizon is using a call back mechanism, a bit like milter-sender. I ve not noticed the problem myself, as I only greylist a
Thread view
Attachments: 0
2006-02-25 by Bill Levering
Anyone have problems sending email to Verizon? I m getting the message: # mailq /var/spool/mqueue (1 request) ... Recipient----------- k1PIjSIn092590 231
Thread view
Attachments: 0