Ok, so I've got my server up and running. I've opened up port 25 on my firewall and I'm forwarding it to the Zimbra machine. I've sent two messages from my gmail account to
campee@campee.bounceme.net. I don't get any failure messages.. so I check out the queue on the Zimbra server. They're stuck in my queue with the following error:
Reason: connect to campeemail.bounceme.net[67.164.73.95]: connection refused
Here's my hosts file:
root@campeemail:/opt/zimbra# cat /etc/hosts
127.0.0.1 localhost
192.168.1.9 campeemail.bounceme.net
# The following lines are desirable for IPv6 capable hosts
::1 ip6-localhost ip6-loopback
fe00::0 ip6-localnet
ff00::0 ip6-mcastprefix
ff02::1 ip6-allnodes
ff02::2 ip6-allrouters
ff02::3 ip6-allhosts
Why is it trying to connect to the public IP? Shouldn't it try to connect to localhost? Or 192.168.1.9 ?