... 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....
1072
Jack L. Stone
jacks@...
Feb 15, 2005 3:01 pm
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...
1073
Emmanuel Dreyfus
manu@...
Feb 15, 2005 3:15 pm
... Because nobody ever read that doc here. What error code do you suggest? -- Emmanuel Dreyfus manu@......
1074
Dawn Keenan
dkeenan@...
Feb 15, 2005 3:56 pm
... 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...
1075
manu@...
Feb 15, 2005 9:39 pm
... 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....
1076
Dan Hollis
goemon667
Feb 16, 2005 11:15 pm
... Does acl syntax support complex matches, eg more than one keyword in a single acl? acl whitelist from mom@... rcpt /son@.*/ acl whitelist from...
1077
manu@...
Feb 17, 2005 7:13 am
... Yes, they should. -- Emmanuel Dreyfus Un bouquin en français sur BSD: http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php ...
1078
Andrew Garth Brook
marlin099
Feb 17, 2005 10:02 pm
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...
1079
manu@...
Feb 17, 2005 10:10 pm
... (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 ...
1080
marlin099
Feb 17, 2005 10:12 pm
... Just as a thought, wouldn't the regex be easier for a substring match and non-regex be better for an exact match? -Andy...
1081
manu@...
Feb 17, 2005 10:18 pm
... 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...
1082
Christian Pelissier
Christian.Pelissier@...
Feb 18, 2005 8:22 am
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 ...
1083
Matthias Scheler
tron@...
Feb 18, 2005 9:16 am
... That's exactly what the current greylist support does. Kind regards -- Matthias Scheler http://scheler.de/~matthias/...
1084
Thomas Cameron
rhce_guy
Feb 19, 2005 9:59 pm
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...
1085
Brian W. Antoine
briana@...
Feb 19, 2005 10:14 pm
... 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...
1086
H Li
hvli
Feb 22, 2005 2:54 pm
... Hi, Could you let us share your nice code? Thanks! Harvey __________________________________ Do you Yahoo!? The all-new My Yahoo! - Get yours free! ...
1087
Roland Headly
rheadly
Feb 22, 2005 6:36 pm
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 ...
1088
Andrew Garth Brook
marlin099
Feb 25, 2005 5:58 pm
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...
1089
manu@...
Feb 25, 2005 6:49 pm
... 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: ...
1090
marlin099
Mar 1, 2005 6:55 pm
... I think I figured this one out. /<andyb@.*>/ will match andyb@ anything, but not randyb@.* The string that these regex are trying to match to has the <>'s...
1091
BERTRAND Joël
joel.bertrand@...
Mar 7, 2005 9:37 am
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.m439;)dnl ...
1092
Matt Kettler
shwalker.geo
Mar 9, 2005 9:12 pm
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...
1093
manu@...
Mar 9, 2005 9:56 pm
... 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...
1094
manu@...
Mar 9, 2005 9:59 pm
... 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 ...
1095
Matt Kettler
shwalker.geo
Mar 9, 2005 10:24 pm
... 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...
1096
manu@...
Mar 9, 2005 10:39 pm
... 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 ...
1097
Matt Kettler
shwalker.geo
Mar 9, 2005 10:49 pm
... 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...
1098
Matt Kettler
shwalker.geo
Mar 9, 2005 11:02 pm
... 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...
1099
manu@...
Mar 9, 2005 11:29 pm
... Can you send me a config file that exhibit the problem? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@......