Re: [milter-greylist] block SRS senders
2016-09-04 by Marcus Schopen
Hi Jim, On 2016-09-04 15:08, Jim Klimov jimklimov@cos.ru [milter-greylist] ... I run a selfbuild backport, because the standard Ubuntu 14.04 LTS ...
Yahoo Groups archive
Messages
Page 9 of 144 · 7199 messages matched
2016-09-04 by Marcus Schopen
Hi Jim, On 2016-09-04 15:08, Jim Klimov jimklimov@cos.ru [milter-greylist] ... I run a selfbuild backport, because the standard Ubuntu 14.04 LTS ...
2016-09-04 by Jim Klimov
... Just in case, check regexes are on in your build and maybe the domain-matching keyword (don t have docs atm) acts up? -- Typos courtesy of K-9 Mail on my
2016-09-04 by Marcus Schopen
On 2016-09-03 16:08, Marcus Schopen lists-yahoogroups@localguru.de ... This seems to work ... # Test list SUPERSPAMMER from { /peter.lustig@udag.de/
2016-09-03 by Marcus Schopen
Hi Emmanuel, I get a lot of spam forwarded from an external server to my server. The used SRS return path e.g. looks like this:
2016-09-02 by Alvaro_Mar=c3=adn
Hi again, if I use these rules: racl continue from /.*/ addheader X-Mail-Country: IP: %i | Country: %C dacl continue from /.*/ addheader
2016-09-01 by Shane Williams
I might be misunderstanding your questions, but I think the relavant part of the greylist.conf man page is the first paragraph under the DATA-STAGE ACL
2016-09-01 by Christian Pélissier
Hi, I am using the following rules. ... racl greylist spf self delay 1h dacl greylist dkim pass delay 2m racl greylist spf fail delay 45m other spf rules ...
2016-08-31 by Alvaro_Mar=c3=adn
Hi, I ve some rules to greylist bad IPs, and one last rule to add a header with the IP and country code of senders: racl whitelist default addheader
2016-08-26 by manu@...
Christian Pélissier Christian.Pelissier@onera.fr [milter-greylist] ... No, it is just that nobody contributed it so far. -- Emmanuel Dreyfus
2016-08-26 by Christian Pélissier
Hi, I found no quarantine option for milter-greylist racl and dacl (only blacklist, greylist or whitelist). Milter API now offer a smfi_quarantine callback to
2016-08-24 by manu@...
Christian Pélissier Christian.Pelissier@onera.fr [milter-greylist] ... I have no idea. I suspect it is a bug. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz
2016-08-24 by Can Şirin
I ve wrote the problem. The rule is acting as receipt rule and blocking after the rcpt to command. Just like racl blacklist rcpt /@example .com$/ But when I
2016-08-24 by Jim Klimov
... I wouldn t be too harsh on too-permissive spfs. Just add more delay (e.g. 8hrs) so by the time it expires they might be in a dnsbl. It is different with
2016-08-24 by Christian Pélissier
Le mercredi 24 août 2016 à 15:37 +0200, manu@netbsd.org ... So if my IP matches the SPF of a sender either my IP is in this SPF sender list or the SPF IP
2016-08-24 by manu@...
Christian Pélissier Christian.Pelissier@onera.fr [milter-greylist] ... This is why you have the spf self clause: it matches if your own IP is SPF-compliant,
2016-08-24 by Christian Pélissier
Le mardi 23 août 2016 à 07:45 -0700, Bill Levering yidbill@planx.com ... To be DKIM compliant a DKIM-Signature header is required and I have no
2016-08-23 by Bill Levering
The DKIM passing is what I’m confused about also. The rest looks correct, but not legit. I assume that 0.0.0.0/0 = ‘the internet’ or every server on the
2016-08-23 by manu@...
Can ?irin sirincan@itu.edu.tr [milter-greylist] ... What is the problem? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2016-08-23 by Christian Pélissier
Hi, I ve just configured yesterday milter-greylist 4.6.1 to use tarpit with racl whitelist tarpit 65s
2016-08-23 by Can Şirin
Hi again, I would like to use an acl based on from address of the message as you can seen below. #racl blacklist from /@example .com$/ This is acting as
2016-08-05 by Jim Klimov
... Note that with expression evaluation you can also implement scoring within milter-greylist. That s what we do, to avoid expensive checks like content
2016-08-05 by Can Şirin
Hi, SPF check is just one step of the spam tests. There are lots of parameters that you can mark a mail as spam. So I think you should change your system
2016-08-05 by Jim Klimov
... Well, technically it should is wishful thinking ;) In the end, it verifies if a specific remote IP address is a valid sender for a specific email domain.
2016-08-04 by Carsten Grammes
Am 04.08.2016 19:59, schrieb Mauricio Teixeira ... That sounds a good workaround I surely will give a trial, thank you! Nevertheless I would like to know
2016-08-04 by Mauricio Teixeira
I started using DNSWL, then most of my problems with those senders that use multiple IPs have gone away. On Thu, Aug 4, 2016 at 12:12 PM, Grammes, Carsten
2016-08-04 by Serge Stepanov
Hi, You can use ip whitelist like list broken mta addr { } from default greylist.conf file and list good domains domain { gmail.com google.com
2016-08-04 by Grammes, Carsten
Hello, I m using milter-greylist for quite some years. I have a probably simple question. I found that many Spammers use SPF records so whitelisting mails
2016-07-26 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... Can it clash? The dump is done in a file created with mkstemp(3) and is rename(2) d to its
2016-07-26 by Can Şirin
Thanks again. I have already tried to set the dumpfreq option 1 or other value. But the problem still goes on. Also I have compiled the latest version and used
2016-07-26 by Mauricio Teixeira
Use dumpfreq 1. Zero is too little, and most likely will cause file creation clashes. On Tue, Jul 26, 2016 at 5:15 AM, Can Şirin sirincan@itu.edu.tr ... --
2016-07-26 by Johann Klasek
... [..] In such cases I tend to go low-level where I eventually using strace -fp PID on the running process (redirect stdout/stderr to a file, do not
2016-07-26 by Can Şirin
Thanks for your replies. But the directory has the proper permissions for grmilter user to write the temporary dump file. On the other hand, in my
2016-07-25 by manu@...
Mauricio Teixeira mauricio.teixeira@gmail.com [milter-greylist] ... Indeed it does. dump.c says; /* * Dump the database in a temporary file and * then replace
2016-07-25 by Bill Levering
You may have to check your audit file (SELinux) # put SELinux into permissive mode $ setenforce permissive # create custom policy (view result) $ grep greylist
2016-07-25 by Mauricio Teixeira
Try setting group ownership on the directory to grmilter, and give the group write permissions. It s possible that the database API is trying to create a
2016-07-25 by Leonardo Arena
Il giorno lun, 25/07/2016 alle 17.23 +0300, Can Şirin ... Same problem here, using v4.4.3. I ve workaround the issue setting dumpfreq 0 . Few days ago I ve
2016-07-25 by Can Şirin
Hi, I would like to use milter-greylist as an extension of sendmail. My distro is RHEL7. I have used EPEL-repo to install the milter-greylist package. My
2016-07-12 by manu@...
Here is our latest stable realase, milter-greylist 4.6.1 https://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.6.1.tgz MD5 (milter-greylist-4.6.1.tgz) =
2016-07-05 by Dropbox
Hi there, Alexandre Santos wants you to try Dropbox! Dropbox lets you bring all your photos, docs, and videos with you anywhere and share them easily. Accept
2016-07-05 by manu@...
Serge Stepanov serhioz@gmail.com [milter-greylist] ... I am going to make a new release with that change if nobody complains now... -- Emmanuel Dreyfus
2016-07-04 by Serge Stepanov
Hi. There is an error in dkimcheck.c return (stat == ad ? *(enum spf_status *)ad : MGSPF_PASS); should be return (stat == (ad ? *(enum spf_status *)ad :
2016-06-22 by Jim Klimov
... You can specify particular acl s with cidr masks rather than precise IP s. Does this solve your issue? Jim -- Typos courtesy of K-9 Mail on my Samsung
2016-06-22 by Daniel J. Luke
... -L [milter-greylist(8)] or subnetmatch [greylist.conf(5)] -- Daniel J. Luke
2016-06-22 by Marcus Schopen
Hi, is there an option like --lookup-by-subnet for postgrey to get mail through if the second try comes from another IP but in the same class C subnet? Ciao
2016-06-20 by manu@...
Oscar Hodgson oscar.hodgson@gmail.com [milter-greylist] ... Yes, this works, and it is quite efficient. I use DNSRBL to applys different delays. For instance
2016-06-20 by Oscar Hodgson
A fairly small mail server, tens of users (mostly). We ran milter-greylist years ago but gave it up due to complaints from some users about the delay time on
2016-05-17 by Jonathan Siegle
Woops! I found it! http://milter-greylist.wikidot.com/white-black-grey At least I found it in the last place I looked. -Jonathan
2016-05-17 by Jonathan Siegle
All, We use milter-greylist 4.4.3. We plan to upgrade later this summer. I want to evaluate a few DNSRBLs that are cached locally. I am interested in
2016-05-13 by Mauricio Teixeira
... It s not catastrophic, it s actually working pretty well, but I would like to get rid of this message since it not only adds extra lines to the log files,
2016-05-13 by Christian Pélissier
Le jeudi 12 mai 2016 à 19:24 +0200, manu@netbsd.org [milter-greylist] a ... Last port is 587 (not 787) for message submission agent (eg to be used by the user