... I'm affraid we are. If we ever want to have anything implemented, we have to split that huge plan into smaller bits that could be added incrementally. ...
manu@...
Feb 4, 2008 9:31 am
4127
... By the way, the rule above works really well. This acl, and my no-RDNS acl handle picking out a lot of junk and hitting it with a longer greylist period, ...
... You can also use macros set by sendmail for that kind of use. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
manu@...
Feb 7, 2008 4:56 am
4129
Hi, i would like to know if having greylist with 'lazyaw' use less memory storing tuples rather than normal configuration? i'm asking because i have lot of...
Eduardo Casarero
eduardo.casarero@...
Feb 8, 2008 2:43 pm
4130
On Feb 8, 2008 3:43 PM, Eduardo Casarero ... How long do you retain the tuples (timeout)? The default is 5 days, I lowered it to one day and the database...
... yes i could do that, but my users are pretty sensible in "delay" issues....
Eduardo Casarero
eduardo.casarero@...
Feb 8, 2008 4:01 pm
4132
On Feb 8, 2008 5:01 PM, Eduardo Casarero ... How would that affect delay? A server that doesn't retry within 24h isn't very likely to retry at all in my...
... You're confusing the "autowhite" period with the "timeout". "timeout" applies to tuples that haven't successfully passed the greylist. It essentially...
Hello List! I am just curious - is it possible to whitelist ANY senders who used encryption (STARTTLS) to send a mail? I mean whitelist even those whose...
Hi All, While greylisting has been doing wonders for our mail server, for the past few weeks it's been less effective. It looks to me like the spambots have...
Hi, I have a problem compiling milter-greylist 4.0 for FC4_64 bit with Sendmail. ./configure finishes without errors and warnings Next, I start 'make' with...
... How is that different from matching against a wildcard regex? racl tls /.*/ -- Emmanuel Dreyfus manu@......
Emmanuel Dreyfus
manu@...
Feb 19, 2008 2:23 pm
4141
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the milter-greylist group. File :...
milter-greylist@yahoo...
Feb 19, 2008 2:24 pm
4142
Very different: 1. racl tls /.*/ won't work. You probably wanted to say racl tls_re /.*/ 2. It only work for those who present their private certificate which ...
... What about mathing clients that do not present a certificate? That way, you can match any certificate, including none (with two ACL), and you can also...
Emmanuel Dreyfus
manu@...
Feb 19, 2008 2:31 pm
4144
... tls_re /.*/ ... Show me the example. Anyway I doubt you can do it - take a look at the source codes - there is hardcoded Verify=yes which means a private...
No, This won't work - first line only catches anyone with a private certificate that was successfully verified (= the default behavior) and the second line...
... AFAIR, it doesn't. Tuples get stored as without lazyaw, just that the sender mail address gets ignored. Just storing what is really necessary depending on ...
Kai Schaetzl
maillists@...
Feb 20, 2008 4:32 pm
4148
... It won't change the size of the tuple record, but it will save space in that you you won't have one entry for every sender. ie: joe@... 1.2.3.4...
... Mmmm.... Sorry to be picky about it, but isn't it equivalent to this? sm_macro "tls_ok" "{verify}'" "OK" sm_macro "tls_no" "{verify}" "NO" racl whitelist...
manu@...
Feb 23, 2008 3:57 am
4150
While testing this fabulous milter, I used the -v and -D options and watched the output for a while. Every once in a while, the line smfi_getsymval failed for...
... INPUT_MAIL_FILTER(`greylist',`S=local:/var/milter-greylist/milter-greyli st.sock') ... Well, the README says: "Here again, confMILTER_MACROS_* are shared...
manu@...
Feb 25, 2008 3:58 am
4153
... That is harmless: messages sent locally fire this warning. I guess it should be removed. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......
manu@...
Feb 25, 2008 3:58 am
4154
Hi Emmanuel, Ok you are right, this approach works - so my patch is actually not necessary. Anyway - many good configuration ideas (like the HELO check)...
... Indeed, we need a wiki for users to drop random config snipets. Would you like to start it up? I will add a link to it from the web site. -- Emmanuel...