[exim-dev] Relate Message_ids

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Ygor Fernandes
Fecha:  
A: exim-dev
Asunto: [exim-dev] Relate Message_ids
Good Morning,

I would like to know if they could help me, I have an environment where my
client connects to a server that I call RELAY this authenticates the data
and then fire the message to the server that I call SEND.

The sending occurs perfectly well, however I realize that in RELAY after
sending a message it generates a new ID, this new ID that SEND follows
using to complete the process of sending the message.

My need would be to relate these IDs because I work with the database in my
environment. I can in SEND use the variable, $ message_id, and get the ID
that is currently running, however I need to relate to the ID that was
previously used in my RELAY.

Would you have any suggestions?