Hi
Any combined experience of Jetspeed and James mail here?
I already successful setup the James mail and running. local pop and smtp is
working.
As for Jetspeed. I would like to add a new user. But the the user didnot
receive any ket confirmation mail sent out by the Jetspeed. Any
configuration at Jetspeed I need to set?
Thanks
-Scott
----- Original Message -----
From: Oki DZ <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, May 08, 2001 8:52 AM
Subject: Re: Database setup
> Rod TuK wrote:
> >
> > hi,
> > I successfully setup the DB (mySql) for Users and I am trying to do
the
> > same for message and spool. Can someone tell me the Table definition for
the
> > table "Message"? I am interested on the column type also for
> > "message_name","remote_host", etc.
>
> It's in the docs directory, anyway:
>
> CREATE TABLE Message (
> message_name varchar (200) NOT NULL PRIMARY KEY,
> repository_name varchar (200) NOT NULL ,
> message_state varchar (30) NOT NULL ,
> error_message varchar (200) NULL ,
> sender varchar (100) NOT NULL ,
> recipients text NOT NULL ,
> remote_host varchar (100) NOT NULL ,
> remote_addr varchar (20) NOT NULL ,
> message_body longblob NOT NULL ,
> last_updated datetime NOT NULL
> );
>
> BTW, in the repository_name, users' mailboxes are identified as
> "inbox/username". I think it would be better if the ident is
> username/inbox. So that if IMAP were implemented on James, users'
> repositories could be identified as username/inbox, username/mybox,
> username/james-list, etc. I believe that the database server will search
> the records much faster (mail clients are identified by usernames first
> and then on what mailboxes they have; being the usernames located in the
> beginning of the strings, the search should be faster).
>
> Oki
>
> ---------------------------------------------------------------------
> 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]