Question about composition with James

2020-06-21 Thread David Leangen
Hello! I have a question about the James architecture, and how it relates to how James components are composed. It is my understanding that there are already some basic concepts that are well-known, like SMTP Server, IMAP Server etc. (Or if you prefer, MTA etc.) So why is it that these are

Re: Question about image

2020-06-04 Thread David Leangen
> I think it is crucial we discuss and hopefully simplify the missions of this > project. Actually, now that you mention it… I think you are right, and this is a very important missing element. How do you think you all can get together to do this? Is there anything I can do to help? Armed wit

Re: Question about image

2020-06-04 Thread Tellier Benoit
On 04/06/2020 13:49, David Leangen wrote: > >> Behind that images lies the concept that the JAMES project is not just >> about building mail servers but providing tools to the java mail eco-system. > > Sure, but is this a really import concept to convey? If this is just > something else that wil

Re: Question about image

2020-06-03 Thread David Leangen
> This picture is 100% about project structure, and presents James > sub-projects. Ok, good to know. > Did I made it clearer? Yes, thanks. > Behind that images lies the concept that the JAMES project is not just > about building mail servers but providing tools to the java mail eco-system. S

Re: Question about image

2020-06-03 Thread Tellier Benoit
re's likely some violations of this concept in the code (server-util being used in mailbox is an example). I don't really understand the "layer" part of the picture. Did I made it clearer? Regards, Benoit On 04/06/2020 12:26, David Leangen wrote: > > Hello

Question about image

2020-06-03 Thread David Leangen
Hello! I have a question about this image: https://james.apache.org/images/james-schema-subprojects.png At first glance, I have a good impression of this image. However, when I think more deeply, I get the impression that it is conflating two different concepts: * System architecture

答复: question: elasticsearch for james

2016-10-02 Thread li hai ming
echler<mailto:mbaech...@linagora.com>; server-dev@james.apache.org<mailto:server-dev@james.apache.org> 主题: 答复: question: elasticsearch for james Hi Matthieu, I am trying Cassandra + ES. Following https://github.com/linagora/james-project/pull/415, under G:\workspace\james-project>

答复: question: elasticsearch for james

2016-09-27 Thread li hai ming
s.apache.org> 主题: Re: question: elasticsearch for james Right now, the only tested components combination is cassandra + ES. You should be able to run that combination by following the README.txt with docker or my updated version of quickstart here : https://github.com/linagora/james-p

Re: question: elasticsearch for james

2016-09-23 Thread Matthieu Baechler
chler [mailto:mbaech...@linagora.com] Sent: Friday, September 23, 2016 16:23 To: server-dev@james.apache.org Subject: Re: question: elasticsearch for james Hi Haiming, On 09/23/2016 08:38 AM, li hai ming wrote: Hi, Can someone share a bit on the progress and plan of https://github.com/apache/james

RE: question: elasticsearch for james

2016-09-23 Thread li hai ming
a.com] Sent: Friday, September 23, 2016 16:23 To: server-dev@james.apache.org Subject: Re: question: elasticsearch for james Hi Haiming, On 09/23/2016 08:38 AM, li hai ming wrote: > Hi, > Can someone share a bit on the progress and plan of https://github.com/apache/james-project/tree/master/ma

Re: question: elasticsearch for james

2016-09-23 Thread Matthieu Baechler
Hi Haiming, On 09/23/2016 08:38 AM, li hai ming wrote: Hi, Can someone share a bit on the progress and plan of https://github.com/apache/james-project/tree/master/mailbox/elasticsearch? e.g., what is it for? will it be included in v3-beta5? BR/Haiming LI Elasticsearch 2 will be the default

Re: question: elasticsearch for james

2016-09-23 Thread Rami Ojares
As I said before I have tried beta-5 and some svn snapshots without success. I decided to wait for a stable release. Let's see if we can then debug it to a functional state. - Rami On 23 Sep 2016 09:38, "li hai ming" wrote: Hi, Can someone share a bit on the progress and plan of https://github.

question: elasticsearch for james

