Re: [milter-greylist] Grey list when empty Message-ID + dacl question
2016-02-27 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... Are there subsequent rules in the file? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
Yahoo Groups archive
Messages
Page 11 of 144 · 7199 messages matched
2016-02-27 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... Are there subsequent rules in the file? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2016-02-27 by manu@...
Bruncsak, Attila attila.bruncsak@itu.int [milter-greylist] ... Got it! -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2016-02-26 by Eugeniusz Nowacki
Hello All, This is my first message, so please be indulgent :) I use postfix together with milter-greylist-4.5.12
2016-02-26 by Mauricio Teixeira
... I want the default grey list rule to be IP + sender address. I don t want to have to set this manually. lazyaw almost did it, but it only white lists the
2016-02-26 by Emmanuel Dreyfus
... I am not sure I understood the problem, what is wrong with this? racl greylist addr 192.0.2.1 from user@example.net -- Emmanuel Dreyfus manu@netbsd.org
2016-02-26 by Mauricio Teixeira
... That s almost what I want. lazyaw Make auto-whitelist look at just the IP instead of the (sender IP, sender e-mail address, recipient e-mail address)
2016-02-26 by Peter Bonivart
On Fri, Feb 26, 2016 at 4:03 PM, Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... The lazyaw option will use only the sending servers IP
2016-02-26 by Mauricio Teixeira
Guys, Is there a way to tell milter-greylist to disregard the recipient when making grey list decisions? Example: if a given server sends a message from
2016-02-26 by Mauricio Teixeira
... This almost worked: milter-greylist: Mail from= , rcpt=(nil), addr=testserver[10.10.10.101] is matched by entry dacl 137 greylist [msg
2016-02-25 by Bruncsak, Attila
Dear All, There is a file descriptor leak in spamd_check(). Please apply the attached patch which fixes the issue. Best, Attila
2016-02-24 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... You want to do something on no match: dacl whitelist header /^Message-ID:/ dacl greylist
2016-02-24 by Mauricio Teixeira
Hey guys, Does anyone know how how to grey list a sender when the Message-ID header is empty, or not even present at all? (Note: I m using milter-greylist with
2016-02-23 by Johann Klasek
... Just for completeness http://milter-greylist.wikidot.com/solaris-filedescriptor-limitation
2016-02-22 by Bob Friesenhahn
... The Solaris problem is that the stdio FILE structure only uses 8 bits to store the file descriptor. However, these shell commands:
2016-02-22 by manu@...
Bob Friesenhahn bfriesen@simple.dallas.tx.us [milter-greylist] ... If I recall correctly, the stream limitation on Solaris is not a probem with open file
2016-02-21 by Bob Friesenhahn
Yesterday I rebuilt milter-greylist 4.5.16 without --enable-stdio-hack and started it with a script which starts like: MAXFILES=8000 # Maximum number of open
2016-02-20 by manu@...
Bob Friesenhahn bfriesen@simple.dallas.tx.us [milter-greylist] ... Well, if autoreload is broken for Solaris, we could just disable it on that platform. You
2016-02-20 by Bob Friesenhahn
... I saw the problem again shortly after updating the configuration file. Otherwise mail seems to be received ok so if has somehow leaked, it is not causing
2016-02-19 by Bob Friesenhahn
... No. As far as I am aware, it has only happened due to automatic reload. This time it happened while I was watching the syslog output. Bob -- Bob
2016-02-19 by manu@...
Bob Friesenhahn bfriesen@simple.dallas.tx.us [milter-greylist] ... There may be a stream leak. I understand you get if after reloading the configuration
2016-02-19 by Bob Friesenhahn
... It seems that the problem is that the stdio-hack works by pre-acquiring (almost) 256 file handles and then doing: /* we have a low descriptor */
2016-02-19 by Bob Friesenhahn
... Today I noticed this in syslog after having just updated greylist.conf: Feb 18 20:40:34 smtp milter-greylist: [ID 594051 mail.info] reloading config file
2016-02-18 by Mauricio Teixeira
Hey guys, I m sorry if this has been answered before, but I could not find it. Every time I get a connection on milter-greylist via Postfix, I see the
2016-02-17 by Bob Friesenhahn
... Thanks for this info. I did not know it auto-reloaded the config file. Instead I have been restarting the service. ... It is started as root and then
2016-02-17 by Jim Klimov
... Actually, you should not have to restart it for new configs: when processing a new message, MGL starts by verifying if its config is up to date, and
2016-02-17 by Bob Friesenhahn
This morning I noticed that milter-greylist (4.5.16 running on OmniOS r151016) had stopped writing to its dedicated log file on the 13th. I restarted it and
2016-02-12 by Mauricio Teixeira
I ve been asking myself if this list is still useful. I have checked most of those IPs and they are contained within SPF records of the origin domains, so
2016-02-12 by Roland
Hello, I would like to update the list of broken MTAs (for servers farms as Office365). There is a link in configuration file :
2016-02-12 by manu@...
Bob Friesenhahn bfriesen@simple.dallas.tx.us [milter-greylist] ... Please post a patch! -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2016-02-12 by manu@...
Bob Friesenhahn bfriesen@simple.dallas.tx.us [milter-greylist] ... Yes: if you operate a botnet, the most practical way of setting up an always positive SPF
2016-02-11 by Bob Friesenhahn
It seems that my question is a duplicate of a discussion on this list (mostly by Jim Klimov) in 2013. I found that discusion at
2016-02-11 by Bob Friesenhahn
... Is this a common ploy? Regardless, it is good that SPF can be used to decide if the mail is sent from a correct IP address (according to someone else) but
2016-02-11 by manu@...
Bob Friesenhahn bfriesen@simple.dallas.tx.us [milter-greylist] ... I blacklist spf self, that is when the spammer s SPF record validates for my own machine. --
2016-02-11 by Bob Friesenhahn
For as long as I have used it, milter-greylist has a policy to whitelist mail passing SPF tests by default. I am finding that most successful spam passed the
2016-02-08 by Bob Friesenhahn
... Done now. The response time issue is gone. Thank you very much! ... This was in response to Jim Klimov s comments. Bob -- Bob Friesenhahn
2016-02-08 by Johann Klasek
... That s not the point, even if no one runs this service, if your sendmail does a lookup normaly a firewall on client-side (!) drops incoming 113/TCP and
2016-02-08 by Bob Friesenhahn
... Thanks for the heads-up. Hardly anyone runs IDENT servers any more. However, local telnet produces a quick response. I have a local caching DNS BIND
2016-02-08 by Bob Friesenhahn
... I am not finding any delay statements. Manual telnet to port 25 produces an immediate response from a local host. ... It is likely that sendmail does
2016-02-08 by Johann Klasek
... [..] ... Maybe this is the cause: Sendmail has usually IDENT queries enabled which timeouts in 10 or 15 secs (if the TCP connection back to clients port
2016-02-08 by Jim Klimov
... Hi Bob, do you by chance have stuff like GreetingDelay or somesuch in sendmail and/or some of the milters, maybe newly introduced in yiur remade setup?
2016-02-08 by Bob Friesenhahn
The site http://mxtoolbox.com/ claims that my inbound mail is particularly slow. The specific test page is at
2016-02-03 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... First update the mg_log function to add the new priv parameter and use it. Next, change
2016-02-03 by Mauricio Teixeira
Sorry, I ve been looking around the source code and I don t even know where to start. I m pretty sure there s a big possibility that I will screw this up... On
2016-02-03 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... That seems a very good opportunity to learn. The mg_log() function could be modified to
2016-02-02 by Mauricio Teixeira
... Great, that should be enough. So how do we get that implemented? I m horrible at C. :) -- Mauricio Teixeira Sao Paulo/SP/BR http://mteixeira.wordpress.com
2016-02-02 by manu@...
mauricio.teixeira@gmail.com [milter-greylist] ... Only solution a will work, as milter-greylist is a multithreaded program: on reasonable systems, all threads
2016-02-02 by mauricio.teixeira@...
Hello, I m new to this list, so I m sorry if this has been discussed/answered before. I have recently started testing milter-greylist-4.5.16, and I modified my
2016-01-31 by manu@...
Here is our second alpha for upcoming milter-greylsit 4.6 https://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.6a2.tgz MD5 (milter-greylist-4.6a2.tgz) =
2016-01-31 by manu@...
john_espiro@yahoo.com [milter-greylist] ... Look in the logs for rejected messages. Perhaps one gmail netblock is missing in the default whitelist. -- Emmanuel
2016-01-31 by manu@...
Chris miltgrey@bsdforge.com [milter-greylist] ... Not sure about this one: is there a sendmail macro telling us about the may-be-forged status? If there is,