Hello Heiko,
Quoth Heiko Schlittermann via 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.
--
## List details at https://lists.exim.org/mailman/listinfo/e
Hello Jeremy,
Quoth Jeremy Harris via Exim-users
on Tue, 21 Feb 2023 12:36:41 +:
> On 21/02/2023 11:59, Sebastian Tennant via Exim-users wrote:
>> hosts_require_auth = $host
>
> Why not
>
> hosts_require_auth = *
>
> ?
Indeed. That will work too.
-
Hello Kurt,
Quoth Kurt Jaeger
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 cou
Hello Jeremy,
Thanks for your quick response.
Quoth Jeremy Harris via Exim-users
on Tue, 21 Feb 2023 10:44:45 +:
> On 20/02/2023 14:53, Sebastian Tennant via Exim-users wrote:
>> ** […] R=all_via_fast_smtp_server T=fast_smtp_server […]: SMTP error
>> from remote ma
Hello there,
Exim is configured to listen only on local interfaces and deliver
_all_ mail to a remote SMTP server requiring TLS and authentication,
with all local mail being sent to single email address.
Here are the four most pertinent lines written to mainlog
(abbreviated, redacted and wrapped)