Re: [milter-greylist] Basic rate limit filter
2014-04-22 by Georgi Petrov
Hello Emmanuel, Thanks a lot for your comments! Here is what I did try (the limits are very low to let me test without sending too many emails): ratelimit
Yahoo Groups archive
Messages
Page 17 of 144 · 7199 messages matched
2014-04-22 by Georgi Petrov
Hello Emmanuel, Thanks a lot for your comments! Here is what I did try (the limits are very low to let me test without sending too many emails): ratelimit
2014-04-18 by manu@...
... I guess you used an ACL whith clause addr 127.0.0.1, but perhaps the message was sent from ::1 (IPv6) ? ... You need your PHP application to talk SMTP
2014-04-18 by Georgi Petrov
Hello all, Recently milter-greylist was added to Virtualmin GPL as a mail rate limiting option. The default setting is pretty basic and not satisfactory.
2014-03-21 by manu@...
... Feel free to submit a patch that fixes that :-) -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-03-20 by Jim Klimov
... IIRC it would be rather like racl continue dnsrbl B set $score+=1 set $listname= %P{listname} B but yes, operations of this kind are possible. Also note
2014-03-20 by lists-yahoogroups@localguru.de
Hi Emmanuel, ... on ... Ah, that looks good, thanks. Is something like racl continue rset $score=0 racl continue rset $listname= racl continue dnsrbl A set
2014-03-20 by manu@...
... Try this: racl continue rset $score=0 racl continue dnsrbl A set $score+=1 racl continue dnsrbl B set $score+=1 racl continue dnsrbl C set $score+=1
2014-03-19 by manu@...
... Right. ... I do not know for that one. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-03-18 by manu@...
... If they do, then it is stripped by yahoo groups. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-03-18 by manu@...
... If you use multiple dnsrbl clauses in a given ACL, the ACL matches if all clauses match, that is, if the sender is fond in all DNSRBL. -- Emmanuel Dreyfus
2014-03-18 by Oliver Fromme
... There s nothing wrong with that, provided that his messages have a Content-type header line with format=flowed (I haven t checked if they do). Actually
2014-03-18 by lists-yahoogroups@localguru.de
Hi, is it possible to blacklist a server only if it s blacklisted an all given blacklists? Before running emails into spamassassin I like to blacklist a server
2014-03-13 by Petar Bogdanovic
... Google Play - K9
2014-03-13 by Jim Klimov
... I guess it can be amended manually, as I often do on a desktop mailer. My wife hates this habit and preaches to me against it for years. ... Not ;( Breaks
2014-03-13 by Petar Bogdanovic
... The lack of References/In-Reply-To is much more fun.
2014-03-13 by manu@...
... I am the only one to enjoy the lack of line returns courtesy of your Samsung mobile? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-03-13 by jimklimov@cos.ru
Hi, Our users asked if it is possible to preemptively add whitelist entries based on emails they send out to initiate some contact with an external recipient -
2014-03-07 by Thomas Cameron
... Hash: SHA1 ... Thanks, Les, I appreciate it! TC ... Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
2014-03-07 by Thomas Cameron
... Hash: SHA1 ... Perfect! Thanks! TC ... Version: GnuPG v2.0.22 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
2014-03-06 by Oliver Fromme
... If I read that last define correctly, it does not overwrite the first definition, but it adds to it, because it references the previous value of
2014-03-06 by Les Mikesell
On Wed, Mar 5, 2014 at 6:20 PM, Thomas Cameron ... It has been a while since I ran a busy mailer, but when I did, I used mimedefang to run spamassassin and
2014-03-06 by Jonathan Siegle
... Found this on the SA list which matches my experience:
2014-03-06 by Thomas Cameron
... Thanks for the reply, I appreciate it! I should have been more specific, though... Per the milter-greylist docs, I have added these four lines in
2014-03-06 by Jim Klimov
... Our typical config is somewhat large and complex, but the bits you might need, include: FEATURE(`access_db ) FEATURE(`use_ct_file )
2014-03-06 by Thomas Cameron
All - I m using spamass-milter and milter-greylist on RHEL 6 with sendmail-8.14.4-8.el6.x86_64. I am hoping someone has an example of what my sendmail.mc
2014-03-01 by Johann Klasek
... [..] ... If you have different interfaces for each, you could setup the IFs with different milter settings via DEAMON_OPTIONS. E.g. a mc file could be read
2014-03-01 by manu@...
... I am not aware of any pending patches after 4.5.11. If you have something not included, it means I missed it. ... It looks you need two different sendmail
2014-02-28 by Jim Klimov
... In fact, it is expensive :) Not too much, but still: we now use p0f fingerprinting, and the daemon was configured to exclude the LAN subnets. Presence of
2014-02-28 by Bruncsak, Attila
... Unfortunately I am not a sendmail configuration expert but I imagine that there might be trick to avoid calling a milter filter on any arbitrary condition
2014-02-28 by Jim Klimov
... Rrright, thanks for reminding ;) Now, do you remember also if there is a trick to skip a milter altogether for some clients (i.e. the LAN addresses or
2014-02-28 by Bruncsak, Attila
... Do you use the F=T or F=R flag in the sendmail configuration for the milter-greylist filter? If not, the sendmail will just deliver the mail like no
2014-02-28 by Jim Klimov
Hello, Every once in a while I inspect the SPAM which makes it into my inbox to see why it passed. Sometimes I see no headers added by milter-greylist which is
2014-02-27 by jimklimov@cos.ru
Hmm, that is a suitable option for my usecase, thanks. Still, adhering to industry-standard signals wouls also be good (even if done the way it is today,
2014-02-27 by Peter Bonivart
... Edit a copy of greylist.conf and check it with milter-greylist -c before deploying.
2014-02-27 by Jim Klimov
Hello all, I see that milter-greylist refreshes the running configuration if the greylist.conf file has changed, but only when it gets to process the next
2014-02-21 by Emmanuel Dreyfus
Here is milter-greylist 4.5.11: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.5.11.tgz MD5 (milter-greylist-4.5.11.tgz) =
2014-02-15 by manu@...
... I realized that a much simplier way of dealing with the issue was to use LDAP asynchronous requests. I am testing it right now. -- Emmanuel Dreyfus
2014-02-14 by Bruncsak, Attila
... This pseudo code is just to show the concept how I imagine to implement the client side time-out: Worker thread: If no ldap_connection_established then
2014-02-14 by Emmanuel Dreyfus
... No, and it is 8.14.7. But I managed to track down the offending code. It was tricky because once milter-greylist get too much threads, gdb becomes unable
2014-02-13 by Bruncsak, Attila
... Did you had libmilter compilation option defined _FFR_WORKERS_POOL ? (FFR: for future release) By the way, your libmilter is coming from which version
2014-02-12 by Johann Klasek
... I think libmilter does not actually tracking his threads. They are created/cloned to process a SMTP-session and self-terminate later ... Have you a sample
2014-02-12 by manu@...
... It seems they are: 1600 sleeping threads. That s odd. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-02-12 by manu@...
... All sleeping. I suspect libmilter fails to track threads and leaves some behind. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-02-12 by Johann Klasek
... Is there any hint what these threads are doing? What says pstack PID_OF_MG_PROCESS ?
2014-02-12 by Bruncsak, Attila
... Are the threads normal working threads created in libmilter?
2014-02-12 by manu@...
... Much less, of course. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2014-02-12 by Jim Klimov
Hello all, I am trying to systematize the messages logged by milter-greylist so that it would be easier to grep the logs for various causes of connection
2014-02-12 by Bruncsak, Attila
... How much sendmail (or postfix) process had you on the system at that time? Around 1600 or much less?
2014-02-11 by Peter Bonivart
... I ve used milter-greylist for many years on both Solaris and RHEL and both can sometimes go to error state combined with the process consuming huge amounts
2014-02-11 by Emmanuel Dreyfus
Hello everybody Sometimes, milter-greylist gets overloaded, and stops answering requests in time. sendmail says it goes to error state , and I have to