Fox, thanks for the reply. I could not find this in the config.xml, but I went ahead and added the tag anyway. Sure enough the mailet is available, but I get an exception on James startup as it cannot find the VirtualUserTable table in the DB. I have my DB set up and am actually using MySQL as my mail repository with no problem. Is there documentation somewhere for this VirtualUserTable mailet?
-- Chris -----Original Message----- From: Fox Sterling [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 30, 2003 2:57 PM To: [EMAIL PROTECTED] Subject: RE: Creating James Email Accounts <processor name="transport"> ... <!-- Is the recipient is for a local account, deliver it locally --> <mailet match="All" class="JDBCVirtualUserTable"> <table>db://maildb/VirtualUserTable</table> </mailet> ... </processor> _________________________________________________________________ Tired of slow downloads? Compare online deals from your local high-speed providers now. https://broadband.msn.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