2016-09-22 Thread li hai ming
Hi, Can someone share a bit on the progress and plan of https://github.com/apache/james-project/tree/master/mailbox/elasticsearch? e.g., what is it for? will it be included in v3-beta5? BR/Haiming LI

Re: IMAP Library question

2015-02-28 Thread Eric Charles
s IMAP as communication > protocol with other components. My question is, does Apache James has > a "standalone" IMAP library that I can use, or is it just available > with Apache James Server ? If so, where can i find > information/documentation about that Library. > >

IMAP Library question

2014-12-04 Thread David Salvador
Hello everyone, I need to develop a Storage Server that uses IMAP as communication protocol with other components. My question is, does Apache James has a "standalone" IMAP library that I can use, or is it just available with Apache James Server ? If so, where can i find information/doc

Question about onMatchException and onMailetException

2012-09-18 Thread Joseph Swingle
All, Following the Exception Handling document on the wiki at http://wiki.apache.org/james/HandlingExceptions I found just what I needed. If my Matcher or Mailet has problem reaching the Web Service, I throw a MessagingException, expecting that the mail will be sent to the "WSCallIssues" proces

Re: Question on Apache James App 3.0-beta4

2012-03-20 Thread Eric Charles
On 20/03/12 13:34, Felix Knecht wrote: On 03/20/2012 12:26 PM, Eric Charles wrote: Felix, svn down atm... copy/paste of pop3-template.conf here after. Sorry, my English is too bad to understand what you mean by "copy/paste here after". mine is broken, especially when I am in a hurry... I

Re: Question on Apache James App 3.0-beta4

2012-03-20 Thread Felix Knecht
On 03/20/2012 12:26 PM, Eric Charles wrote: Felix, svn down atm... copy/paste of pop3-template.conf here after. Sorry, my English is too bad to understand what you mean by "copy/paste here after". I copied the below conf and it works (if you meant this). BTW When touching the template files

Re: Question on Apache James App 3.0-beta4

2012-03-20 Thread Eric Charles
Felix, svn down atm... copy/paste of pop3-template.conf here after. pop3server 0.0.0.0:110 200 file://

Re: Question on Apache James App 3.0-beta4

2012-03-20 Thread Eric Charles
Hi Felix, Yes, you got both of them: The idea around template, and the issue for pop3 and stmp :) I (re)checked, and there is a remaining tag from previous versions. Could you retry with the template I just committed. I would like to collect more feedback before canceling and relaunch tes

Question on Apache James App 3.0-beta4

2012-03-20 Thread Felix Knecht
Hi all I start a separate thread to not pollute the voting thread with other stuff. I just built the the app from the svn tag (works fine) and unzipped it. Because I want to run it as common user I need to change the ports. To do so I copy the imapserver-template.conf to imapserver.conf and put

Question on Apache James App 3.0-beta4

2012-03-20 Thread Felix Knecht
Hi all I start a separate thread to not pollute the voting thread with other stuff. I just built the the app from the svn tag (works fine) and unzipped it. Because I want to run it as common user I need to change the ports. To do so I copy the imapserver-template.conf to imapserver.conf and put

[jira] [Commented] (JAMES-1279) question marks in 8-bit headers

2011-10-17 Thread Eric Charles (Commented) (JIRA)
/org/apache/james/database.properties We will update the online documentation when releasing app beta4 Thx, Eric > question marks in 8-bit headers > --- > > Key: JAMES-1279 > URL: https://issues.apache.or

[jira] [Issue Comment Edited] (JAMES-1279) question marks in 8-bit headers

2011-10-14 Thread Dmitry (Issue Comment Edited) (JIRA)
reSQL). But where is the file 'database.properties' in the 'conf' directory? > question marks in 8-bit headers > --- > > Key: JAMES-1279 > URL: https://issues.apache.org/jira/browse/JAME

[jira] [Commented] (JAMES-1279) question marks in 8-bit headers

2011-10-14 Thread Dmitry (Commented) (JIRA)
14.184108-223-app jpa provider (PostgreSQL). But where is the file 'database.properties' in the 'conf' directory? > question marks in 8-bit headers > --- > > Key: JAMES-1279 > URL: http

