Re: [exim] Issue with Exim on an IPv6-only host

Kezdőlap
Üzenet törlése
Válasz az üzenetre
Szerző: Sebastian Tennant
Dátum:  
Címzett: exim-users
Tárgy: Re: [exim] Issue with Exim on an IPv6-only host
Hello Kurt,

Quoth Kurt Jaeger <exim-users@???>
on Tue, 21 Feb 2023 13:24:42 +0100:
> Hi!
>
>> My (only) transport included the line:
>>
>> hosts_require_auth = $host_address
>
> try:
>
> hosts_require_auth = <; $host_address
>
> otherwise the : from the v6 address is used as list seperator character.


Ah, of course! Thank you.