Re: [exim] ACL variable for SMTP error

Páxina inicial
Borrar esta mensaxe
Responder a esta mensaxe
Autor: Wolfgang Breyha
Data:  
Para: exim-users
Asunto: Re: [exim] ACL variable for SMTP error
On 2013-10-18 18:58, josh trier wrote:
> Hello
>
> I'm trying to capture a certain SMTP error code upon sending mail. However
> i'm no such luck to where this is stored during transaction.


You mean while exim delivers email via smtp transport? At this point
ACLs are already finished. You accepted the mail and on delivery no ACL
is run.

Greetings, Wolfgang