I'm a new user of qpsmtpd and one of the main reason I want to use it is to check if the mailbox exists before queueing the message. (this and subsequent bouces loads my servers a lot)
So I decided to download the check_delivery plugin. I increased the verbosity to 3 to have more details.
I use vpopmail so I use the vpopmail version of the plugin avaible on the Wiki pages.
Here is my problem :
When I send a message to a non existing mailbox, check_delivery tells me that there is a matching entry in the user/assign cdb file, even if there is no.
Moreover, I can see the correct queries asked to mysql from the plugin but this does not seem to change anything to the final result.
Do I have to tweak something special ? Why are there many methods to check if a user does exist or not ? Shall I comment some code to force the plugin to only check MySQL ?
Thanks a lot in advance...
S�bastien
