Re: [milter-greylist] 2.0b2 - domain acl's not working?
2005-03-09 by manu@netbsd.org
... Can you send me a config file that exhibit the problem? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
Yahoo Groups archive
Messages
Page 123 of 144 · 7199 messages matched
2005-03-09 by manu@netbsd.org
... Can you send me a config file that exhibit the problem? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2005-03-09 by Matt Kettler
... OK, I did some more checking, the default is definitely broken with the regex ACL rules in place.. I commented out the acl debug requirement for the syslog
2005-03-09 by Matt Kettler
... Perhaps I gave a bad example with that one... That example was a host with no ptr record, so there was nothing for sendmail to resolve. Mar 9 17:43:27
2005-03-09 by manu@netbsd.org
... That s no surprise, as the hostname given by sendmail is not resolved. ... This means the default is broken. Any info with -l? -- Emmanuel Dreyfus
2005-03-09 by Matt Kettler
... This is really ODD.. I added a debug to every case in the switch... Mar 9 17:22:13 xanadu milter-greylist: acl_filter hostname = [222.62.149.123] Mar 9
2005-03-09 by manu@netbsd.org
... You tried running in ACL debug mode? It s the -l flag -- Emmanuel Dreyfus Le cahier de l admin BSD 2eme ed. est dans toutes les bonnes librairies
2005-03-09 by manu@netbsd.org
... milter-greylist doesn t do any DNS lookup (except for SPF). The resolved peer name is handed by sendmail. Let s debug that. In the beginning of
2005-03-09 by Matt Kettler
First, I know this is a beta, so I understand if there s a bug in this release. However I would like to at least make sure I m not doing something wrong or
2005-03-07 by BERTRAND Joël
Hello, I m trying to use milter-greylist with smtp authentification (sendmail 8.13.3 debian package). I have added: include(`/etc/mail/sasl/sasl.m4 )dnl
2005-03-01 by marlin099
... I think I figured this one out. / / will match andyb@ anything, but not randyb@.* The string that these regex are trying to match to has the s
2005-02-25 by manu@netbsd.org
... Thanks for the input. I ll be AFK until march 8th. I ll check out your patch when I ll be back. -- Emmanuel Dreyfus Un bouquin en français sur BSD:
2005-02-25 by Andrew Garth Brook
Okay, Try out this patch. In the configuration, if the line is like setup like they are now, the current action happens. If you have a line like acl greylist
2005-02-22 by Roland Headly
hello ... I installed milter-greylist 1.6 recently on RH9 (new install), and so far everything looks good except the startup script. I used chkconfig with the
2005-02-22 by H Li
... Hi, Could you let us share your nice code? Thanks! Harvey __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free!
2005-02-19 by Brian W. Antoine
... I wrote a crude program to parse our sendmail logs each morning after they get rotated. It builds a linked list of each instance of milter-greylist that
2005-02-19 by Thomas Cameron
Hey - Is there a good way to check to see how many messages which were delayed by milter-greylist which never retried? I tried counting all instances of
2005-02-18 by Matthias Scheler
... That s exactly what the current greylist support does. Kind regards -- Matthias Scheler http://scheler.de/~matthias/
2005-02-18 by Christian Pelissier
Milter greylist uses IP address as the first value of tuples. With some big domains and some ISP this is a problem because we could have a farm of SMTP
2005-02-17 by manu@netbsd.org
... The substring match was there before the regex match, that s why it behaves that way. A runtime option to alter that would indeed be nice. -- Emmanuel
2005-02-17 by marlin099
... Just as a thought, wouldn t the regex be easier for a substring match and non-regex be better for an exact match? -Andy
2005-02-17 by manu@netbsd.org
... (snip) ... Instead of doing a build option, what about doing a run time option? An exactmatch option in the config file is an easy shot and it will be
2005-02-17 by Andrew Garth Brook
All, I wrote the patch that reworks acl.c, configure.ac and config.h.in so that exact matches in your acl list can happen. This is a compile time option that
2005-02-17 by manu@netbsd.org
... Yes, they should. -- Emmanuel Dreyfus Un bouquin en français sur BSD: http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
2005-02-16 by Dan Hollis
... Does acl syntax support complex matches, eg more than one keyword in a single acl? acl whitelist from mom@home.net rcpt /son@.*/ acl whitelist from
2005-02-15 by manu@netbsd.org
... Right. Anyone wants to contribute an smtpcode option for the config file? Something such as this: smtpcode 451 4.3.2 Easy to code, useful for everyone.
2005-02-15 by Dawn Keenan
... The sendmail authors switched from 4.7.1 (transient error, security or policy status, delivery not authorized) to 4.3.2 (transient error, mail system
2005-02-15 by Emmanuel Dreyfus
... Because nobody ever read that doc here. What error code do you suggest? -- Emmanuel Dreyfus manu@netbsd.org
2005-02-15 by Jack L. Stone
After just updateing to FBSD-4.11, I was reviewing the DOCs on sendmail-8.13.1 now in the base system and noticed this: [...]Do not use 4.7.1 as enhanced
2005-02-14 by Jack L. Stone
... Why would I not get a compile error on FBSD-4.11-R...?? The compile/install was flawless. Another *dumb user* question/feedback. Happy trails, Jack L.
2005-02-14 by Steven Stern
... That did it! Thanks. -- Steve
2005-02-14 by manu@netbsd.org
... Ooops, I missed that one. In spf.c, after the includes, add this: #ifndef SPF_FALSE #define SPF_FALSE 0 #endif #ifndef SPF_TRUE #define SPF_TRUE 1 #endif
2005-02-14 by Steven Stern
... I still get spf.c: In function `spf_check : spf.c:79: error: `SPF_FALSE undeclared (first use in this function) spf.c:79: error: (Each undeclared
2005-02-14 by Steven Stern
On Sun, 13 Feb 2005 17:54:44 -0600, Steven Stern ... IGNORE IGNORE IGNORE I m having problems with AUTH, so this is a red herring. -- Steve
2005-02-13 by Steven Stern
The docs and my config indicate the SMTP AUTH should override the greylist, but it s not happening. This is from sendmail.mc -- what am I missing?
2005-02-13 by manu@netbsd.org
Newer version of milter-greylist 2.0 beta: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.0b2.tgz MD5 (milter-greylist-2.0b2.tgz) =
2005-02-13 by Steven Stern
I need to make sure I have mail from ebay whitelisted. I ve added these this entry to greylist.conf based on a whois on arin.net for one ebay.com address. Are
2005-02-12 by Steven Stern
What should the value be for SPF_FALSE? Attempting to build in the same environment in which building 1.75 worked: ./configure --with-libspf=/usr/lib ... make
2005-02-11 by Brian W. Antoine
... I found them writing a report for our users showing what we d filtered from their accounts, I couldn t find the matching milter entry for the sendmail
2005-02-11 by Jack L. Stone
... Yes, I ve noticed the same thing with the = sign on V-1.75. I ve been cleaning them out on occasion. Also, my db AUTO whitelist section keeps filling up
2005-02-11 by Brian W. Antoine
It appears that there is a bug in the way from addresses are parsed if an equals sign appears in them. Example: Feb 10 08:38:35 mxa milter-greylist:
2005-02-11 by Matthias Scheler
... It s especially different from what sendmail does. If you put ... To:domain.com RELAY ... into /etc/mail/access it means that sendmail is allowed to
2005-02-11 by Wolfgang Solfrank
Hi, ... Hmm, I d suggest to have this be the default. IMHO, the old behaviour seems counterintuitve to me. The only problem I can see with this is maybe with
2005-02-10 by manu@netbsd.org
... I suggest the exactmatch option. -- Emmanuel Dreyfus Publicité subliminale: achetez ce livre!
2005-02-10 by marlin099
... I think I can do that. -Andy
2005-02-10 by marlin099
... both or ... I think that was a typo, we did actually mean /^andyb@.*/ -Andy
2005-02-10 by manu@netbsd.org
... Err... I realise it s not good, after all: /^andyb@.*/ might be better -- Emmanuel Dreyfus Le cahier de l admin BSD 2eme ed. est dans toutes les bonnes
2005-02-10 by manu@netbsd.org
... That would break backward compatibility. We could have an option that change the comparison to an exact match, though. Do you want to contribute it? That s
2005-02-10 by marlin099
... I also work with this system. I m actually the andyb that he is talking about. When we put the ^ symbol in, it doesn t match anything. -Andy
2005-02-10 by marlin099
... Why is this? Wouldn t it be more intuitive to have an exact match for both email and domains listings in the greylist.conf? -Andy
2005-02-09 by Emmanuel Dreyfus
... Bug in the config file parser. Try delayedrejct (missing e). I ll fix it for the next release -- Emmanuel Dreyfus manu@netbsd.org