At 09:28 AM 11/20/2002 -0600, you wrote:
Is there a way to round robin, using spamc/spamd

to have it use more then 1 spamd server
Ok, this is theoretical (in the sense that I've never done this before) and I assume you have administrative rights to your domain's DNS servers, but:

According to 'man spamc':

-d host
Connect to spamd server on given host. If host resolves to multiple addresses, then spamc will fail-over to the other addresses, if the first one cannot be connected to.

So, if you configure you DNS server to have spamd.example.com return x.x.x.1 x.x.x.2 x.x.x.3, then:

spamc -d spamd.example.com

would return the addresses in random order (per some DNS RFC I'm too lazy to look up now)

As an example of the random-IP-returning feature of DNS, lookup microsoft.com's IP address(es) repeatedly. Note that the order changes randomly each time.

Well, must reload Mt. Dew™ now... good luck!


Ed Freeberg




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to