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

Etusivu
Poista viesti
Vastaa
Lähettäjä: Sebastian Tennant
Päiväys:  
Vastaanottaja: exim-users
Aihe: Re: [exim] Issue with Exim on an IPv6-only host
Hello Heiko,

Quoth Heiko Schlittermann via Exim-users <exim-users@???>
on Tue, 21 Feb 2023 15:24:41 +0100:
> […]
> $host_address likely contains colons, which confuses the parser here.
> Use … = <; $host_address


Yup. That was the problem. Thanks.