If you are trying to run a public server, you shouldn't uncomment these lines like you did:
Code:
<address>localhost</address>
<localaddress>localhost</localaddress>
Comment them back out and it should start working, or at least be 1 step closer to working. They should be like this:
Code:
<!-- <address>localhost</address> -->
<!-- <localaddress>localhost</localaddress> -->