Will need to use VirtualUserTable mailet.  It is used to map virtual users
to mail users.  My solution was to have all users have there name as the
full email, but a + rather then @.  Then have the VirtualUserTable convert
the virtual email address to the real email address.  So for
[EMAIL PROTECTED], I have a user abc+domain1.com.  The VirtualUserTable in my
MySQL database has the record User=abc, Domain=domain1.com, and
[EMAIL PROTECTED]  Also, make sure the match for
the mailet VirtualUserTable is match="All".  If not you can get an infinite
loop in the spool manager, I did.  With this in place, the user abc for
domain1.com would login with abc+domain1.com, and the given password.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to