On 02/11/2021 20:29, Niels Kobschätzki via Exim-users wrote:
::1 in "0.0.0.0 : 127.0.0.0/8 : 192.168.0.0/16 : 10.0.0.0/8 : 172.16.0.0/12 : [::1/128]"? no (malformed IPv4 address or address mask)
That test took an error. [::1/128] is not a valid address-list element. You either need ::::1 (i.e. no [] and double the list-separator), or change the list-sep and use ::1 -- Cheers, Jeremy -- ## 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/
