You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-user@james.apache.org by Gabe <ga...@gmail.com> on 2012/03/17 02:13:29 UTC

james 3.0 beta4 info

Hi there,
anybody has an idea (or maybe a link towards a instruction page) about
the configuration for the 3.0beta4 server.
It seems that it has changed a lot since 3.0beta3:
- with most of the .xml files turned into .conf
- and also the <james>/conf/context/*.xml files are also gone and now
it looks that now there's a bunch of spring files in the
<james>/conf/META-INF/org/apache/james/ directory.
- and at last but not least the apache-james-3.0-beta4-SNAPSHOT.jar
also contains lots of these config files: spring-server.xml,
spring-mailbox-authenticator.xml, spring-mailbox-hbase.xml ...

Anyways, right now i got it running but cannot connect through the
smtp nor imap even if there is no errors in my wrapper.log (nor
james-server.log) but before tackling these problems i was wondering
if there is a home page for this 3.0beta4 that would guide us through
the configuration of it.


Cheers,
--gabe

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: james 3.0 beta4 info

Posted by Gabe <ga...@gmail.com>.
thank you Eric,
yup, all make sense now, i messed up the wrapper.conf and removed the
../conf classpath entry and because now the cutom config files are
classpath resrouces it was acting up on me.

Cheers,
--gabe


On Fri, Mar 16, 2012 at 11:36 PM, Eric Charles <er...@apache.org> wrote:
> Hi,
> The vote for 3b4 release will start next week and in //, the documentation
> will be updated to reflect all the changes you listed.
>
> All conf/xml now embeded in jars can be overwritten if you create a file a
> the same name/path in the conf folder, and redefine there how you want it to
> (*.conf are for configuration, *.xml are for spring).
>
> I you want to change something specific, just ask here.
>
> I just tested the snapshot:
> $  curl -O
> https://repository.apache.org/content/repositories/snapshots/org/apache/james/apache-james/3.0-beta4-SNAPSHOT/apache-james-3.0-beta4-20120316.161936-593-app.zip
> $ unzip apache-james-3.0-beta4-20120316.161936-593-app.zip
> $ cd apache-james-3.0-beta4-SNAPSHOT/bin/
> $ sudo ./run.sh
> ...
> INFO  07:32:42,976 | org.apache.james.app.spring.JamesAppSpringMain | Apache
> James Server is successfully started in 7655 milliseconds.
>
> $ telnet localhost 25
> Trying 127.0.0.1...
> Connected to localhost.
> Escape character is '^]'.
> 220 ech-4.local JAMES SMTP Server Server (JAMES SMTP Server ) ready
> EHLO test.com
> 250-ech-4.local Hello test.com [127.0.0.1])
> 250-PIPELINING
> 250-ENHANCEDSTATUSCODES
> 250 8BITMIME
>
>
> It just start fine and I can connect to SMTP,...
>
> Can you tell us more how you connect, and the error messages you get (relook
> in the logs for ERROR, WARN... - you can also raise the the log level in the
> conf/log4j.properties).
>
> Thx, Eric
>
>
> On 17/03/12 02:13, Gabe wrote:
>>
>> Hi there,
>> anybody has an idea (or maybe a link towards a instruction page) about
>> the configuration for the 3.0beta4 server.
>> It seems that it has changed a lot since 3.0beta3:
>> - with most of the .xml files turned into .conf
>> - and also the<james>/conf/context/*.xml files are also gone and now
>> it looks that now there's a bunch of spring files in the
>> <james>/conf/META-INF/org/apache/james/ directory.
>> - and at last but not least the apache-james-3.0-beta4-SNAPSHOT.jar
>> also contains lots of these config files: spring-server.xml,
>> spring-mailbox-authenticator.xml, spring-mailbox-hbase.xml ...
>>
>> Anyways, right now i got it running but cannot connect through the
>> smtp nor imap even if there is no errors in my wrapper.log (nor
>> james-server.log) but before tackling these problems i was wondering
>> if there is a home page for this 3.0beta4 that would guide us through
>> the configuration of it.
>>
>>
>> Cheers,
>> --gabe
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
>> For additional commands, e-mail: server-user-help@james.apache.org
>>
>
> --
> eric | http://about.echarles.net | @echarles
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org


Re: james 3.0 beta4 info

Posted by Eric Charles <er...@apache.org>.
Hi,
The vote for 3b4 release will start next week and in //, the 
documentation will be updated to reflect all the changes you listed.

All conf/xml now embeded in jars can be overwritten if you create a file 
a the same name/path in the conf folder, and redefine there how you want 
it to (*.conf are for configuration, *.xml are for spring).

I you want to change something specific, just ask here.

I just tested the snapshot:
$  curl -O 
https://repository.apache.org/content/repositories/snapshots/org/apache/james/apache-james/3.0-beta4-SNAPSHOT/apache-james-3.0-beta4-20120316.161936-593-app.zip
$ unzip apache-james-3.0-beta4-20120316.161936-593-app.zip
$ cd apache-james-3.0-beta4-SNAPSHOT/bin/
$ sudo ./run.sh
...
INFO  07:32:42,976 | org.apache.james.app.spring.JamesAppSpringMain | 
Apache James Server is successfully started in 7655 milliseconds.

$ telnet localhost 25
Trying 127.0.0.1...
Connected to localhost.
Escape character is '^]'.
220 ech-4.local JAMES SMTP Server Server (JAMES SMTP Server ) ready
EHLO test.com
250-ech-4.local Hello test.com [127.0.0.1])
250-PIPELINING
250-ENHANCEDSTATUSCODES
250 8BITMIME


It just start fine and I can connect to SMTP,...

Can you tell us more how you connect, and the error messages you get 
(relook in the logs for ERROR, WARN... - you can also raise the the log 
level in the conf/log4j.properties).

Thx, Eric

On 17/03/12 02:13, Gabe wrote:
> Hi there,
> anybody has an idea (or maybe a link towards a instruction page) about
> the configuration for the 3.0beta4 server.
> It seems that it has changed a lot since 3.0beta3:
> - with most of the .xml files turned into .conf
> - and also the<james>/conf/context/*.xml files are also gone and now
> it looks that now there's a bunch of spring files in the
> <james>/conf/META-INF/org/apache/james/ directory.
> - and at last but not least the apache-james-3.0-beta4-SNAPSHOT.jar
> also contains lots of these config files: spring-server.xml,
> spring-mailbox-authenticator.xml, spring-mailbox-hbase.xml ...
>
> Anyways, right now i got it running but cannot connect through the
> smtp nor imap even if there is no errors in my wrapper.log (nor
> james-server.log) but before tackling these problems i was wondering
> if there is a home page for this 3.0beta4 that would guide us through
> the configuration of it.
>
>
> Cheers,
> --gabe
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
> For additional commands, e-mail: server-user-help@james.apache.org
>

-- 
eric | http://about.echarles.net | @echarles

---------------------------------------------------------------------
To unsubscribe, e-mail: server-user-unsubscribe@james.apache.org
For additional commands, e-mail: server-user-help@james.apache.org