Tuesday, January 12, 2010

Apache JAMES

Today I installed Apache JAMES to use as our development mail server. I've found this to be easy to use and setup whenever I need a quick mail server. When using e-mail that requires proper formatting, the default "localhost" servername will not work, so to solve this problem, I added
localhost.com
to \apache-james-2.3.2\apps\james\SAR-INF\config.xml

<servernames autodetect="true" autodetectip="true">
<servername>localhost</servername>
<servername>localhost.com</servername>
</servernames>

An easy fix for what can sometimes be an annoying problem.


-Brandy Brewster

No comments:

Post a Comment