Dear Wiki user, You have subscribed to a wiki page or wiki category on "James Wiki" for change notification.
The "V3ConfigTutorial" page has been changed by RajuBitter. http://wiki.apache.org/james/V3ConfigTutorial?action=diff&rev1=3&rev2=4 -------------------------------------------------- === Basic configuration === - * Enable virtual hosting - To enable virtual hosting, set <enableVirtualHosting> true </enableVirtualHosting> in conf/mailserver.xml + * Basic mailserver setting in ./conf/mailserver.xml + Set the postmaster email address, enable virtual hosting if needed, and set the default domain to your server's domain name. + {{{ + <mailserver> + <postmaster>postmas...@mydomain.com</postmaster> + <enableVirtualHosting> true </enableVirtualHosting> + <defaultDomain> mydomain.com </defaultDomain> + <helloName autodetect="true">myMailServer</helloName> + </mailserver> + }}} === Using MySQL instead of Derby === Download the MySQL driver JAR from [[http://dev.mysql.com/downloads/connector/j/3.1.html|http://dev.mysql.com/downloads/connector/j/3.1.html]], and put the JAR file into your ./conf/lib folder. Change the database settings in ./conf/database.properties to the following values: