views:

20

answers:

0

I'm using WAMP server for my Web Development. and now i want to integrate it with hMail Server (to make me can test php mail function locally)

but when i want to test it, i get this error

the error is like this

Test: Collect server details
hMailServer version: hMailServer 5.3.2-B1769
Database type: MySQL

Test: Test IPv6
IPv6 support is available in operating system.

Test: Test outbound port
SMTP relayer is in use.
Trying to connect to host localhost...
Trying to connect to TCP/IP address ::1 on port 25.
Trying to connect to TCP/IP address 127.0.0.1 on port 25.
Connected successfully.

Test: Test MX records
Trying to resolve MX records for local.host...
ERROR: MX records for domain local.host could not be resolved

Test: Test local connect
Connecting to TCP/IP address in MX records for local domain domain local.host...
ERROR: MX records for local domain local.host could not be resolved

can somebody help me why this can be happen?

i using Win7 last time it's working. but now it's not. i already check hosts and check local.host already pointing to 127.0.0.1

or maybe can you suggest the other open source/ free mail server?