Re: [milter-greylist] [RFC] Recipient settings through LDAP?
2006-11-24 by AIDA Shinra
At Thu, 23 Nov 2006 10:01:56 +0000, ... Programmers will prefer hacking milter-greylist itself to implementing such a glue mechanism. Though PHP programming
Yahoo Groups archive
Messages
Page 88 of 144 · 7199 messages matched
2006-11-24 by AIDA Shinra
At Thu, 23 Nov 2006 10:01:56 +0000, ... Programmers will prefer hacking milter-greylist itself to implementing such a glue mechanism. Though PHP programming
2006-11-24 by AIDA Shinra
At Thu, 23 Nov 2006 09:35:01 +0100 (CET), ... Plain file is simple solution for small sites. Imagine a site which has 20 users and every user has a shell
2006-11-23 by manu@netbsd.org
... Well, I d prefer the thing to be an ACL clause, as it would allow mixing it with other clauses. Other opinions from other people? -- Emmanuel Dreyfus
2006-11-23 by Ranko Zivojnovic
... I m 100% with you on this, however I would do the config in a different manner here. First define a pair of URL references: urlquery-rcpt
2006-11-23 by Emmanuel Dreyfus
The idea did pop up in an earlier message, here is a summary for comments: Currently, our ACL are evaluated after the RCPT stage, except when the delayedreject
2006-11-23 by Emmanuel Dreyfus
... While I think about it: delegating the decision to a web middleware does not have to be done only on the recipient address. We could immagine adding
2006-11-23 by Ranko Zivojnovic
... *snip* ... I d vote for HTTP approach as it gives you a single interface to virtually unlimited types of data sources behind it. I d also include in
2006-11-23 by Oliver Fromme
... Such a plain file is terribly inefficient and has bad performance for any significant number of users. I would recommend to use a real database (e.g.
2006-11-23 by manu@netbsd.org
... Well, that does half of the work, since we still lack a way of having users modifying it. The point with using a directory is that there are tools already
2006-11-23 by AIDA Shinra
At Wed, 22 Nov 2006 19:17:02 +0100, ... Sorry, I meant a monolithic file which is similar to /etc/passwd (or /etc/aliases). * It can be parsed by only fgets()
2006-11-22 by Matt Kettler
I know, 3.0 final is out and I should upgrade to it, it s on my todo. However, this morning I came in to find my milter-greylist running with a vsize of 975MB.
2006-11-22 by Matt Kettler
Dear William F. Dudley, Jr. Please fix your broken spam filter to have exceptions for mailing lists you subscribe to. Please also fix it to use the envelope
2006-11-22 by manu@netbsd.org
... Where will you store the information in /etc/passwd? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-11-22 by William F. Dudley Jr.
************************************************* * This is a computer-generated response message * ************************************************* Dear
2006-11-22 by AIDA Shinra
... Having per-user conf file is an error prone architecture. In general, file I/O is evil. In particular, milter-greylist need to parse conf files of all
2006-11-22 by Rene Luria
... This is what I have in some other imap software: # Filter for user lookup. Some variables can be used: # %u - username # %n - user part in user@domain,
2006-11-22 by Christian PELISSIER
... If you choose LDAP you have to write your own LDAP schema adding milter greylist required fields. Then you have to write a GUI allowing LDAP users to
2006-11-21 by manu@netbsd.org
... Can you describe how you immagine the syntax in more details? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-11-21 by Rohe, Patrick J.
Hello everyone, I am currently running the 3.0 build of milter-greylist (previously running various 3.0rc# releases), and continue to have a problem with
2006-11-21 by Rene Luria
... (...) ... (...) It would be much easier then to be able to be able to specify the whole filter and suffix, with %r %d and such variables to extract
2006-11-21 by Emmanuel Dreyfus
Hi I user per-recipient settings, where each user can choose the level of tiltering: nothing, greylisting for 15 minutes, using DNSRBL, and so on. For now,
2006-11-21 by Christian PELISSIER
... Spam is generally send with no X-priority (same as 3) or X-priority 3 so I don t really expect spammers to send with X priority 5 and 4. So 4 and 5 should
2006-11-21 by manu@netbsd.org
... (snip) ... How long do you expect spammers to send all messages with X-Priority: 5? ... Well, that can make sense, but perhaps it can be made more general:
2006-11-21 by Oliver Fromme
... Several other MUAs (e.g. elm) use this one: Priority: {normal,urgent} ... That won t help much. Typically, mail servers use a queue interval of 30 minutes
2006-11-21 by Ranko Zivojnovic
Hi, The headers you are referring to are transferred at the stage later than the greylisting is happening thus are not possible to be used. For your ideas to
2006-11-21 by Christian PELISSIER
Some ideas for the next milter-greylist release. Idea one ======== Some users complains sometimes about greylisting delays. Milter-greylist allow many ways to
2006-11-20 by manu@netbsd.org
Here is our latest development snapshot: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.1.1.tgz MD5 (milter-greylist-3.1.1.tgz) =
2006-11-20 by manu@netbsd.org
Here is our newer stable release: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.0.tgz MD5 (milter-greylist-3.0.tgz) =
2006-11-20 by Jacques Beigbeder
Hello, It was discussed last October, starting October 17. ... But my problem is related to the size of my tables. My OS: FreeBSD 4.8, 1 Gb memory, SCSI disks.
2006-11-18 by nonsolosoft
... Is your SPF library linked against a thread-safe DNS resolver? On FreeBSD ports there are many libspf ports: # ls -d /usr/ports/mail/libspf*
2006-11-18 by nonsolosoft
I m using milter-greylist 2.0.2. It works without SPF support, while if I compile it with SPF: Nov 18 02:39:54 05-sp001 sm-mta[2772]: kAI2dgOp002772:
2006-11-16 by Matt Kettler
... I don t know if you re supposed to or not. It never even crossed my mind it might be necessary. That said, I successfully (using source tarballs) did a
2006-11-16 by c.r.p.
Am I supposed to uninstall milter-greylist-2 prior to installing 3.x? I thought I saw a FAQ about this but can t find it now.
2006-11-16 by manu@netbsd.org
... Is your SPF library linked against a thread-safe DNS resolver? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-11-16 by manu@netbsd.org
... If someone submit a fix, it will be integrated. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-11-16 by Ugo Bellavance
Hi, I d just want to report that I tried installing milter-greylist 3 RC6 and I had to do the trick I found here:
2006-11-16 by Ugo Bellavance
Hi, I tried compiling milter-greylist against this SPF librairy and it kept on crashing after a few minutes.
2006-11-16 by John Villalovos
... That isn t my goal/desire. I just want to remove entries from the autowhite list if I didn t like the emails that got through. At the moment I don t want
2006-11-16 by AIDA Shinra
At Thu, 16 Nov 2006 08:55:04 +0100, ... Transaction ensures integrity with much less cost. ... Don t worry, I m not a quick coder. :-) Even if my first patch
2006-11-16 by manu@netbsd.org
... Some time ago, I added support for Berkeley DB, but I gave it up since I could have no integrity garantee in case of unclean shutdown. The way it currently
2006-11-16 by AIDA Shinra
At Wed, 15 Nov 2006 22:55:25 +0100, ... I m now developing Berkeley DB backend. Design goals: * Transactional protection * Consistency after configuration
2006-11-15 by manu@netbsd.org
... Nobody did the work yet, and developement is stalled until the 3.0 release anyway, -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-11-15 by Oliver Haufe
Hello, recently i investigated the the features milter-greylist3.0rc7 and i read nearly all posts that deal with sm_macor and access.db The good news is that
2006-11-15 by Steven W. Orr
I ve been reading this for a while, and I looked on the web page that one of the items on the ToDo list is: Add database back-ends. SQLite is a good
2006-11-15 by Bigby Findrake
... Have you considered using, making, or otherwise operating your own RBL? -- We fear things in proportion to our ignorance of them. - Livy, Roman historian
2006-11-15 by John Villalovos
I was wondering how to modify the greylist.db data while milter-greylist is running. Basically I would like to be able to do some post processing on email that
2006-11-15 by An.H.Nguyen
I do have flex, bison, and libmilter. No yacc but bison is supposed to be fine. I noticed that the previous admin was able to build milter-greylist version 1.6
2006-11-14 by BERTRAND Joël
... Maybe. My /etc/hosts is : rayleigh:[~] cat /etc/hosts 127.0.0.1 localhost 192.168.254.1 rayleigh.systella.fr rayleigh 192.168.0.128
2006-11-14 by Oliver Fromme
... I m not sure if this helps, but there are quite some differences between normal applications that use the libresolv (usually part of the libc), such as
2006-11-14 by BERTRAND Joël
Hello, ... Resolv.conf : rayleigh:[~] cat /etc/resolv.conf search systella.fr nameserver 192.168.0.128 This server runs a bind9 daemon. rayleigh:[~] ping