I have a hook_rcpt function that I made validate if an incoming message is for a valid user. If I send the message without authenticating to Haraka, the message is accepted and queued for lmtp delivery. If I send the message after authenticating to Haraka, the message is accepted but then queued for outbound delivery (not lmtp). Any ideas on what I’m doing wrong?