Dear Chris,

On Sam 25.07.2009 23:54, Chris Lewis wrote:
Aleksandar Lazic wrote:
Dear List,
I use the qpsmtpd with the qpsmtpd-forkserver and syslog server logging.

[snipp]

We create a sessionid by combining an invocation of temp_file() and
config('me') (because we have multiple servers) and assign it to a
transaction note during hook_mail.

thanks for your input.

I have solved this issus with this steps:

1.) add in plugins/connection_time in hook_pre_connection

    $self->qp->connection->notes('sessionid',gettimeofday());

2.) add in logging/syslog in hook_logging

($self->qp->connection->notes('sessionid')?$self->qp->connection->notes('sessionid'):"NOID"),
   at the syslog line.

I know that this will be removed when I update but for now it works ;-)

BR

Aleks

Reply via email to