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

Top Page
Delete this message
Reply to this message
Author: Niels Kobschätzki
Date:  
To: Kai Bojens
CC: exim-users
Subject: Re: [exim] randomize spamscanning- and av-IPs?
On 19 May 2021, at 9:46, Kai Bojens via Exim-users wrote:

> 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


Great idea - I thought about something like that but with a
loadbalancer. But this would be far easier.
Thanks.

Niels