[jira] [Resolved] (JAMES-1279) question marks in 8-bit headers

2011-10-06 Thread Norman Maurer (Resolved) (JIRA)
see this in latest SNAPSHOT please reopen > question marks in 8-bit headers > --- > > Key: JAMES-1279 > URL: https://issues.apache.org/jira/browse/JAMES-1279 > Project: JAMES Server >

Re: evaluation-question

2011-09-22 Thread Robert Burrell Donkin
On Fri, Sep 9, 2011 at 11:59 PM, Markward Schubert wrote: > Would you expect james to somehow scale better when fetching emails from > thousands of remote accounts on hundrets of different servers all over the > world? Or is this somehow a task with an inherent "physical" limitation, > which ha

evaluation-question

2011-09-09 Thread Markward Schubert
Dear group, currently I am evaluating alternatives to import customer's emails into our product, a hosted crm-software. First let me explain, what we do, and then formulate my question. We have a hosted crm-system, serving thousands of customers ( = individual companies ), having one or

Re: Backup and restore question

2011-08-23 Thread Norman Maurer
you can also stop SMTP/IMAP/POP3 via JMX during the process... bye norman Am Dienstag, 23. August 2011 schrieb Eric Charles : > It's for the mailbox related tables, so all tables expect the JAMES_USER and the JAMES_DOMAIN. > > Those two tables are not linked via FK to the others, and the relation

Re: Backup and restore question

2011-08-23 Thread Eric Charles
It's for the mailbox related tables, so all tables expect the JAMES_USER and the JAMES_DOMAIN. Those two tables are not linked via FK to the others, and the relations are made via names (the users and the domains). You will have to recreate by hand (SQL insert, or via james-cli) the users an

Backup and restore question

2011-08-23 Thread Saibabu Vallurupalli
Hi, We are in process of taking backup and restore of James database using maildir and jpa. In this process we would like to know if this backup and restore is for entire repository or just emails table JAMES_MAIL? Thanks, Sai

Re: Question on upgrade process

2011-08-04 Thread Saibabu Vallurupalli
n >>>>>>>>> Source) >>>>>>>>> at com.sun.jmx.mbeanserver.JmxMBeanServer.invoke(Unknown >>>>>>>>> Source) >>>>>>>>> at javax.management.remote.rmi.RMIConnectionImpl.** >

Re: Question on upgrade process

2011-08-04 Thread Eric Charles
Thanks, Sai On Wed, Aug 3, 2011 at 3:17 AM, Eric Charles wrote: Hi, If you copy mails from e.g. MailDir to JPA with JPAEncryptedMessage in persistence.xml, mails body and headers will be encrypted. Thx. On 02/08/11 20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got

Re: Question on upgrade process

2011-08-04 Thread Saibabu Vallurupalli
nectionImpl.access$** >>>>>>> 200(*** >>>>>>> *Unknown >>>>>>> Source) >>>>>>> at >>>>>>> javax.management.remote.rmi.**RMIConnectionImpl$** >>>>>>> PrivilegedOpera

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
persistence.xml, mails body and headers will be encrypted. Thx. On 02/08/11 20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessage, now after upgrade

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
nown Source) >>>>> at sun.rmi.transport.Transport$1.run(Unknown Source) >>>>> at java.security.AccessController.doPrivileged(Native Method) >>>>> at sun.rmi.transport.Transport.serviceCall(Unknown Source) >>>>> at sun.rmi.transport.tc

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
;>> Source) >>>> at sun.rmi.transport.tcp.TCPTransport$ >>>> ConnectionHandler.run(Unknown >>>> Source) >>>> at java.util.concurrent.ThreadPoolExecutor$Worker. >>>> runTask(Unknown >>>> Source) >>

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
sage in persistence.xml, mails body and headers will be encrypted. Thx. On 02/08/11 20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessa

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
y >>>> users then jConsole throws exception saying unable to parse the message. >>>> >>>> Is there any other setting we are missing? We are following your >>>> instructions from link: >>>> https://svn.apache.org/repos/asf/james/server/

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessage, now after upgrade to James 3-Beta2 we wanted to use JPAEncryptedMessage class in persist

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
t;> >> Hi, >>> >>> If you copy mails from e.g. MailDir to JPA with JPAEncryptedMessage in >>> persistence.xml, mails body and headers will be encrypted. >>> >>> Thx. >>> >>> >>> On 02/08/11 20:50, Saibabu Vallurupalli wrote: >

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
On 02/08/11 20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessage, now after upgrade to James 3-Beta2 we wanted to use JPAEncryptedMessage cla

