Hi all, I'm in the need of lookup the authenticated user (which was for example provided by auth login) later in the plugin chain. I tried to store it via transaction->note(...) but after digging a bit more through the docs it seems like the transaction notes stuff get reset before the mail from stuff is called. I actual need to get the user on the queue hook.
So is this possible without hackin qpsmtpd itself ? Thx, Norman