Re: [milter-greylist] milter-greylist-1.5.4
2004-08-01 by Dan Hollis
... I hope you don t forget me... :-( -Dan
Yahoo Groups archive
Messages
Page 138 of 144 · 7199 messages matched
2004-08-01 by Dan Hollis
... I hope you don t forget me... :-( -Dan
2004-08-01 by manu@netbsd.org
Hello everyone I just integrated Hajimu Umemoto s patches to bring complete IPv6 support to milter-greylist. Version 1.5.4 is therefore a big change from
2004-07-30 by Emmanuel Dreyfus
... Then add a printf in mlfi_envrcpt, add some prntf in except_check to see what s going on when a mail gets in. The code is quite simple. -- Emmanuel Dreyfus
2004-07-30 by Jack L. Stone
... As my ealier message shows, it is being invoked. It connects and continues. Here s another log: Jul 30 10:03:21 sage-american sm-mta[52261]:
2004-07-30 by Jack L. Stone
... state? ... The -d switch is illegal says the script, but here s the -D switch output: root@sage-american /usr/local/sbin/milter-rcptfilter -u smmsp -D -c
2004-07-30 by Jack L. Stone
... No error state -- looks normal (to me) I did run it with the -D but not -d yet ... I ll try that too.... Here s the maillog on one incoming showing milter
2004-07-30 by Emmanuel Dreyfus
... Of course I have :) What do you have in sendmail s log? Does milter-rcptfilter go to error state? If you run the rcptfilter in the foreground (using -d),
2004-07-30 by Jack L. Stone
... FBSD-4.10/Sendmail-8.12.11 I have the rcptfilter installed and some favorite pests placed in the config file, including a test ISP address I used. Nothing
2004-07-29 by Jack L. Stone
... That s OK, I can use all the help I can get. Appreciate the response. As a follow-up, I have it running nicely and now just have to start building the
2004-07-29 by Cyril Guibourg
... Ooops, I didn t saw that Emmanuel already gave to you the solution.
2004-07-29 by Cyril Guibourg
... 4.10 has pthreads ... Check cc & ld args. there should be no -lc_r and there should be -pthreads This is one issue I faced with milter-greylist. You can
2004-07-29 by Jack L. Stone
... Indeed you did say as-is and that echoed in my head as I typed the appeal for help. Your -pthread modification seems to have done the trick for the
2004-07-29 by manu@netbsd.org
... Heh, I told you it was as-is . Remove -lpthread and build with -pthread or -l_c, both should work. -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans
2004-07-29 by Jack L. Stone
... Running FBSD-4.10-R.... Any ideas? Best regards, Jack L. Stone, Administrator Sage American http://www.sage-american.com jacks@sage-american.com
2004-07-29 by Cyril Guibourg
... Which release of FreeBSD are you running ?
2004-07-29 by Jack L. Stone
Emmanuel: Thanks for the new version. Alas, yesterday I ran into an install snag on the first version because it wants pthreads which my FBSD environment
2004-07-29 by Emmanuel Dreyfus
... I released milter-rcptfilter-0.6 this morning. It fixes a case sentiveness problem when matching addresses. ftp
2004-07-28 by Jack L. Stone
... FQDN, not my IP ... I ll always tempfail you just to waste your mail queues ... Thanks, Emmanuel. I ll start playing with this one. Appreciate your work!
2004-07-28 by Emmanuel Dreyfus
... (snip) ... Here it is, as-is after 4 hours of work, to get just what I want: ftp://ftp.espci.fr/pub/milter-rcptfilter/milter-rcptfilter-0.5.tgz SHA1
2004-07-28 by Jack L. Stone
... Please count me as being VERY interested. I really like the milter approach in order to catch the bad stuff as close to the front door (MTA) as possible.
2004-07-27 by manu@netbsd.org
... If anyone is interested, I wrote a milter that does an access-list on recipients. A bit like the recipient blacklist of sendmail, except that it supports
2004-07-19 by manu@netbsd.org
... Now I just need to find the time to work on milter-greylist. :) -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le monde: ceux qui comprennent le
2004-07-19 by goemon667
... Yes this would work for me. As long as you test new releases that it doesn t break the patch :-) -Dan
2004-07-15 by Jack L. Stone
... You probably already know, but regular majordomo (1) uses this: (envelope-from owner-discussionlist@domain.com) Best regards, Jack L. Stone, Administrator
2004-07-15 by manu@netbsd.org
... This should be okay. milter-greylist will only retain smoe.org@smoe.org. What are the other mailing list software doing? -- Emmanuel Dreyfus Il y a 10
2004-07-15 by Jeff Wasilko
... majordomo2 uses this as the envelope from: mannlist-owner+M1194=jeffw=smoe.org@smoe.org
2004-07-15 by manu@netbsd.org
... Is it really separated with a dash? I recently introduced a change to strip anything leading to an equal, to get this kind of address working:
2004-07-15 by Scot L. Harris
... Thanks everyone for the quick response and the pointers. Really do appreciate it. -- Scot L. Harris webid@cfl.rr.com I don t wanna argue, and I don t wanna
2004-07-15 by Graham Murray
I subscribe to a number of mailing lists which use a different sender for each email (I think to aid bounce tracking). A typical one would be
2004-07-15 by Cyril Guibourg
... Scot, Parts of op.me should answer your questions: 5.11. X -- Mail Filter (Milter) Definitions The sendmail Mail Filter API (Milter) is designed to allow
2004-07-15 by Cyril Guibourg
... Both MILTER_FILTER() & INPUT_MILTER_FILTER() macros accept filter flags as shown below: INPUT_MILTER_FILTER(`S=local:/var/greylist/sock, F=T,
2004-07-15 by Wolfgang Solfrank
Hi, ... In sendmail.mc, make the line to add greylist support read something like INPUT_MAIL_FILTER(`greylist ,
2004-07-15 by Emmanuel Dreyfus
... In sendmail.mc I don t know. In sendmail.cf, you change the Xgreylist line and add T=R:10s;E:10s for instance -- Emmanuel Dreyfus manu@netbsd.org
2004-07-15 by Matthias Scheler
... Postfix doesn t use an empty sender it uses postmaster@... : Jul 15 12:30:36 colwyn milter-greylist: i6FAUZUb011843: addr x.x.x.x from
2004-07-15 by Emmanuel Dreyfus
... The solution is to introduce a special case for mail from and reject it after the DATA command instead of RCPT. Rejecting all mail at DATA is not a good
2004-07-15 by Matthias Scheler
Hello, it appears that Milter Greylist and Postfix s address verification are two spam fighting technologies which love to fight each other. What happens is
2004-07-15 by Scot L. Harris
... Thanks Ethan for letting me know this my system is not the only one seeing this. :) I looked at the entries setup in sendmail.mc but do not see how to
2004-07-15 by Matthias Scheler
... Why should it hit milter greylist? At least the mailing list managers I know use the local mail transport agent to deliver e-mail. So it s the MTA which
2004-07-15 by Robert Grasso
Hello, I was wondering : if one subscribes to a normal mailing list manager such as mailman (for example subscribing to one of the lists from lists.gnu.org),
2004-07-14 by Jack L. Stone
Emmanuel: Just wanted to add my thanks & appreciation for a very excellent program. I anticipate it only getting better! Am running: FBSD-4.8R Sendmail-8.12.11
2004-07-14 by manu@netbsd.org
... As an administrator, I rarely read the doc before updating, I prefer to upgrade straightfully and cry against the developper that broke backward
2004-07-14 by Dan Hollis
... FWIW I have automated script building the config file (there s no other way to manage 10,000+ users each with their own greylist settings) so I don t think
2004-07-14 by manu@netbsd.org
... (snip) ... You can specify a biger timeout for the milter in sendmail.cf -- Emmanuel Dreyfus Il y a 10 sortes de personnes dans le monde: ceux qui
2004-07-14 by Ethan Burnside
Scot, We have the same problem. Messages somewhat regularly get through the edge servers without the greylist headers. To be fair, the edge servers run a
2004-07-14 by Scot L. Harris
Noticed today some unusual log entries from milter-greylist 1.4 and sendmail. It appears that milter-greylist is writing entries to the log file out of order.
2004-07-12 by Graham Dunn
... We use a perl script to populate an access file from Exchange s LDAP info and reject as above. Of course, if Exchange didn t blindly accept and then reject
2004-07-12 by manu@netbsd.org
... Here is roughtly how it works foreach stage in (connect, helo, from, rcpt, headers, body, disconnect) foreach milter in ( ) callback
2004-07-12 by C.S.Chen
... So, do you mean that and runs concurrently instead of sequentially ? ... However, in the above configuration, as I
2004-07-11 by manu@netbsd.org
... Sendmail will reject invalid recpipients in its local domains during the SMTP session. It seems your setup is a MX that forward everything to another
2004-07-11 by Matthias Scheler
... There is a better way to implement this with sendmail: 1.) Add FEATURE(blacklist_recipients) to the .mc file used to built your sendmail configuration.