Hi Marc,

Look through the JavaDocs in org.apache.james.transport.mailets.JDBCVirtualUserTable.

The basic idea is:

1) Setup a database for your email aliases.
2) Setup the mailet in your transport processor (look in the javadoc)
3) The mailet creates the neccessary tables (I think)
4) Add aliases to the database.

The database will let you map [EMAIL PROTECTED] -> a_pop and many other good things.

Kenny

Marc Fargas wrote:
Nice, but how to setup VHOSTs ? That's what I didn't understand of the
documentation.

Thanks a lot.
 Marc

-----Mensaje original-----
De: Noel J. Bergman [mailto:[EMAIL PROTECTED] Enviado el: martes, 30 de septiembre de 2003 7:11
Para: James Users List
Asunto: RE: About VHOSTs


Personally, I host about a dozen domains at the moment by using
JDBCVirtualUserTable.

--- Noel


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





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




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



Reply via email to