The conf file only contains users for the administrative functionality,
which is separate from mailbox delivery.  You'll either need to telnet to
port 4555, authenticate via the account in the conf file, and add users that
way, or setup the user repository to point to a database and use SQL to
create users (there isn't decent documentation on setting it up for database
use unfortunately).

Serge Knystautas
Loki Technologies
http://www.lokitech.com/
----- Original Message -----
From: "Harini P" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, September 07, 2001 5:23 AM
Subject: Need help with James


> Hi,
> I just downloaded and configured James. I guess i have
> not configured it correctly, because according to the
> document when a new user is added - (I manually added
> it in the conf file) there should be a node created
> under the <Jamesdir>/var/localinbox. This is not
> created for me. I tried sending a mail using JavaMail,
> the mail reaches the folder outgoing in the ../var/
> folder but when I try to read the mail through my
> program using the JavaMail API
>
>     Session session =
> Session.getDefaultInstance(props,null);
>
>     Store store = session.getStore("pop3");
>      store.connect(host,"root", "root");
>
>     Folder folder = store.getFolder("INBOX");
>     System.out.println(folder.getMessages());
>
> -- I get an authentication failed exception - what is
> this ? I sure am missing something but what - please
> let me know.
> Thanks,
> Harini.
>
> __________________________________________________
> Do You Yahoo!?
> Get email alerts & NEW webcam video instant messaging with Yahoo!
Messenger
> http://im.yahoo.com
>
> ---------------------------------------------------------------------
> 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