View Single Post
  #18  
Old 01-06-2009, 08:52 AM
Derision
Developer
 
Join Date: Feb 2004
Location: UK
Posts: 1,540
Default

Quote:
Originally Posted by brdian View Post
anyone got this working on a windows server? keeps giving a "Mail Key for SOE.EQ.EP.ToonName does not match, closing connection." error in the debug log.
I tested it on Windows. The only obvious reasons for that error is either you didn't do:

Code:
ALTER TABLE `character_` ADD `mailkey` CHAR( 16 ) NOT NULL ;
but in that case you should get additional errors, i.e. Error retrieving mailkey from database.

Reason two would be that the version of world you are running is pre-revision 247.

If neither of those is the cause, try setting adding these lines to log.ini

Code:
MAIL__CLIENT=on
MAIL__TRACE=on
MAIL__PACKETS=on
in log.ini and restarting and post the resulting log from mailserver.
Reply With Quote