Le 23/02/2016 12:03, runnee a écrit : > Hi Benoit! Thanks for the quick reply. > >> Which version ? On trunk ? beta 4 ? beta 5 ? > > I have tried successfully on 2.3.2, beta4, beta5, but unsuccessful for > trunk SVN eclipse because Maven doesn't build due to some errors for > Sieverepository.
Try rm -rf ~/.m2/repositories/org/apachejames If it persists send the errors logs. And your version of java, and maven. Build is passing for us using java 6 and java 8 on git master branch from this repository https://github.com/apache/james-project.git > >> You can do this using the IMAP protocol once your UsersRepository is > well configured > > usersrepository23-template.xml > > <importjames23-usersrepository > class="org.apache.james.user.file.UsersFileRepository"> > > <destination URL="file://var/users/" /> > <ignoreCase>true</ignoreCase> > <enableAliases>true</enableAliases> > <enableForwarding>true</enableForwarding> > <enableVirtualHosting>false</enableVirtualHosting> > > </importjames23-usersrepository> Comment importjames23-usersrepository ... You don't need it > > usersrepository-template.xml Rename it to usersrepository.xml. if it is not done, you should get an error upon James startup... > > <usersrepository name="LocalUsers" > class="org.apache.james.user.jpa.JPAUsersRepository"> > <algorithm>MD5</algorithm> > <enableVirtualHosting>true</enableVirtualHosting> > </usersrepository> > > I did not do any editing because I have no idea what to do here and where > to go to. This is my first time using james. Would love to learn more about > it! > >> I don't know. I had a working RainLoop and RoundCube once. It was easy > to do once IMAP was running. > > Oh so I don't have to use HUPA for this case? I could use RoundCube if I > want to? Of course. IMAP and SMTP are widely used, RFC defined protocols and are managed by all the webmail around ! > >> Yes, that is not that hard to set up ! Good luck ! > > Any links or hints on where do I find resources to read for registering of > users? Use the command line client : ./james-cli -h 127.0.0.1 -p 9999 ADDUSER btell...@linagora.com > > Regards, Regards, and good luck figuring this out... > Runnee > > On Tue, Feb 23, 2016 at 12:18 PM, Benoit Tellier-2 [via James] < > ml-node+s10919n56293...@n7.nabble.com> wrote: > >> Hi Runee >> >> Le 23/02/2016 10:32, runnee a écrit : >>> Hi guys. I don't know if I am asking in the correct forums but I am >>> desperately in need of help using this framework as resources are not >> easy >>> for me to find. >>> >>> I have installed Apache James 3 on my Windows 10 64-bit machine. >>> I also have successfully set up apache james 3 and able to telnet into >>> 127.0.0.1 port25. >> >> Congratulation ! >> >> Which version ? On trunk ? beta 4 ? beta 5 ? >> >>> So I tested by adding domains and users based on apache james' >> quickstart >>> guide. >>> >>> Everything is successful and working well but now this is another >> question. >>> How do I move up a step? >>> >>> 1. I would love to know how do I log in as a user to read the email sent >> by >>> another user in the server. >> >> You can do this using the IMAP protocol once your UsersRepository is >> well configured >> >>> 2. I read up on logging in as a root user but there is no way I can find >> out >>> how to add a user as I could not find config.xml in beta3 because apache >>> 2.3.2 there is this folder called config.xml to add root users but it >> can >>> not be found in beta3. >> >> There is no root user. Administration is don threw CLI client. >> >> Also, it depends on your UsersRepository settings. Which one are you >> using ? Can you show us your conf/usersrepository.xml file ? >> >>> 3. How do I integrate HUPA with apache james? >> >> I don't know. I had a working RainLoop and RoundCube once. It was easy >> to do once IMAP was running. >> >>> >>> I am working on making an email server that enable users to be >> registered by >>> an administrator. I would love to see a 'live' demo of being able to >> email >>> from one user to another user and also logging in to read emails. >> >> Yes, that is not that hard to set up ! Good luck ! >>> >>> I have also tried to extract SVN and building with Eclipse. I have done >> it >>> successfully but I do not know how to start james in eclipse. So I am >> also >>> stuck here. I see HUPA in Eclipse but I also have no idea how do i start >>> that. >> >> You can read the readme and use the docker containers provided by >> Linagora. >> >> Alternatively, you can unzip the /app/target/apache-james....zip and >> start it that way. >>> >>> What should I do next to get my project started? All I see is just >> Message >>> received and that is all. I really need some directions for me to move >>> ahead. Been stuck at this for like 1 week trying out all version of >> james >>> and also trying to integrate hupa and james. >>> I would appreciate it if help is provided as google is not providing me >> as >>> much information as I need. >>> >>> Regards. >> >> Regards, >> >> Benoit Tellier >> >>> >>> >>> >>> -- >>> View this message in context: >> http://james.10919.n7.nabble.com/Hi-I-need-help-for-apache-james-tp56292.html >>> Sent from the James - Users mailing list archive at Nabble.com. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=56293&i=0> >>> For additional commands, e-mail: [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=56293&i=1> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=56293&i=2> >> For additional commands, e-mail: [hidden email] >> <http:///user/SendEmail.jtp?type=node&node=56293&i=3> >> >> >> >> ------------------------------ >> If you reply to this email, your message will be added to the discussion >> below: >> >> http://james.10919.n7.nabble.com/Hi-I-need-help-for-apache-james-tp56292p56293.html >> To unsubscribe from Hi I need help for apache james!, click here >> <http://james.10919.n7.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=56292&code=cm80ZHJ1bm4zckBnbWFpbC5jb218NTYyOTJ8ODg3MjA4OTI=> >> . >> NAML >> <http://james.10919.n7.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > > > > > -- > View this message in context: > http://james.10919.n7.nabble.com/Hi-I-need-help-for-apache-james-tp56292p56294.html > Sent from the James - Users mailing list archive at Nabble.com. > --------------------------------------------------------------------- To unsubscribe, e-mail: server-user-unsubscr...@james.apache.org For additional commands, e-mail: server-user-h...@james.apache.org