lower concurrency on _certain_ domains?

2001-04-27 Thread Alan Clegg

I run mailinglists.org and have come to find out that they way that AOL is
determining that I am a spammer (I'm not), is the number of concurrent
connections into AOL.

Is there any way to lower the concurrency rate on a single domain (AOL.com)
while leaving everyone else intact?

AlanC
-- 
Alan Clegg  I do UNIX and Networks
  [EMAIL PROTECTED]I don't have any certification
  I have experience



Re: lower concurrency on _certain_ domains?

2001-04-27 Thread Dave Sill

Alan Clegg [EMAIL PROTECTED] wrote:

I run mailinglists.org and have come to find out that they way that AOL is
determining that I am a spammer (I'm not), is the number of concurrent
connections into AOL.

Is there any way to lower the concurrency rate on a single domain (AOL.com)
while leaving everyone else intact?

Sure.

  # echo aol.com:alias-aol /var/qmail/control/virtualdomains
  # echo ./AOLspool/ /var/qmail/alias/.qmail-aol-default
  # qmail restart

Then install serialmail and add a cron entry to run maildirsmtp on the
AOLspool periodically.

-Dave