Author: Peter Bowyer Date: To: exim-users Subject: Re: [Exim] Limited ipliteral usage
Andreas Rust <rust@???> wrote: > --
>
> Hello,
>
> I am using Exim 4.31 and want to enable the use of
> allow_domain_literals along with the default router on the configure
> file.
>
> I keep getting "unrouteable address" though and wonder what it could
> be.
IPLiterals are bare IP addresses enclosed in [] - eg [1.2.3.4].
> Also, I'd like to limit the ipliteral router to two IP addresses for
> now. Should something like:
>
> domains = 1.2.3.4 : 5.6.7.8
>
> work out?