Re: Conf problem...?

2011-06-20 Thread math math
Hi Eric, nop, i didn't change the domainlist.xml looks like this : false false localhost in my conf dir, i ve userrepository.xml with true and also userrepository23.xml with false To run the cli project, i ve just run the org.apache.james.cli.ServerCmd.main method with program args lik

Re: Conf problem...?

2011-06-20 Thread Eric Charles
So you explicitly changed the virtualHosting in domainlist.xml from true to false ? To run cli with project loaded in eclipse, simply create a class that invokes the ServerCmd.main with the correct args array. I also made that this weekend but didn't committed the classe because it's not reall

Re: Conf problem...?

2011-06-20 Thread Norman Maurer
Let me know if you still have issues ;) Bye, Norman 2011/6/20 math math : > No i m not using virtualHosting. > actually developping with eclipse and will run those commands using the > james-cli project. > > Thanks for your help ;) > Bye, > Mat. > > > 2011/6/20 Norman Maurer > >> ./james-cli --

Re: Conf problem...?

2011-06-20 Thread math math
No i m not using virtualHosting. actually developping with eclipse and will run those commands using the james-cli project. Thanks for your help ;) Bye, Mat. 2011/6/20 Norman Maurer > ./james-cli --host localhost --adddomain localhost > ./james-cli --host localhost--adddomain 127.0.0.1 > > > B

Re: Conf problem...?

2011-06-20 Thread Norman Maurer
./james-cli --host localhost --adddomain localhost ./james-cli --host localhost--adddomain 127.0.0.1 Bye, Norman Ps: Do you use virtualhosting ? 2011/6/20 math math : > I guess no, how to do that?? > Tks, > Mat. > > 2011/6/20 Norman Maurer > >> Do you have "localhost" added to your DomainList

Re: Conf problem...?

2011-06-20 Thread math math
I guess no, how to do that?? Tks, Mat. 2011/6/20 Norman Maurer > Do you have "localhost" added to your DomainList (via jmx or james-cli)? > > Bye, > Norman > > > 2011/6/20 math math : > > sure : > > > > domainlist.xml: > > > > > > true > > true > > localhost > > > > > > > --

Re: Conf problem...?

2011-06-20 Thread Norman Maurer
Do you have "localhost" added to your DomainList (via jmx or james-cli)? Bye, Norman 2011/6/20 math math : > sure : > > domainlist.xml: > > >  true >  true >  localhost > > > --- > maile

Conf problem...?

2011-06-20 Thread math math
Hi there, after few month using successfully james 3M2 in dev mode, i m trying now to use James 3beta 1. New James launching is quite fine in Eclipse ans mysql database... But when i m trying to send mail from localhost to localhost, it does nt work, i don 't see new message in mailbox here i

Re: Conf problem...?

2011-06-20 Thread math math
sure : domainlist.xml: true true localhost --- mailetcontainer.xml: Postmaster@localhost 20 transport

Re: Conf problem...?

2011-06-20 Thread Norman Maurer
Hi there, can you show use your domainlist.xml and your mailetcontainer.xml. Thanks, Norman 2011/6/20 math math : > Hi there, > > after few month using successfully james 3M2 in dev mode, i m trying now to > use James 3beta 1. > New James launching is quite fine in Eclipse ans mysql database.