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
On Tue, Feb 21, 2023 at 09:30:41AM +, Jeremy Harris via Exim-users wrote:
> On 21/02/2023 03:14, Matt Bryant via Exim-users wrote:
> > Is there anyway in exim to force a disconnect but with a temporary
> > 4xx failure rather than a hard deny and 5xx error ???. I can see
> > 'drop' does the lat
Sebastian Tennant via Exim-users (Di 21 Feb 2023 12:59:57
CET):
> Hello Jeremy,
>
> hosts_require_auth = $host_address
$host_address likely contains colons, which confuses the parser here.
Use … = <; $host_address
--
Heiko
signature.asc
Description: PGP signature
--
## List details at htt
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.
--
## List details at https://lists.exim.
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
On 21/02/2023 11:59, Sebastian Tennant via Exim-users wrote:
hosts_require_auth = $host
Why not hosts_require_auth = * ?
--
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
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.
--
p...@opsec.eu+49 171 3101372Now what ?
--
## List deta
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 mail server after pipelin
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 mail server after pipelined MAIL FROM:<[…]> SIZE=1537:
530 5.7.1 Authentication required DT=1m
You got an SMTP response. You were already talking
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)
On 21/02/2023 03:14, Matt Bryant via Exim-users wrote:
Is there anyway in exim to force a disconnect but with a temporary 4xx failure
rather than a hard deny and 5xx error ???. I can see 'drop' does the latter
case but there seem no equivalent action/verb or command to issue a tempfail
and the
11 matches
Mail list logo