Re: James Installation

2014-02-25 Thread Saibabu Vallurupalli
Apache James is not dependent on PHP or MySQL. Unless you wanted to integrate with MySQL database. Default settings always uses Derby database. You can see this configuration under $JAMES_HOME/conf/ folder. Thanks, Sai On Tue, Feb 25, 2014 at 9:24 AM, Patwardhan, Kaustubh < kaustubh.patward...@

Re: James installation

2013-01-27 Thread Eric Charles
oh yes, that's a known bug with beta4 release. It is now fixed, but you would need to use a snapshot to get it. Alternatively, you can hack the scripts to add the jar to the classpath, or maybe try to 'export CLASSPATH=/path/to/mysql.jar' before launching james. Thx, Eric On 27/01/2013 11:11,

Re: James installation

2013-01-27 Thread Kamesh Bhallamudi
Hi Eric, Thanks for the reply. There are no exceptions in the james-server.log. I am attaching exceptions which I found in the wrapper.log in the bin directory. There are exceptions like java.lang.ClassNotFoundException: com.mysql.jdbc.Driver I tried by putting the mysql driver jar in the conf/lib

Re: James installation

2013-01-26 Thread Eric Charles
Hi Kamesh, It seems James server is not up and running. Can you double check in the james-server.log for any weird message? After a normal start, it should print "James is successfully started in..." Thx, Eric On 26/01/2013 18:26, Kamesh Bhallamudi wrote: Hi All, I just started using James s

Re: James Installation problem

2007-02-27 Thread Norman Maurer
Hi, it seems some service is allready binded to port 4555. Try to disable the service and start james again. You should be able to get the service name by using: # netstat -tulpen bye Norman > hi, > i got it working with default config.xml file > now when i try to change the config file to run

Re: James Installation Problem

2007-02-08 Thread Dolan
Danke schon, Norman > Just test: > > telnet mail.byteaction.de 25 > > What happen ? > garnichts. Connection could not be made. I attempted this with 2 servers. So what do I do now? Meine Deutsch ist nicht sehr gut. (especially with computers) -- View this message in context: http://ww

Re: James Installation Problem

2007-02-08 Thread Norman Maurer
Hi Dolan, maybe you ISP is blocking outgoing SMTP traffic. I have seen this many times. Can you try what happen if you try to telnet to a mailserver ? Just test: telnet mail.byteaction.de 25 What happen ? bye Norman Dolan schrieb: > Got the forwarding worked out just like you said and after se

RE: James Installation Problem

2007-02-08 Thread Dolan
Got the forwarding worked out just like you said and after sending and reading mail internally I am trying to move forward. I'll probably be creating another thread because I'm having difficulty sending mail. I pulled this from the most recent mailet log: 08/02/07 10:05:21 INFO James.Mailet: R

RE: James Installation Problem

2007-02-08 Thread Bud Bach
rsday, February 08, 2007 8:42 AM To: server-user@james.apache.org Subject: Re: James Installation Problem >You do have something like: > > > conchheads.net > >in config.xml right? Here's the lines from my config.xml file: local

Re: James Installation Problem

2007-02-08 Thread Dolan
>You do have something like: > > > conchheads.net > >in config.xml right? Here's the lines from my config.xml file: localhost conchheads.net Thanks for your further suggestions. I believe that I made a mistake by forwarding mail w/

Re: James Installation Problem

2007-02-08 Thread Dolan
Danny, Thanks for the insightful reply. Those were very helpful, but. Danny Angus wrote: > > > > Look in /var/mail/error and /var/mail/spam > > and check the spoolmanager and mailet logs. > > Increase logging by editing /SAR-INF/environment.xml and making > some or all of the loggers D

Re: James Installation Problem

2007-02-07 Thread Danny Angus
Dolan, This is 90% likely nothing to do with DNS, although you are right to figure on DNS as a common culprit. I have been reading everywhere for information regarding this, but have run into a wall Ouch. 250 2.6.0 Message received That all looks good. What that means is that James ha

Re: James Installation Problem

2007-02-07 Thread Bud Bach
Dolan, Nothing jumps out at me. You do have something like: conchheads.net in config.xml right? Have you looked around in the log files down in ${james_home}/apps/james/logs or looked down in the ${james_home}/apps/james/var/mail directories to see if you can find your

Re: JAMES Installation

2006-12-18 Thread Stefano Bagnara
Try installing james in a folder without spaces in the path. And maybe also try James 2.3.0 we released at the end of october. We strongly encourage using 2.3.0 instead of 2.2.0. Stefano Euan Armstrong wrote: Following all possible quickstarts, installation guides, beginners guides and the like

Re: JAMES Installation

2006-12-18 Thread Norman Maurer
Hi, first of all you should use james-2.3.0 . This is the stable version at the moment and not 2.2.0. I think the error happened cause you used spaces in directory names. If i remember right this is a know issue. Please try to use no whitespaces and start again. Please report if this fix the pro