Z <[EMAIL PROTECTED]> writes:
> I was wondering if there was a way that I can have SMTP do a database
> lookup in order to find out where the mail should be delivered.
> What i mean is let's say that the SMTP server gets a request for
> [EMAIL PROTECTED] I need it to search in a mySQL database
> with the extracted information (bob, barker, myserver).
This question has nothing to do with SMTP; it's about delivery, not
receipt. qmail won't do a database lookup on the fly, but you can use
virtual domains and extract your database information into your
/var/qmail/users/assign file to get the same functionality.
paul