Re: [exim] Why does exim add @my.domain when using smtp auth

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Jakob Hirsch
Fecha:  
A: Daniel Müller, exim-users
Asunto: Re: [exim] Why does exim add @my.domain when using smtp auth
Hi,

Daniel Müller wrote on 2015-09-18 09:28:
> 2015-09-18 09:14:14 1Zcps6-0005AK-L1 <= "tester@???
> H=edvabteilung2.tplk.loc (edvabteilung2) [192.168.135.39] P=esmtpsa
> X=UNKNOWN:AES256-GCM-SHA384:256 A=dovecot_login:tester@??? S=765


This looks weird, but IIRC this related to a missing "sender_retain" in
the "control = submission". You should have something like this in your
acl_check_rcpt:

accept
        authenticated = *
        control       = submission/sender_retain