3 messages in org.apache.james.server-userRE: Adding users through JSP
FromSent OnAttachments
Deso KuleApr 29, 2005 9:40 pm 
apa...@bago.orgMay 2, 2005 2:02 am 
Sujit JagdevJun 1, 2005 2:26 pm 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:RE: Adding users through JSPActions...
From:Sujit Jagdev (suji@casero.com)
Date:Jun 1, 2005 2:26:43 pm
List:org.apache.james.server-user

I have a JAVA class that I use to create a telnet session and add a user. You could conceivably use that class. Let me know, and I will send it to you Sujit

-----Original Message----- From: Stefano Bagnara [mailto:io@bago.org] On Behalf Of apa@bago.org Sent: Monday, May 02, 2005 5:02 AM To: 'James Users List' Subject: Re: Adding users through JSP

Is there a way to add users directely through a web page. For example, using JSP or other server side languages for that matter, to add a user who has just registered online, and have their mailbox automatically availlable. By "automatically" I mean that I wouldn't have to "manually" telnet through the command line or other programs to add the user.

If you are on the same host as the server you probably can write directly in the user db.

If you use a JDBCUserRepository you can even use the same jdbc query you find in sqlResources.xml

Stefano