Re: Question on upgrade process

2011-08-03 Thread Saibabu Vallurupalli
ptedMessage in > persistence.xml, mails body and headers will be encrypted. > > Thx. > > > On 02/08/11 20:50, Saibabu Vallurupalli wrote: > >> Hi Norman and Team, I have got a question on James upgrade - >> At present we are using James milestore 3 snapshot and we have o

Re: Question on upgrade process

2011-08-03 Thread Eric Charles
Hi, If you copy mails from e.g. MailDir to JPA with JPAEncryptedMessage in persistence.xml, mails body and headers will be encrypted. Thx. On 02/08/11 20:50, Saibabu Vallurupalli wrote: Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3

Question on upgrade process

2011-08-02 Thread Saibabu Vallurupalli
Hi Norman and Team, I have got a question on James upgrade - At present we are using James milestore 3 snapshot and we have our JAP configuration setup to use JPAMessage, now after upgrade to James 3-Beta2 we wanted to use JPAEncryptedMessage class in persistence.xml file for email encryption

Re: James 3 JPA question

2011-07-07 Thread Norman Maurer
Thank you, > Sai > > > On Thu, Jul 7, 2011 at 10:01 AM, Saibabu Vallurupalli < > saibabu.vallurupa...@gmail.com> wrote: > >> Thanks Robert. Just subscribed to OpenJPA. Will post this question to them. >> >> Thanks, >> Sai >> >> >> >&

Re: James 3 JPA question

2011-07-07 Thread Saibabu Vallurupalli
ert. Just subscribed to OpenJPA. Will post this question to them. > > Thanks, > Sai > > > > On Thu, Jul 7, 2011 at 9:49 AM, Robert Burrell Donkin < > robertburrelldon...@gmail.com> wrote: > >> On Thu, Jul 7, 2011 at 1:54 PM, Eric Charles >> wrote: >>

Re: James 3 JPA question

2011-07-07 Thread Saibabu Vallurupalli
Thanks Robert. Just subscribed to OpenJPA. Will post this question to them. Thanks, Sai On Thu, Jul 7, 2011 at 9:49 AM, Robert Burrell Donkin < robertburrelldon...@gmail.com> wrote: > On Thu, Jul 7, 2011 at 1:54 PM, Eric Charles > wrote: > > Hi Sai, > > James is a us

Re: James 3 JPA question

2011-07-07 Thread Robert Burrell Donkin
On Thu, Jul 7, 2011 at 1:54 PM, Eric Charles wrote: > Hi Sai, > James is a user of OpenJPA, so it not in our hands, but in OpenJPA project > hand. > > OPENJPA-763 is open since 06/Nov08 and has no assignee, nor activity. > I wouldn't count on it soon, and certainly not for September. Might be a g

Re: James 3 JPA question

2011-07-07 Thread Eric Charles
atabase. I have a requirement to encrypt and decrypt the email message. I have spent some time to understand how the persistence mechanism works in James. Found persistence.xml file and also sqlResources.xml file. After running some tests, I found sqlResources.xml file is not used anymore in my con

Re: James 3 JPA question

2011-07-07 Thread Saibabu Vallurupalli
DhavalDalal/entry/database_field_level_encryption_using> >>>> > >>>> >>>> . >>>> >>>> Hopes this help. >>>> Thx. >>>> >>>> On 06/07/11 23:02, Saibabu Vallurupalli wrote: >>>> >>>&

