Re: [exim] 4.96-RC1 srs issue

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Laura Williamson
Fecha:  
A: exim-users
Asunto: Re: [exim] 4.96-RC1 srs issue
thank you very much for this patch (I assume it'll be permanent in
future releases). This user had no local account and was just
forwarding, if srs is to be enabled, is there a way around this? I
assume another remote smtp transport is needed, this is the current setup

router

outbound:
    driver =    dnslookup
    domains =   ! +local_domains
    transport = ${if eq {$local_part@$domain} \
                        {$original_local_part@$original_domain} \
                     {remote_smtp} {remote_forwarded_smtp}}

transport

remote_forwarded_smtp:
    driver =              smtp
    max_rcpt =            1
    return_path = ${if def:return_path {${srs_encode {SRS_SECRET}
{$return_path} {$original_domain}}}}



On 03/06/2022 16:17, Jeremy Harris via Exim-users wrote:
> On 03/06/2022 16:13, Laura Williamson via Exim-users wrote:
>> No sure what you mean?
>>
>> On 03/06/2022 16:03, Jeremy Harris via Exim-users wrote:
>>> 3aa5fb00be might help here.
>>
>
> https://git.exim.org/exim.git/commit/3aa5fb00be821a198f42c69924ae02b393ac2b4b
>
>