I've setup a Windows SMTP server and a Windows POP3 service on Windows Server 2003. Can I have the SMTP server send directly to the POP3 service without setting up a public IP address and domain? The Windows Server is a VM in it's own Workgroup (no other computers) sitting on top of a corporate network.
views:
49answers:
1
+1
A:
You should be able to use the loopback ip address (127.0.0.1) for this, or if you must use a host name then the one mapped to it in the hosts
file - localhost
.
Oded
2010-04-02 17:07:53
I can send fine, but I need a mechanism to receive.
Micah Burnett
2010-04-02 17:25:10
Either way, this doesn't answer the question.
Micah Burnett
2010-04-02 17:42:50
@Micah - using localhost means you do not have to setup a pulibc IP and domain and will allow sending from SMTP to POP3 on the same box.
Oded
2010-04-02 17:44:28