Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

milter-greylist

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 382
  • Category: Open Source
  • Founded: May 24, 2004
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 5754 - 5783 of 6122   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5754 Anatoly Oreshkin
Anatoly.Oreshkin@... Send Email
Mar 2, 2011
5:06 pm
Hello, I've installed milter-greylist 4.2.6 on server running RHEL 5.5 and sendmail 8.14.4. When new mail message arrives I see error messages in...
5755 manu@... Send Email Mar 3, 2011
3:28 am
... (...) ... The line you quoted above are taken from sendmail.cf, or they are the lines drweb-milter is supposed to add? The O Milter.macros.envfrom=i sounds...
5756 Anatoly Oreshkin
Anatoly.Oreshkin@... Send Email
Mar 3, 2011
7:14 am
... When installing DrWeb have added the following lines to sendmail.cf: O InputMailFilters=drweb-milter O Milter.LogLevel=6 Xdrweb-milter,...
5757 Johann Klasek
johann.klasek Send Email
Mar 3, 2011
1:22 pm
Hi Anatoly! ... AFAI understand this it seems that DrWeb specifies only those variables which is necessarily used. Nothing more. My installation (plain...
5758 Anatoly Oreshkin
Anatoly.Oreshkin@... Send Email
Mar 5, 2011
10:25 am
Hi Johann, I've corrected sendmail.cf to have such milter configuration: O InputMailFilters=greylist, drweb-milter O Milter.macros.connect=_, j, {if_addr},...
5759 manu@... Send Email Mar 5, 2011
10:31 am
... The only consequence is the (unknown id) in the logs, which makes it difficult to correlate lines of logs about a given message. -- Emmanuel Dreyfus ...
5760 Johann Klasek
johann.klasek Send Email
Mar 6, 2011
2:28 pm
... [..] ... As Manu says, you will not able to correlate log lines from the same SMTP session between MG und sendmail :\ Very strange anyway. BTW, again, what...
5761 Rene Luria
operator@... Send Email
Mar 7, 2011
4:53 pm
... I get the same message but only for IPv6 connections... maybe this can help point out the bug -- Rene Luria...
5762 Rene Luria
operator@... Send Email
Mar 8, 2011
9:40 am
... Well, actualy, appears with both v4 and v6. The problem doesn't seem to be related to milter-greylist itself, but to DrWeb. I can reproduce the same...
5763 Rene Luria
operator@... Send Email
Mar 8, 2011
9:53 am
Hey Anatoly, ... To solve the problem, add the i variable to macro to Milter.macros.helo in mc: define(`confMILTER_MACROS_HELO&#39;, `i, {verify}, {cert_subject}')...
5764 Anatoly Oreshkin
Anatoly.Oreshkin@... Send Email
Mar 9, 2011
7:38 am
Hi, Before I have received this mail I tried to downgrade from drweb 6 to drweb version 5. And it turned out that greylist 4.2.6 with drweb 5 worked excellent,...
5765 Enrico Scholz
enscensc Send Email
Mar 17, 2011
12:06 pm
Hi, current milter-greylist (both CVS and 4.2.6) transmit the src port in the p0f query in the wrong byteorder; dst port is transmitted correctly due to a...
5766 manu@... Send Email Mar 20, 2011
9:17 am
... http://pkgs.fedoraproject.org/gitweb/?p=milter-greylist.git;a=blob;f=p0f -srcport.patch;hb=HEAD Got it! -- Emmanuel Dreyfus http://hcpnet.free.fr/pubz ...
5767 Oliver Fromme
olli@... Send Email
Mar 23, 2011
1:04 pm
Hi, I have a machine running sendmail + milter-greylist 4.2.6, the OS is FreeBSD 8, if that matters. All works very well, except for a small detail ... I...
5768 John Wood
john-misc@... Send Email
Mar 23, 2011
2:57 pm
Oliver, ... Try using the auth and/or tls racl. Something like: racl whitelist auth /.*/ See the greylist.conf man page for more info. John...
5769 Oliver Fromme
olli@... Send Email
Mar 23, 2011
3:16 pm
... Thanks for the hint, but the documentation states that authenticated sessions are not greylisted by *default*. However, just a minute ago I found out that...
5770 John Wood
john-misc@... Send Email
Mar 23, 2011
3:24 pm
Oliver, ... Ah, sorry about that. I assumed you had tried it and it wasn't working right. I'd think that will fix your issue, too. John...
5771 manu@... Send Email Mar 24, 2011
1:41 am
... IIRC they are until you start using auth clauses in ACL, but I am not sure. Someone will have to look at the code. -- Emmanuel Dreyfus ...
5772 John Wood
john-misc@... Send Email
Mar 24, 2011
9:45 am
... That is what the documentation says (for both auth and tls) "Using such a clause automatically disable global STARTTLS and SMTP AUTH whitelisting, like if...
5773 attila.bruncsak@... Send Email Apr 7, 2011
3:18 pm
Hello, I am trying to use the spamd feature but I cannot make it to work for even a simple test e-mail. I understand that the 4.3.8 is a development snapshot ...
5774 attila.bruncsak@... Send Email Apr 8, 2011
1:56 pm
... So I found the bug. I would be surprised that even one people could use the spamd feature of the current development version (4.3.8) without fixing that...
5775 manu@... Send Email Apr 8, 2011
4:15 pm
... I do not use it. Manuel Badzong contributed it, perhaps he can comment? Enrico Scholz and Petar Bogdanovic did send some fixes, therefore they may have a...
5776 manu@... Send Email Apr 8, 2011
4:27 pm
... I checked it in. That is strange, the bug did not exist on the 4.2 branch. In real_body(), we also have priv->priv_msgcount += strlen(crlf); That should...
5777 Petar Bogdanovic
petar@... Send Email
Apr 8, 2011
7:28 pm
... We did that on purpose:...
5778 Petar Bogdanovic
petar@... Send Email
Apr 8, 2011
7:47 pm
... That line is unchanged since 2006: 1.220 (manu 29-Jun-09): memcpy(b->b_lines + priv->priv_buflen, chunk, i); 1.175 (manu 04-Mar-07):...
5779 Manuel Badzong
manuel@... Send Email
Apr 8, 2011
8:25 pm
... Right. This is the lenght of the added crlf between header an body. On line 892 the lenght of the current junk is added to msgcount. This line seems new,...
5780 attila.bruncsak@... Send Email Apr 9, 2011
8:28 pm
... I am using standard SA which comes with CentOS 5. The name of the rpm kit: spamassassin-3.2.5-1.el5. I just installed last Thursday with "yum install...
5781 manu@... Send Email Apr 13, 2011
1:48 am
Here is our latest stable release: http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.2.7.tgz From Changelog: Fix wrong message size tracking, causing...
5782 manu@... Send Email Apr 13, 2011
1:48 am
Here is our latest developement snapshot http://ftp.espci.fr/pub/milter-greylist/milter-greylist-4.3.9.tgz From Chanelog: Fix ratelimit sliding window for...
5783 gitoshi Send Email Apr 13, 2011
5:54 pm
donīt compile in Centos 5.6 with bind97 dnsrbl.c:205: undefined reference to `__ns_initparse&#39; dnsrbl.c:211: undefined reference to `__ns_parserr&#39; ./configure...
Messages 5754 - 5783 of 6122   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright Đ 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help