RE: [milter-greylist] missing lock in the function autowhite_check
2005-09-21 by attila.bruncsak@itu.int
... Hello, I misplaced the unlock. Sorry for that, please use rather the following patch. Bests, Attila
Yahoo Groups archive
Messages
Page 115 of 144 · 7199 messages matched
2005-09-21 by attila.bruncsak@itu.int
... Hello, I misplaced the unlock. Sorry for that, please use rather the following patch. Bests, Attila
2005-09-19 by leighklotz
I run greylist 2.0 on FC3 with sendmail and milter. Recently it has started exiting. I saw the requests here for core files and logs. I recompiled it with -g
2005-09-16 by attila.bruncsak@itu.int
Hello, The function pending_get requires the pending list to be locked. That is missing in the function autowhite_check. With the attached patch this serious
2005-09-16 by Lawren Quigley-Jones
This patch adds berkeley db support and querying of /etc/mail/popip.db so that poprelayd can work along-side milter-greylist. This patch is written to the
2005-09-14 by Lawren Quigley-Jones
Hey Manu, I never got back to you on this. I had intended to add the ACL support, but I got stuck on lex, and since it works on our site it was good enough.
2005-09-13 by attila.bruncsak@itu.int
Hello, You can eventually use the access feature of the sendmail config (in myhost.mc): FEATURE(`access_db , `hash -T /etc/mail/access )dnl After you can
2005-09-13 by Emmanuel Dreyfus
... You should not let your MX accept mail for non existent recipients. That leads to overloaded mail queues for mailer daemons replies and autowhitelist. You
2005-09-13 by Fredrik Nyberg DC
I ve noticed that the majority of the auto-whitelisted entries in greylist.db are so-called darkmail , mail for non-existent random recipients at our site. An
2005-09-08 by Techwolf
... This would be a good one to submit to the logwatch folks at http://www.logwatch.org/ I did some quick mods/patches/changes to logwatch to parse the milter-
2005-09-01 by Michael Wallendahl
Has anyone already written a script to parse Sendmail s maillog file and display some detailed statistics about milter-greylist actions? I thought I d ask on
2005-08-22 by Dawn Keenan
... I know my patch addresses only a specific set of circumstances and would like to see some movement towards a more useful way for end users to opt in to, as
2005-08-22 by Dan Hollis
... I ve been doing that since the beginning anyway :-) -Dan
2005-08-22 by manu@netbsd.org
... The patch covers a very narrow situation where you have user accounts on the MX. I d be more happy if we could think of a more general mechanism to lookup
2005-08-22 by Matthias Scheler
... [...] ... The problem with your code is that it blindly assumes that this is the case. It should really check if the recipient is locale before accessing
2005-08-22 by manu@netbsd.org
Hello everybody I have to get offline for a few days (maybe weeks, I don t know yet). I won t have access to my e-mails, so don t expect me to read the list or
2005-08-22 by Dawn Keenan
One of the faculties at UW which implemented greylisting for their local mail service found their users are generally content with it, but there are several
2005-08-15 by manu@netbsd.org
... I m not sure my opinion is worth such a consideration, but you asked for it, here it is: Your idea will kill legitimate mail from RFC compliant systems.
2005-08-15 by Dawn Keenan
... Sendmail does remember the last time delivery of a particular email message was attempted. It has a tunable parameter MinQueueAge which can be set to
2005-08-15 by Matthias Scheler
... Queue handling in sendmail works differently. It doesn t remember when to retry delivering a particular e-mail. It will instead try to redeliver every
2005-08-15 by Matt Kettler
... Sounds very dangerous, for multiple reasons. First, I ve seen several legitimate hosts that retry every minute. Usually this is a byproduct of a site that
2005-08-15 by bytemastr
... avoid ... trick... ... bullet ... become ... which had a ... servers ... I agree on the points that have come about in this thread. What I am seeing, is,
2005-08-05 by Matthias Scheler
... This should really be handled in the Linux init scripts because it is actually a Linux bug. Posix threads should all have the same PID which is the case
2005-08-04 by Will Aoki
... All the other threads seem to have vanished mysteriously. $ ps auxw | grep milter-grey | grep -v grep milterg 24832 0.0 0.3 15600 2280 ? S
2005-08-01 by manu@netbsd.org
... That s probably not the thread that caused the crash. Try bt on all the threads. ... Can you contribute a fix? -- Emmanuel Dreyfus Un bouquin en français
2005-08-01 by manu@netbsd.org
... Did you tried to increase system limits? Most of the time, this is the problem because milter-greylist wants to use a lot of memory. If that does not help,
2005-08-01 by Will Aoki
... I changed the milter options to T=C:3s;E:8s to reduce the effects of the hanging milter, and milter-greylist started staying up for four to ten days at a
2005-08-01 by Steve Hanson
... After looking at this somewhat and cranking up the logging, it APPEARS that what happens is that I have marked youroptinmail.com DISCARD in the access
2005-07-29 by manu@netbsd.org
... Well, we can add such a communication capability (well, in fact you could write the code, and I could add it to milter-greylist :-). Here are some ideas of
2005-07-29 by Andreas Unterkircher
Sorry, my mistake... missed the milter-greylist.sock ...
2005-07-29 by Andreas Unterkircher
milter-greylist? Isn t it MIMEDefang which died according your logs?
2005-07-29 by cruiskeenconsulting
We just put milter-greylist into production here. It ran fine in testing, but overnight it died Jul 28 21:35:18 eric.servers.uwrf.edu sm-mta[19644]:
2005-07-29 by MC
... You could always write up a little script that pulls results from your spam marked emails, and uses the relay address from that to add to the blacklist.
2005-07-29 by Benoit Panizzon
Hi Manu ... (10minutes) Not realy. As example, our favourite swiss spamer is ordering a new bullet proof server in china for allmost every spamrun. He does not
2005-07-28 by manu@netbsd.org
... It does not work. :-) I just drafted a patch and made it public. It s not finished, there are issues to fix. ... Except if the other milter and
2005-07-28 by Benoit Panizzon
Yo all. How does this blacklist support work? Just by acl blacklist entries, or can it also interact with results of other mitlers and sendmail? What I would
2005-07-27 by Emmanuel Dreyfus
... No, I have no time for hacking thoses days, unfortunately :-( -- Emmanuel Dreyfus manu@netbsd.org
2005-07-26 by Dan Hollis
... have you made any process on this patch? -Dan
2005-07-26 by Benoit Panizzon
Hi Manu ... Somehow it was related to the milter options... INPUT_MAIL_FILTER(`mimedefang , `S=inet:33333@localhost, F=T, T=S:600s;R:600s;E:10m )
2005-07-25 by manu@netbsd.org
... That can t be related. For each stage, each milter is called until one of them rejects or tempfail. Else the stage succeed. If milter-greylist says a mail
2005-07-25 by Benoit Panizzon
Hi all I used to use MIMEDefang Milter with clamd and spamassassin on a medium volume mailserver used as mailrelay to filter emails for several domain and
2005-07-24 by manu@netbsd.org
... The -p option should buy you that. Same syntax as usual. -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2005-07-24 by hans hm04
hi all is it possible, that milter-greylist is listening on a tcp-port to communicate with sendmail ? then milter-greylist and sendmail could run on different
2005-07-22 by fredrik.pettai@vattenfall.com
... Yes, that was my first idea, to get a complete summary. But thats maybe not a great idea. However, i though that the counter could change to a format like
2005-07-22 by manu@netbsd.org
... How do you intend to reset this counter? Will it increase forever? What about something like flushed 1533/hour -- Emmanuel Dreyfus
2005-07-21 by Thomas Cameron
... +1 -- Thomas Cameron, RHCE, CNE, MCSE, MCT 512-241-0774 (office) 512-924-8592 (cell)
2005-07-21 by fredrik.pettai@vattenfall.com
Hello list, Theres another though of nice enchancement of greylist.db, and its about some more information in the # Summary field: Today it looks like this: #
2005-07-11 by Martin Paul
... I d use acl whitelist domain .example.net It will match every sending host under the .example.net domain. Without the . it also matches
2005-07-11 by manu@netbsd.org
... Maybe you hit a system limit? -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz manu@netbsd.org
2005-07-11 by Theresa Klarr
Can anyone tell me which syntax to use for acl whitelist domain? Should I use acl whitelist domain example.net or should I use acl whitelist domain
2005-07-10 by Will Aoki
Since putting milter-greylist 2.0 into production a few days ago on a low- to moderate-volume Sendmail 8.12.10 system, it s started failing regularly after