Log in

View Full Version : EQ Server Mail Issue


Xenerox
03-06-2010, 12:57 AM
not that big of a deal but how do i get the mail on server to work so i could for example send trevius a message on stormhaven?

Derision
03-06-2010, 05:35 AM
There is no external interface to in-game mail, i.e. you can't send mail between servers or from the Internet to the in-game mail system.

Xenerox
03-06-2010, 01:12 PM
ok then is it possiable to make it so i can send mail to other players on my server?

Derision
03-06-2010, 03:03 PM
Yes

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

In your eqemu_config.xml, configure these entries:

<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.

Xenerox
03-06-2010, 11:16 PM
one more thing no one can /tell or /ooc at level 1 or whatever could u tell me how i could fix this??