IMAP

2003-10-02 Thread Mr. King
Do we have IMAP support in James2.1 RDX __ Do you Yahoo!? The New Yahoo! Shopping - with improved product search http://shopping.yahoo.com - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: IMAP

2003-10-02 Thread Jason Webb
At the moment, no. But we are working on it... Darrell has written a working IMAP protocol stack, but this only persists mail and users to memory. I'm now writing (slowly) the code to integrate the current user and mail system of James into the IMAP server. -- Jason > -Original Message- >

Re: Error sending messages.

2003-10-02 Thread tobe
why can I send email from email clients like Netscape or Outlook using the same IP that James uses and to the same servers that blocks james messages whitout problem Most likely, you have your e-mail client configured to use an SMTP server provided by telesp.net.br, rather than attemp

Same User Name With Multiple Domains Problem

2003-10-02 Thread Ergün KOÇAK
Hi, I newly installed james 2.1 on my server The problem is : i want to define email accounts like "info at domain1.com" "info at domain2.com" ... "info at domainn.com" but all these accounts must be used by different users user1 will use "info at domain2.com" email user5 will use "info at do

run.bat not creating db tables

2003-10-02 Thread David Liles
Why are we getting the below errors? We have unzipped 2.1 and placed our db driver in the lib directory, uncommented the appropriate db tags and made the necessary changes to the db connection block in the config.xml file, but when we attempt to run James this is what we get: INFO 2003-10-02 0

Re: run.bat not creating db tables

2003-10-02 Thread Ergün KOÇAK
did you stop any other SMTP service if exists ? - Original Message - From: "David Liles" <[EMAIL PROTECTED]> To: "James Users List" <[EMAIL PROTECTED]> Sent: Thursday, October 02, 2003 6:08 PM Subject: run.bat not creating db tables > Why are we getting the below errors? We have unzipp

RE: Same User Name With Multiple Domains Problem

2003-10-02 Thread Steve Brewin
Ergün KOÇAK wrote: > > i want to define email accounts like > > "info at domain1.com" > "info at domain2.com" > ... > "info at domainn.com" > > but all these accounts must be used by different users > > user1 will use "info at domain2.com" email > user5 will use "info at domain8.com" email > ... >

RE: run.bat not creating db tables

2003-10-02 Thread David Liles
I don't think that should be an issues since I am trying to develop locally -Original Message- From: Ergün KOÇAK [mailto:[EMAIL PROTECTED] Sent: Thu 10/2/2003 10:01 AM To: James Users List Cc: Subject: Re: run.bat not creating db tab

RE: Same User Name With Multiple Domains Problem

2003-10-02 Thread Noel J. Bergman
> i want to define email accounts like > "info at domain1.com" > "info at domain2.com" > ... > "info at domainn.com" Use JDBCVirtualUserTable. --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

RE: run.bat not creating db tables

2003-10-02 Thread Noel J. Bergman
Did you create the database within which James wants to create the tables? Does James have access rights? Hopefully someone who has used that JDBC driver with MSSQL will be able to help. --- Noel - To unsubscribe, e-m

RE: run.bat not creating db tables

2003-10-02 Thread David Liles
For some reason James was not automatically creating the following tables: inbox, spool, deadletter. I manually ran the create table script located in the sqlResources.xml file on our SQL server and then when I ran "fun.bat" James started and automatically created the users table. Upon review of

RE: run.bat not creating db tables

2003-10-02 Thread Noel J. Bergman
> For some reason James was not automatically creating the following tables: > inbox, spool, deadletter. I manually ran the create table script located > in the sqlResources.xml file on our SQL server and then when I ran "fun.bat" > James started and automatically created the users table. That's

RE: run.bat not creating db tables

2003-10-02 Thread David Liles
In the config.xml I used the same username/password that the database instance was created under Thanks for the info regarding the log file output -Original Message- From: Noel J. Bergman [mailto:[EMAIL PROTECTED] Sent: Thu 10/2/2003 11:32 AM T

RE: Error sending messages.

2003-10-02 Thread mig001br
--- "Noel J. Bergman" <[EMAIL PROTECTED]> escreveu: > > > > why can I send email from email clients like > Netscape > > or Outlook using the same IP that James uses and > to > > the same servers that blocks james messages > whitout > > problem > > Most likely, you have your e-mail client co

Problem With Mailling lists

2003-10-02 Thread Marc Fargas
I've just finished setting up James with JDBCVirtualUserTable, domains and so. But when FetchPOP receives a mail from a mailing lists, for example this one it cannot match the mail with any entry on JDBCVirtualUserTable. How can I fix this problem ? james tries to deliver the message to the list

RE: Problem With Mailling lists

2003-10-02 Thread David Liles
I've seen a lot of discussions surrounding the JDBCVirtualUserTable being new to James, can someone explain it and what it is used for? Thanks -Original Message- From: Marc Fargas [mailto:[EMAIL PROTECTED] Sent: Thu 10/2/2003 2:42 PM To: [EMAIL PRO

RE: Error sending messages.

2003-10-02 Thread Noel J. Bergman
> How can I setup james to use a gateway ??? The element for RemoteDelivery in config.xml. http://james.apache.org/provided_mailets_2_1.html#RemoteDelivery --- Noel - To unsubscribe, e-mail: [EMAIL PROTECTED] For addit

RE: Problem With Mailling lists

2003-10-02 Thread Steve Brewin
Marc Fargas wrote: > > I've just finished setting up James with > JDBCVirtualUserTable, domains and > so. > But when FetchPOP receives a mail from a mailing lists, for > example this one > it cannot match the mail with any entry on JDBCVirtualUserTable. > > How can I fix this problem ? james tries