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 -- ## List details at https://lists.exim.org/mailman/listinfo/exim-users ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
