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