Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

Selective greylisting

Selective greylisting

2007-10-19 by Arjun Datta

Hi,
My Setup:
2.6.20-1.2962.fc6
milter-greylist-3.0-1
milter-greylist-debuginfo-3.0-1
sendmail-8.13.8-2
I have noticed that my milter-greylist seems to on occasion selectively greylist senders.
For example:
My domain is xyz.com and has 2 users user1 and user2.
If sender@... sends an email addressed to both user1@... and user2@xyz.com and both tuples are not whitelisted, the first time milter-greylist will tell the sending server to try again later as greylisting is in progress.
The second time the sending server tries to send the email, milter-greylist will let the email through to user1 and autowhitelist the tuple but will greylist user2 again.
I've checked that the sending server has the same IP on all three occasions.
Regards,
Arjun Datta

Re: [milter-greylist] Selective greylisting

2007-10-20 by manu@netbsd.org

Arjun Datta <arjun@...> wrote:

> I have noticed that my milter-greylist seems to on occasion selectively
> greylist senders.
> 
> For example:
> My domain is xyz.com and has 2 users user1 and user2.
> 
> If sender@... sends an email addressed to both user1@... and
> user2@... and both tuples are not whitelisted, the first time
> milter-greylist will tell the sending server to try again later as
> greylisting is in progress.
> 
> The second time the sending server tries to send the email, milter-greylist
> will let the email through to user1 and autowhitelist the tuple but will
> greylist user2 again.
> 
> I've checked that the sending server has the same IP on all three occasions.

Could you check that this behavior also occur with 4.0rc2? Just in case
the bug you see has already been fixed?

The upgrade path is really straightforward: your config file and
greylist database should keep working as they did in 3.0.x

-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

Re: [milter-greylist] Selective greylisting

2007-10-20 by manu@netbsd.org

Mart Pirita <sysadmin@...> wrote:

> > Could you check that this behavior also occur with 4.0rc2? 
> http://ftp.espci.fr/pub/milter-greylist/ has no such version?

Um, right, it's 4.0rc1. I'll make rc2 soon, I just need to add a sample
config file with all the fancy new features. (contributions are welcome)


-- 
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...

RE: [milter-greylist] Selective greylisting

2007-10-22 by Arjun Datta

Thank you.

At the risk of sounding silly - how do I upgrade ?  Do I download the latest
tar.gz from the milter-greylist site or do just run yum upgrade
milter-greylist ?

I ask because when I installed this I had to construct an rpm for my system
from ther tar.gz using rpmbuild and then install it using rpm
-Uvh.

Regards,

Arjun Datta
Show quoted textHide quoted text
 -----Original Message-----
From: milter-greylist@yahoogroups.com
[mailto:milter-greylist@yahoogroups.com]On Behalf Of manu@...
Sent: Saturday, October 20, 2007 1:25 PM
To: milter-greylist@yahoogroups.com
Subject: Re: [milter-greylist] Selective greylisting


  Mart Pirita <sysadmin@...> wrote:

  > > Could you check that this behavior also occur with 4.0rc2?
  > http://ftp.espci.fr/pub/milter-greylist/ has no such version?

  Um, right, it's 4.0rc1. I'll make rc2 soon, I just need to add a sample
  config file with all the fancy new features. (contributions are welcome)

  --
  Emmanuel Dreyfus
  http://hcpnet.free.fr/pubz
  manu@...

Re: [milter-greylist] Selective greylisting

2007-10-22 by Emmanuel Dreyfus

On Mon, Oct 22, 2007 at 10:29:13AM -0400, Arjun Datta wrote:
> At the risk of sounding silly - how do I upgrade ?  Do I download the latest
> tar.gz from the milter-greylist site or do just run yum upgrade
> milter-greylist ?
> 
> I ask because when I installed this I had to construct an rpm for my system
> from ther tar.gz using rpmbuild and then install it using rpm
> -Uvh.

I don't know about the packages that come with your distribution, but
as fas as milter-greylist is concerned, you upgrade by just replacing the
binary and restarting the milter.

Make sure you supplied the same --with-user options to configure, or you'll
might have to tweak permissions.

-- 
Emmanuel Dreyfus
manu@...

Re: [milter-greylist] Selective greylisting

2007-10-22 by Nerijus Baliunas

On Mon, 22 Oct 2007 10:29:13 -0400 Arjun Datta <arjun@...> wrote:

> At the risk of sounding silly - how do I upgrade ?  Do I download the latest
> tar.gz from the milter-greylist site or do just run yum upgrade
> milter-greylist ?

It's up to you how do you upgrade - you can use tar.gz or yum update,
if you have yum repository set up which has milter-greylist package.

> I ask because when I installed this I had to construct an rpm for my system
> from ther tar.gz using rpmbuild and then install it using rpm

That's a good option.

Emmanuel, do you think it's worth moving section 16 "Packaging" after
the 1st section (and probably making it a subsection)?

Regards,
Nerijus

Re: [milter-greylist] Selective greylisting

2007-10-22 by Emmanuel Dreyfus

On Mon, Oct 22, 2007 at 05:59:41PM +0300, Nerijus Baliunas wrote:
> Emmanuel, do you think it's worth moving section 16 "Packaging" after
> the 1st section (and probably making it a subsection)?

Well, I'd rather add a reference to section 16 in section 1. What do you
think?

-- 
Emmanuel Dreyfus
manu@...

Re: [milter-greylist] Selective greylisting

2007-10-22 by Michael Mansour

Hi,

> On Mon, 22 Oct 2007 10:29:13 -0400 Arjun Datta 
> <arjun@...> wrote:
> 
> > At the risk of sounding silly - how do I upgrade ?  Do I download the latest
> > tar.gz from the milter-greylist site or do just run yum upgrade
> > milter-greylist ?
> 
> It's up to you how do you upgrade - you can use tar.gz or yum update,
> if you have yum repository set up which has milter-greylist package.
>
> > I ask because when I installed this I had to construct an rpm for my system
> > from ther tar.gz using rpmbuild and then install it using rpm
> 
> That's a good option.

Dries (of rpmforge) has kindly provided the RPM support of milter-greylist, so
you'll find it in the rpmforge repositories.

As a general rule, rpmforge don't provide beta's of any packages, so when the
latest milter-greylist goes stable, I'm sure either him or Dag will provide
the RPM for that release too.

Regards,

Michael.

Re: [milter-greylist] Selective greylisting

2007-10-22 by Nerijus Baliunas

On Mon, 22 Oct 2007 15:04:29 +0000 Emmanuel Dreyfus <manu@...> wrote:

> > Emmanuel, do you think it's worth moving section 16 "Packaging" after
> > the 1st section (and probably making it a subsection)?
> 
> Well, I'd rather add a reference to section 16 in section 1. What do you
> think?

It's OK too.

Regards,
Nerijus

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.