View Single Post
  #5 (permalink)  
Old 11-06-2009, 05:26 AM
St.John St.John is offline
Member
 
Posts: 14
Default

Quote:
Originally Posted by phoenix View Post
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.

Last edited by St.John; 11-06-2009 at 05:35 AM..
Reply With Quote