Re: James 3 JPA question

2011-07-07 Thread Eric Charles
w the persistence mechanism works in James. Found persistence.xml file and also sqlResources.xml file. After running some tests, I found sqlResources.xml file is not used anymore in my configuration. Now, My question is how the james_mail table is getting updated? Is there any possibility to Encrypt/D

Re: James 3 JPA question

2011-07-07 Thread Saibabu Vallurupalli
to encrypt and decrypt the email message. I have >>> spent >>> some time to understand how the persistence mechanism works in James. >>> Found >>> persistence.xml file and also sqlResources.xml file. After running some >>> tests, I found sqlResources.xml file is not used

Re: James 3 JPA question

2011-07-07 Thread Saibabu Vallurupalli
erstand how the persistence mechanism works in James. >> Found >> persistence.xml file and also sqlResources.xml file. After running some >> tests, I found sqlResources.xml file is not used anymore in my >> configuration. >> >> Now, My question is how the james_mail

Re: James 3 JPA question

2011-07-06 Thread Norman Maurer
question is how the james_mail table is getting updated? Is there any possibility to Encrypt/Decrypt message? I thought it is easy if sqlResources.xml file is used. I can simple add AES_Encrypt and AES_Decrypt functions to column. Please help me with this. Thanks, Sai

Re: James 3 JPA question

2011-07-06 Thread Eric Charles
also sqlResources.xml file. After running some tests, I found sqlResources.xml file is not used anymore in my configuration. Now, My question is how the james_mail table is getting updated? Is there any possibility to Encrypt/Decrypt message? I thought it is easy if sqlResources.xml file is used. I

James 3 JPA question

2011-07-06 Thread Saibabu Vallurupalli
some tests, I found sqlResources.xml file is not used anymore in my configuration. Now, My question is how the james_mail table is getting updated? Is there any possibility to Encrypt/Decrypt message? I thought it is easy if sqlResources.xml file is used. I can simple add AES_Encrypt and AES_Decrypt

[jira] [Created] (JAMES-1279) question marks in 8-bit headers

2011-06-22 Thread Dmitry (JIRA)
question marks in 8-bit headers --- Key: JAMES-1279 URL: https://issues.apache.org/jira/browse/JAMES-1279 Project: JAMES Server Issue Type: Bug Affects Versions: 3.0-beta1, 3.0 Environment: Windows

Re: why my question no one answer me

2011-02-16 Thread agks mehx
hi renjiang, someone did answer your question on the server-user mailing list. here is the answer below: --- Hi there, sorry to answer this late but I did not see the email before :( There are a few tiny things I would like to change before 3.0 final. Like rename VirtualUserTable to

why my question no one answer me

2011-02-15 Thread Renjiang
why my question no one answer me ,I just wanna when is the James3 final version release. - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For additional commands, e-mail: server-dev-h...@james.apache.org

Re: A trivial question

2010-10-17 Thread Norman Maurer
Hi Pavlos, as Eric already helped you I will just say "Welcome" ;) Bye, Norman 2010/10/18 Pavlos Georgiadis : >  Hello all, > > I would like to get involved with the james project. I have already > spent some time reading the source code and trying to figure out how the > server works. > > > I

Re: A trivial question

2010-10-17 Thread Eric Charles
Hi Pavlos, This temporary page may help you http://people.apache.org/~eric/james/20100926/build_james.html I will post this week new link for james 3 website review. In the meantime, you can always give some feedbacks so we can adapt this doc. Tks, Eric On 18/10/2010 08:02, Pavlos Georgiad

A trivial question

2010-10-17 Thread Pavlos Georgiadis
Hello all, I would like to get involved with the james project. I have already spent some time reading the source code and trying to figure out how the server works. I was trying yesterday to import the project in my eclipse environment and I got confused. I ended up saying to my self that I am

Re: Question abotu the behavior of StoreMailboxManager.search

2010-09-22 Thread Norman
Hi there, comments inside... Am 22.09.2010 21:34, schrieb Francois-Denis Gonthier: Hello all, Pretty simple question of the behavior that is expected of StoreMailboxManager.search and findMailboxWithPathLike. Consider for the question that INBOX and INBOX.Test exists. If the base of the

