Re: [Javaemailserver-user] Installing JES on CentOS 6.5
Brought to you by:
edaugherty,
mfg8876
From: <jav...@li...> - 2014-11-02 15:04:42
|
Hi Ryan, I have installed CentOS 6.6 and setup jes in the minimum fashion. That is: Set localhost as a local domain in mail.xml. Added a single user in user.conf (actually used user.incoming@localhost=kana1234). Because in linux the first 1024 ports are considered privileged, I also set the smtp port to 10025 and the pop3 port to 10110. I also killed my network connection so that I can get the dreaded UnknownHostException (which will either abort the server launch or allow it to continue normally). JES started as expected. I have updated the code base with a number of fixes to address various issues that have come up in recent months. There is still some work to be done, so I could wait before issuing a maintenance release (within the week by all accounts). Since I cannot reproduce your issue, I ask that you mail me a copy of mail.xml, user.conf, jes.log and jes2.log. I can only hope that I can find clues in these file that will help coming up with a fix. Please make sure that user.conf is unaltered. I need to check that the line terminators are properly handled. Regards, Andreas > Date: Wed, 29 Oct 2014 12:43:02 +0100 > To: jav...@li... > From: jav...@li... > Subject: Re: [Javaemailserver-user] Installing JES on CentOS 6.5 > > I can also not startup the email-server with similar parameter, there > is always an java.net.UnknownHostException. On Window it works? > > 2014-10-28 23:49 GMT+01:00, jav...@li... > <jav...@li...>: > > Hi > > > > I'm currently trying to install JES 2.8 on CentOS 6.5. When I run mail.sh I > > get the following error: > > > > [main]ConfigurationManagerBackEndFile - No users registered with any > > domain!! > > [main]ConfigurationManagerBackEndFile - No users registered, aborting > > startup. Please consult the documentation > > > > I have configured mail.xml with the domain localhost and the user.conf file > > with user.incoming@localhost=kana1234. > > > > I have used similar config on Windows with JES before and not had any issues > > so any help would be appreciated. > > > > Thanks > > > > Ryan > > > > ------------------------------------------------------------------------------ > _______________________________________________ > Javaemailserver-user mailing list > Jav...@li... > https://lists.sourceforge.net/lists/listinfo/javaemailserver-user |