View Single Post
  #4  
Old 03-06-2010, 03:03 PM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Yes

http://www.eqemulator.net/wiki/wikka.php?wakka=UCS

In your eqemu_config.xml, configure these entries:
Code:
           <chatserver>
	            <host>yourhost.com</host>
	            <port>10234</port>
	    </chatserver>

	    <mailserver>
	            <host>yourhost.com</host>
	            <port>10234</port>
	    </mailserver>
yourhost.com should be your DNS name, the ports can be any unused port on your server, but the ports must be the same for both the chatserver and mailserver blocks.

You'll probably want to set the rule Chat:EnableMailKeyIPVerification to false in your rules_values table, as most people seem to have a problem with it set to true.

Finally, run the ChatServer.exe program as part of your server startup sequence and mail and chat-channels should work.
Reply With Quote