Question abotu the behavior of StoreMailboxManager.search

2010-09-22 Thread Francois-Denis Gonthier
Hello all, Pretty simple question of the behavior that is expected of StoreMailboxManager.search and findMailboxWithPathLike. Consider for the question that INBOX and INBOX.Test exists. If the base of the mailboxExpression is INBOX, what the expression '%' is supposed to return?

Re: Question about SNAPSHOT repository

2010-09-11 Thread Eric Charles
Hi Joe, Mails are stored in derby database (the var/derbydb directory). You can change the database to whatever you like in conf/META-INF/persistence.xml (plain JPA 2.0). We don't support mbox as mails store, but if you like file-style persitence, there is maildir. Tks, Eric PS : Btw, it shoul

Question about SNAPSHOT repository

2010-09-10 Thread jbijoe
see in the SNAPSHOTIve also tried the v3 release without success... I like the modular XML files. Makes ADMIN way easier. I know just wherer to go.. TIA Regards, joe -- View this message in context: http://old.nabble.com/Question-about-SNAPSHOT-repository-tp29682437p29682437

Re: usage question - fallback policy?

2010-03-14 Thread spfhelp
one in general. For various reasons we aren't rejecting non-existent domains at postfix, so our code needs to handle it, but our spam-scoring should cover that case, so i'm not going to worry about it. Regarding the DNS info: First question: when running an SPF check with jSPF using

Re: usage question - fallback policy?

2010-03-14 Thread Stefano Bagnara
2010/3/8 : > Hi - hopefully this is an appropriate place to ask this: > > jSPF doesn't seem to fall back to parent domains by default (e.g. > spoo...@orders.amazon.com gives SPF-none, since there is no record for > orders.amazon.com). In looking through the code, i was trying to understand > how t

usage question - fallback policy?

2010-03-07 Thread spfhelp
Hi - hopefully this is an appropriate place to ask this: jSPF doesn't seem to fall back to parent domains by default (e.g. spoo...@orders.amazon.com gives SPF-none, since there is no record for orders.amazon.com). In looking through the code, i was trying to understand how to enable this funct

Re: Question about Spring

2010-01-06 Thread Norman Maurer
Exactly, the whole avalon/phoenix stuff is quite difficult for new developers. With Spring and JSR250 we use a well known env which many developers are quite familar with. Bye, Norman 2010/1/6 Dhrubo : > With Spring shift it will be much easier for all. > > On Wed, Jan 6, 2010 at 3:39 PM, Eric M

Re: Question about Spring

2010-01-06 Thread Norman Maurer
Hi Eric, the development code is usual in trunk. Sandboxes are only used for big refactoring / experiments, so you don't break to much ;) Bye, Norman 2010/1/6 Eric MacAdie : > I do not plan on jumping to the new version until it is ready. But knowing > where the code is would make it easier to g

Re: Question about Spring

2010-01-06 Thread Dhrubo
With Spring shift it will be much easier for all. On Wed, Jan 6, 2010 at 3:39 PM, Eric MacAdie wrote: > I do not plan on jumping to the new version until it is ready. But knowing > where the code is would make it easier to get involved with development. > This is not an easy project to get invol

Re: Question about Spring

2010-01-06 Thread Eric MacAdie
I do not plan on jumping to the new version until it is ready. But knowing where the code is would make it easier to get involved with development. This is not an easy project to get involved with. Regards, Eric MacAdie Pronounced: muh-KAY-dee Dhrubo wrote: I suggest dont jump into new versio

Re: Question about Spring

2010-01-06 Thread Dhrubo
I suggest dont jump into new version too soon. Please continue with the old running version that you have. Once we make a stable release with documentation please make a move. I will be happy to help you. On Wed, Jan 6, 2010 at 3:23 PM, Eric MacAdie wrote: > Thanks for the info. > > Someone just

Re: Question about Spring

2010-01-06 Thread Eric MacAdie
Thanks for the info. Someone just posted that documentation is a problem. I think there needs to be some documentation on the source code tree. I have used ClearCase in the past, so I know the general concepts of source control, but it would still be nice to have some info posted on what URL

Re: Question about Spring

2010-01-06 Thread Norman Maurer
Hi Eric, yes exactly. Then just build is with: # ant dist BTW, I will merge the branch to trunk later today so you will find it in trunk tomorrow ;) Bye, Norman 2010/1/6 Eric MacAdie : > Can I grab it by running the command > svn co > http://svn.apache.org/repos/asf/james/server/sandbox/activ

Re: Question about Spring

2010-01-06 Thread Eric MacAdie
Can I grab it by running the command svn co http://svn.apache.org/repos/asf/james/server/sandbox/active/pure_spring_deployment/ Regards, Eric MacAdie Pronounced muh-KAY-dee Norman Maurer wrote: Hi Eric, first of yes it should just work with coping the config.xml :) Anyway if you want to us

Re: Question about Spring

2010-01-04 Thread Norman Maurer
Hi Eric, first of yes it should just work with coping the config.xml :) Anyway if you want to use Spring you even could give the pure-spring deployment a try to see if it works for you. Its currently located in a sandbox and hopefully will get merged soon to trunk to remove the whole phoenix stuf

Question about Spring

2010-01-03 Thread Eric MacAdie
I just downloaded the Spring milestone to my desktop, and I got it to run, even though I do not use this as a mail server. I know at this point this is "use at your own risk", but: Could I just upload this to a server and use my current config.xml and copy it to james-server-spring-deployment-

Re: question about blacklist

2009-06-12 Thread Robert Burrell Donkin
On Thu, Jun 11, 2009 at 4:37 PM, LUQ wrote: > > is there somebody who can answer me. > please i want the reply. this is the development list: usage questions (like this) tend to get answered quicker on the user list the best place to start is by reading the documentation in the james configuratio

Re: Build question

2009-06-12 Thread Robert Burrell Donkin
ining 2.X and another for 3? >> >> a controversial question so i'll try to explain the consensus as i see >> it (hopefully anyone who disagrees will jump in) >> >> 2.x is stable and changes will be kept minimal. so ant will remain the >> preferred build tool and

Re: Build question

2009-06-12 Thread Norman Maurer
and another for 3? >> >> a controversial question so i'll try to explain the consensus as i see >> it (hopefully anyone who disagrees will jump in) >> >> 2.x is stable and changes will be kept minimal. so ant will remain the >> preferred build tool and maven only

Re: Build question

2009-06-12 Thread Bernd Fondermann
Robert Burrell Donkin wrote: > On Wed, Jun 10, 2009 at 5:47 AM, Eric MacAdie wrote: >> How will James be built going forward? Will Maven or Ant be the preferred >> build tool? Will one be used for maintaining 2.X and another for 3? > > a controversial question so i'll tr

Re: question about blacklist

2009-06-11 Thread LUQ
there somebody can help me, please? > > -- View this message in context: http://www.nabble.com/question-about-blacklist-tp23914755p23983783.html Sent from the James - Dev mailing list archive at Nabble.com. - To unsubsc

Re: Build question

2009-06-09 Thread Robert Burrell Donkin
On Wed, Jun 10, 2009 at 5:47 AM, Eric MacAdie wrote: > How will James be built going forward? Will Maven or Ant be the preferred > build tool? Will one be used for maintaining 2.X and another for 3? a controversial question so i'll try to explain the consensus as i see it (hopefully

Build question

2009-06-09 Thread Eric MacAdie
How will James be built going forward? Will Maven or Ant be the preferred build tool? Will one be used for maintaining 2.X and another for 3? Eric MacAdie - To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org For a

question about blacklist

2009-06-07 Thread LUQ
Hi all What about blacklist in James. There is no documentation to understand how it works. Another thing how can I set the lists i want to block using blacklist. Is there somebody can help me, please? -- View this message in context: http://www.nabble.com/question-about-blacklist

