Re: [exim] randomize spamscanning- and av-IPs?

Top Page
Delete this message
Reply to this message
Author: Kai Bojens
Date:  
To: exim-users
Subject: Re: [exim] randomize spamscanning- and av-IPs?
Am 19.05.21 um 09:14 schrieb Niels Kobschätzki via Exim-users:


> But is there a way to randomize how the spam-servers are tried?


You could use a hostname and round robin DNS. That would distribute the
load in a random way.

spamd_address = spamscan.host.tld 783

$host spamscan.host.tld
10.10.10.10
11.11.11.11
12.12.12.12