Error Messages from milter-greylist
2008-02-24 by sudleyplace
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
Yahoo Groups archive
Messages
Page 62 of 144 · 7199 messages matched
2008-02-24 by sudleyplace
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
2008-02-23 by manu@netbsd.org
... 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
2008-02-20 by Matt Kettler
... 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@example.com 1.2.3.4
2008-02-20 by Kai Schaetzl
... 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
2008-02-20 by ondrej_v0
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
2008-02-19 by manu@netbsd.org
... Something like this? racl whitelist tls_re /.*/ racl blacklist tls none -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-02-19 by ondrej_v0
... 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
2008-02-19 by Emmanuel Dreyfus
... 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
2008-02-19 by ondrej_v0
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
2008-02-19 by milter-greylist@yahoogroups.com
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 :
2008-02-19 by Emmanuel Dreyfus
... How is that different from matching against a wildcard regex? racl tls /.*/ -- Emmanuel Dreyfus manu@netbsd.org
2008-02-19 by ondrej_v0
Looking into the source codes I see there is no support for this yet. ... +++ acl.c 2008-02-19 15:02:19.000000000 +0100 @@ -773,13 +773,19 @@ char
2008-02-16 by Adam Pawe³czak
... Thank you for suggestion. Flex was not installed. After installing it, compilation finishes without problems. Thank you. Best regards Adam
2008-02-16 by manu@netbsd.org
... For some reason, configure did not find flex. Can you post your config.log? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-02-15 by Adam Pawe³czak
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
2008-02-13 by yosi_greenfield
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
2008-02-13 by ondrej_v0
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
2008-02-08 by Matt Kettler
... You re confusing the autowhite period with the timeout . timeout applies to tuples that haven t successfully passed the greylist. It essentially
2008-02-08 by shuttlebox
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
2008-02-08 by Eduardo Casarero
... yes i could do that, but my users are pretty sensible in delay issues.
2008-02-08 by shuttlebox
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
2008-02-08 by Eduardo Casarero
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
2008-02-07 by manu@netbsd.org
... You can also use macros set by sendmail for that kind of use. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-02-06 by Matt Kettler
... 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,
2008-02-04 by manu@netbsd.org
... 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.
2008-01-26 by manu@netbsd.org
Hi, milter-greylist users I ll be away from keyboard from 26/1 to 3/2, so don t be surprised if you don t see any reply from me in that interval. -- Emmanuel
2008-01-25 by benoit.branciard
... This sounds quite powerful, but at the expense of config file readability. So what about : - have a powerful and generic engine and syntax as you proposed;
2008-01-24 by manu@netbsd.org
... [where is the not] ... That s the correct syntax. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-01-23 by manu@netbsd.org
... That smells like a change that was never committed :-) Would you like to submit a patch? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2008-01-23 by Matt Kettler
according to the docs: Clauses can be negated, by prefixing them by the not keyword. So, for example, if I wanted to penalize helo s that don t contain a .
2008-01-23 by Matt Kettler
In the next release, can the helo ACL keyword be added to the documentation? It s not currently in the greylist.conf.5 manpage, but does appear t be supported
2008-01-23 by Matthias Scheler
... Indeed. That s the way I use SORBS DUN . It blocks a lot of spam from Zombie Windows PC. But my friend s Solaris machine still managed to get his e-mail
2008-01-22 by manu@netbsd.org
... A nice use of DNSRBl is using them as a reputation: if a sender is caugh in a DNSRBL, enforce a higher greylisting delay (eg: 12h instead of 15mn). That s
2008-01-22 by manu@netbsd.org
... Yes, header are in the DATA stage. [SQL backend to replace MX sync] ... Yes, I wouldn t give away the MX sync for something such overblown as a distributed
2008-01-22 by Benoit Branciard
... Greylisting works ONLY for non-regular MTAs, I think we agree here. That s why it is best to target it on clients who are supposed to be non-regular MTAs
2008-01-22 by Benoit Branciard
... I agree milter-greylist should rather concentrate on envelope (pre-DATA) stage, maybe SMTP-header stage (but here we already hit the DATA stage ?). ...
2008-01-22 by Michael Menge
... I know that i can blacklist with milter-greylist. But because of the falsepositiv of DNSRBL we use DNSRBL only to score emails in spamassasin. Any non
2008-01-22 by Michael Menge
Hi, ... I think the great adwantage of milter-greylist is that it can reject an email befor the DATA stage. Therefor i don t like and would not use any
2008-01-22 by ondrej_v0
... Absolutely agree here. ... Agree here as well. I might add - some forward vs. reverse DNS checks would tell us something, too. Anyway, the concept of poor
2008-01-22 by Benoit Branciard
... Yes you can use blacklisting in milter-greylist (at least 4.0): acl blacklist addr aa.bb.cc.dd msg I don t like you ... The good way is to combine
2008-01-22 by manu@netbsd.org
... I started looking at DKIM but I stalled because of that problem (See the message below). How would you use DKIM in milter-greylist? ... -- Emmanuel Dreyfus
2008-01-22 by Michael Menge
... i have seen spammer domains without +all, which would not be cached by self. ... We had the problem with some users, who forwarded their email without srs,
2008-01-22 by ondrej_v0
... Well, I noticed some domains have +all or similar, but that is why you have the self operator here , right? ... easy way I know SPF breaks forwarding,
2008-01-22 by Michael Menge
... Yes blacklisting is a 5xx harderror. But we don t use it in milter-greylist ... We had some problems with spf, as 1. there are more spammes that have spf
2008-01-22 by ondrej_v0
Hi Michael, ... through all ... don t ... Ok, I did not know that - if it is spammers common practice, then fine. I just wanted to say that some companies
2008-01-18 by Michael Menge
Hi, ... It s not a good idea to do this, i have seen spammes which go through all mx records as long as they get a temp error in less than 10 secs but don t
2008-01-18 by ondrej_v0
Hi all, Ok, first of all many thanks to everyone who helped to develop this great piece of opensource product. We are seriously considering it for a company
2008-01-12 by California_Condor
Nope... When I implemented greylisting, I saw the same problem, so I asked one of my friends with an earthlink account to test it... Basically earthlink and
2008-01-11 by Bill Levering
Earthlink is causing problems (again). From what I gather, it is bouncing messages back to the sender as undeliverable. My guess is that there are multiple
2008-01-07 by Rene Luria
... excellent, thank you meanwhile, I did a simple piece of code to test negotiation http://luria.ch/fourtou/test-milter.c