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.