Re: [milter-greylist] Include config files
2006-07-19 by Emmanuel Dreyfus
... Me too, FWIW... -- Emmanuel Dreyfus manu@netbsd.org
Yahoo Groups archive
Messages
Page 102 of 144 · 7199 messages matched
2006-07-19 by Emmanuel Dreyfus
... Me too, FWIW... -- Emmanuel Dreyfus manu@netbsd.org
2006-07-19 by attila.bruncsak@itu.int
... Hi, I generate the actual config file with a small script, using a template config file and extracting the e-mail addresses of the greylisting subscribed
2006-07-19 by Emmanuel Dreyfus
Hello Following the talks about variables greylisting settings (greylist delay and timeout, autowhitelisting timeout) depending on the host: Such a feature
2006-07-18 by manu@netbsd.org
... The difficult point is that conf_parse() is not re-entrant. You cannot just call it again from itself each time you see an include directive. That probably
2006-07-18 by Ugo Bellavance
... I only use local config files, so that wouldn t be a problem. Is it hard to implement?
2006-07-18 by George Elgin
... one thing is to decrease the grey time. i think the default is something like 3d. when i set mine to 16h the people who send stuff out daily get foiled.
2006-07-18 by strandkjell
... asking. If ... Maybe it s not a bug, but it is a problem that milter-greylist cannot identify mails. I m almost shure that some spammers send a number of
2006-07-17 by Emmanuel Dreyfus
... Implementing this leads to a small issue: we need to monitor all the included files for changes (reminder: libmilter catches signals, so we cannot use
2006-07-17 by Ugo Bellavance
Hi, Is it possible to include a config file with milter-greylist? I d like to have a set of directive in another file than greylist.conf. Regards, Ugo
2006-07-17 by Oliver Fromme
... I see. You re right. I forgot the fact that milter- greylist is not able to identify mails, and that different mails with the same tuple could arrive in
2006-07-17 by Jake Di Toro
... It seems to me you might be missing something in what your asking. If it doesn t auto-whitelist you won t recive your mail afterwords. Perhaps what you
2006-07-17 by Oliver Fromme
Hi, Just a small question: Is there a way to disable the auto-whitelisting for certain IP addresses? I.e. I want mails from IP 12.34.56.78 (example) to
2006-07-05 by Wolf, Brian
I upgraded Sendmail to version 8.13.7 and rebuilt milter-greylist 2.0.2 with libmilter 8.51, and the problem described in my original post is still occurring.
2006-07-05 by Fredrik Nyberg
... Evan Harris proof-of-concept implementation relaydelay (http://projects.puremagic.com/greylisting/), from which I switched to milter-greylist from, has
2006-07-04 by Emmanuel Dreyfus
... Don t you fear that would make spammers life really easier? -- Emmanuel Dreyfus manu@netbsd.org
2006-07-04 by Fredrik Nyberg
... No, you would have to accept for _any_ remote IP (*, recipient, sender). Cheers, Fredrik Nyberg
2006-07-04 by Emmanuel Dreyfus
... I thought about this one, but there is a problem: you cannot take for granted that the remote site MX is also the source SMTP server. -- Emmanuel Dreyfus
2006-07-03 by c.r.p.
... Sounds very good to me, if the programmers could allow for manual entries of addresses I think even I could come up with a script to parse the maillog to
2006-07-03 by Fredrik Nyberg
Hello, A user of ours asked for something I will here call reverse auto-whitelisting, that is to generate an automatic whitelist entry when an email is sent
2006-06-28 by Wolf, Brian
Sorry, I hadn t meant to post the previous message just yet. I m thinking that the problem might be in sendmail, so I will try to upgrade that and see if it
2006-06-28 by Wolf, Brian
I m trying to get started with milter-greylist 2.0.2. It worked okay for a few test messages, but when I run it in production, it quickly aborts, usually
2006-06-24 by strandkjell
To manually remove an entry from the automatic whitelist (or rather all entrys on a certain ipnumber) is also my most important wish. As a matter of fact I
2006-06-23 by manu@netbsd.org
... libmilter handles signals. The API does not allow a milter to catch signals. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2006-06-23 by George Elgin
bill: sounds good. one problem as you point out the list s are based on tuples and it s concievable some users for a domain (or ip) might be greylisted and
2006-06-23 by Bill Levering
How bout a test function... I seem to remember that we had to install tcpwrappers at one point (oh so long ago, it appears). And there was a utility to check
2006-06-23 by george
... be ... [gelgin@server gelgin]$ ps -clu spfmilt F S UID PID PPID CLS PRI ADDR SZ WCHAN TTY TIME CMD 5 S 100 6006 1 TS 23 - 2568 -
2006-06-23 by Oliver Fromme
... My most important wish: * Manually remove an entry from the automatic whitelist. Best regards Oliver -- Oliver Fromme, secnetix GmbH & Co. KG, Marktplatz
2006-06-23 by List Manager
... From: Ranko Zivojnovic To: Sent: Friday, June 23, 2006 5:33 AM Subject: Re: [milter-greylist]
2006-06-23 by Ranko Zivojnovic
... I have this already in progress, though not done yet... It would be useful for me to know as to what other commands would be useful to have. Things I have
2006-06-23 by Michael Menge
... This tool could also be used to dump the db and stop the milter. -- ... M.Menge Tel.: (49) 7071/29-70316 Universitaet
2006-06-22 by manu@netbsd.org
... We could have a config file option to choose the mode... ... The in-memory and on-disk databases would always have conflicts, and there is no easy way to
2006-06-22 by George Elgin
a nice feature might be to to do an fstat on this file before the dump. for me i don t care if non-priveleged users read this and the dump is creating a new
2006-06-21 by c.r.p.
... The one I have is dated Sep 20 2005 , is that the correct one?
2006-06-20 by Ugo Bellavance
... I ended up working it out with Anthony Howe finally, here is what I have: dnl # Instructions for milter-greylist and milter-sender define(`_FFR_MILTER ,
2006-06-19 by manu@netbsd.org
... Yes, I noticed that afterwards -- Emmanuel Dreyfus manu@netbsd.org
2006-06-19 by fredrik.pettai@vattenfall.com
... I think you´re trying to do redundant work here... milter-greylist.m4 seems to be design to just append the macros if they are not defined in your
2006-06-19 by fredrik.pettai@vattenfall.com
... I m not an expert in m4 either, but I use m4 frequently to build the .cf files... Sendmail 8.13.7 (I guess all sendmail 8.13.X) defines these milter-macros
2006-06-19 by Jack L. Stone
... That works great. Thanks Martin! (^_^) Happy trails, Jack L. Stone System Admin Sage-american
2006-06-19 by Emmanuel Dreyfus
... s/LOG_MAIl/LOG_LOCAL0/ Then edit syslog.conf to redirect local0.* to milter-greylist.log, and signal syslogd. There are also local1, local2 ... local7 --
2006-06-19 by Martin Paul
... Change LOG_MAIL to LOG_LOCAL0 in both lines. Recompile milter-greylist and restart it. Add a line like: local0.debug /var/log/milter-greylist.log ^^ this
2006-06-19 by Jack L. Stone
... Emmanuel, I d like to log to a different log file too, like milter-greylist.log I gather below are the lines to modify, however I m unsure of what to
2006-06-19 by manu@netbsd.org
... Patch the call to openlog() in milter-greylist.c and use a different logging facility. If you are ready to contribute a config-file option to control
2006-06-19 by c.r.p.
I really like milter-greylist, except for one thing. Is there a way to change the log file? I really do not want the messages from milter-greylist showing up
2006-06-16 by Adri Koppes
... Ugo, I started using some macros proposed by Anthony Howe in an earlier post on www.snert.com, but these didn t solve the problem completely. I combined
2006-06-16 by Ugo Bellavance
... That s good news, but who suggested the changes? It does not look like the README s macros or like what is suggested by Howe
2006-06-16 by Adri Koppes
... Yes, initially I used the macros from the milter-greylist README. These caused problems with milter-sender. After changing them both milter-greylist and
2006-06-16 by manu@netbsd.org
... You took them from the README, right? -- Emmanuel Dreyfus manu@netbsd.org
2006-06-16 by Adri Koppes
... I initially had problems with milter-sender crashing, using the proposed macros for milter-greylist. Currently using the following macros in the
2006-06-15 by manu@netbsd.org
... Erm... Tonight, I had a peek to milter-greylist.m4, which I should have done earlier (I did it a long time ago when I checked it in, but did not remebered
2006-06-15 by manu@netbsd.org
... Unless a m4 expert step in, I m going to just fix the documentation by adding a warning. -- Emmanuel Dreyfus manu@netbsd.org