Isn't there a connection note? A transaction is reset/initiated on
RSET and MAIL commands.
And doesn't the auth stuff store already then auth info?
--
http://localrobot.com/
On Mar 10, 2010, at 12:41 AM, Norman Maurer <nor...@apache.org> wrote:
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