Re: svn question: Downloading the old stuff

2009-05-26 Thread Robert Burrell Donkin
On Tue, May 26, 2009 at 4:43 AM, Eric MacAdie wrote: > Robert Burrell Donkin wrote: >> >> On Mon, May 25, 2009 at 6:48 AM, Eric MacAdie wrote: >> >> the 3.x stuff is spread out into a number of different locations and >> that'll only check out IMAP and server >> >> unless anyone jumps in with an

Re: svn question: Downloading the old stuff

2009-05-25 Thread Eric MacAdie
Robert Burrell Donkin wrote: On Mon, May 25, 2009 at 6:48 AM, Eric MacAdie wrote: the 3.x stuff is spread out into a number of different locations and that'll only check out IMAP and server unless anyone jumps in with an objection, i'll delete that and create a http://svn.apache.org/repos/

Re: svn question: Downloading the old stuff

2009-05-25 Thread Robert Burrell Donkin
On Mon, May 25, 2009 at 6:48 AM, Eric MacAdie wrote: > Robert Burrell Donkin wrote: >> >> once i explain some background, it might make a little more sense to >> you... >> >> apache james is a project: a self-organising community with a single >> set of committers developing the source and a singl

Re: svn question: Downloading the old stuff

2009-05-24 Thread Eric MacAdie
Robert Burrell Donkin wrote: once i explain some background, it might make a little more sense to you... apache james is a project: a self-organising community with a single set of committers developing the source and a single PMC with votes that bind apache. apache james server is the flagship

Re: svn question: Downloading the old stuff

2009-05-23 Thread Robert Burrell Donkin
On Sat, May 23, 2009 at 8:17 PM, Eric MacAdie wrote: > I am looked a bit at the 407 page  svn red book > (http://svnbook.red-bean.com/), and I might find an answer to this question > there, but I will ask here anyway. Can I exclude certain parts of the souce > directory tree from a ch

svn question: Downloading the old stuff

2009-05-23 Thread Eric MacAdie
I am looked a bit at the 407 page svn red book (http://svnbook.red-bean.com/), and I might find an answer to this question there, but I will ask here anyway. Can I exclude certain parts of the souce directory tree from a checkout? I ran "svn checkout http://svn.apache.org/repos/asf/

Re: IMAP Module question

2008-09-30 Thread Robert Burrell Donkin
On Mon, Sep 29, 2008 at 3:31 PM, Martin.Bergljung <[EMAIL PROTECTED]> wrote: > Hi, > > > > I am working on a project where we have integrated the Apache James IMAP > module with Alfresco. cool :-) > We have that integration working fine now but would like to upgrade the > IMAP libs etc to be inli

IMAP Module question

2008-09-29 Thread Martin.Bergljung
Hi, I am working on a project where we have integrated the Apache James IMAP module with Alfresco. We have that integration working fine now but would like to upgrade the IMAP libs etc to be inline with latest builds from Apache James, and what will be released, so we are not working with co

Re: Question

2008-09-29 Thread Stefano Bagnara
ould like to publish a module made in java to connect the james >>> server >>> with ldap, to use the ldap database for authenticate users when they >>> try to >>> connect to the pop3 server or smtp. My question is where i have to go >>> t

Re: Question

2008-09-29 Thread Norman Maurer
ld like to publish a module made in java to connect the james server >>> with ldap, to use the ldap database for authenticate users when they >>> try to >>> connect to the pop3 server or smtp. My question is where i have to go to >>> do >>> this? >>

Re: Question

2008-09-29 Thread Carles Pastor
ish a module made in java to connect the james server with ldap, to use the ldap database for authenticate users when they try to connect to the pop3 server or smtp. My question is where i have to go to do this? You should start with LDAPUserRepository, but there are known issues:

Re: Question

2008-09-29 Thread Stefano Bagnara
= ha scritto: > i would like to publish a module made in java to connect the james server > with ldap, to use the ldap database for authenticate users when they > try to > connect to the pop3 server or smtp. My question is where i have to go to do > this? You should start with LDA

  1   2   >