Quote:
Originally Posted by phoenix The problem is that, your DNS A record should point to the LAN IP addres not 127.0.0.1. |
I edited my db file and the command hostname returns this.
Code:
[root@mail ~]# host `hostname`
mail.server.com has address 10.10.10.119
mail.server.com mail is handled by 10 mail.server.com.
I re-queued all mails originating from 127.0.0.1 and the /var/log/zimbra.log shows this:
Code:
Nov 6 13:28:26 mail postfix/qmgr[31157]: 38CE51A8029D: to=<info@domain.tld>, relay=none, delay=0.65, delays=0.54/0.11/0/0, dsn=4.4.1, status=deferred (delivery temporarily suspended: connect to mail.server.com[10.10.01.119]: Connection refused)
I also tried to telnet to mail.server.com using port 25, 7025 and 10025. Connection to 10025 was refused.