You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Adrian <at...@charter.net> on 2002/08/29 09:10:46 UTC

Jwebmail + James

Has anyone got the trick to logging in to the Jwebmail admin. I went to 
the data directory and
edited the xml for a password , but nothing seems to work , so I can`t 
tell what is going on.
I `m running James 2.0.3a, on the sun-linux jdk1.3.1, on OpenBSD 
snapshot, with Tomcat 4.0.4. Looks wierd when you spell it out but James 
runs great.
Just wanted to add the servlet interface. Was going to write my own, but 
figured I would try on already available.

Adrian



--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>


Re: Jwebmail + James

Posted by George Ronkin <gr...@nerdvana.com>.
On Thu, 2002-08-29 at 00:10, Adrian wrote:
> Has anyone got the trick to logging in to the Jwebmail admin. I went to 
> the data directory and
> edited the xml for a password , but nothing seems to work , so I can`t 
> tell what is going on.

- Are you using the admin login?  (Via admin.jsp?)

- In the XML document, you are looking for the CONFIG elt with the KEY
child with ADMIN PASSWORD content.  As the DESCRIPTION says, that
password is encrypted.  You can replace it with plain text via the admin
login web page - the DESCRIPTION does not mean you can put plain text
into the XML document.

- For the hard-coded original admin password, look in initConfig() in
the net.wastl.webmail.server.WebMailServer class source.  I think the
release or installation notes document this too.
	Hope this helps,
	George Ronkin


--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>