View Single Post
  #3 (permalink)  
Old 04-14-2006, 11:06 AM
tobuck tobuck is offline
Active Member
 
Posts: 25
Default

I managed to get the system back up and running but now it won't receive mail.

I have tmocon.com defined as a domain in zimbra.
I have an internal (office.tmocon.com) and
external dns (tmocon.com)

dig returns this:

[root@enterprise zimbra]# dig tmocon.com MX

; <<>> DiG 9.3.1 <<>> tmocon.com MX
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 59990
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 1

;; QUESTION SECTION:
;tmocon.com. IN MX

;; ANSWER SECTION:
tmocon.com. 86400 IN MX 10 vortex.tmocon.com.

;; AUTHORITY SECTION:
tmocon.com. 86400 IN NS dns3.cawsey.com.
tmocon.com. 86400 IN NS dns2.tmocon.com.

;; ADDITIONAL SECTION:
vortex.tmocon.com. 86400 IN A 142.179.183.240

;; Query time: 3 msec
;; SERVER: 192.168.2.1#53(192.168.2.1)
;; WHEN: Fri Apr 14 10:54:06 2006
;; MSG SIZE rcvd: 112

vortex.tmocon.com and enterprise.office.tmocon.com are different interfaces on my zimbra box. vortex has a public static IP address, enterprise has a private static IP address (192.168.2.2)

Similarly tmocon.com is also known as valiant.tmocon.com. This is the box that runs my dns. tmocon.com has two interfaces, one has a public static IP Address and defiant has a private static IP Address (192.168.2.1)

Currently, there is no firewall.

When I send a test message from tobuck@cawsey.com to to1@tmocon.com
this is what is dumped in the log

Apr 14 10:57:22 enterprise postfix/smtpd[3668]: initializing the server-side TLS engine
Apr 14 10:57:22 enterprise postfix/smtpd[3668]: connect from static24-72-53-29.regina.accesscomm.ca[24.72.53.29]
Apr 14 10:57:22 enterprise postfix/smtpd[3668]: 983DB111058E: client=static24-72-53-29.regina.accesscomm.ca[24.72.53.29]
Apr 14 10:57:22 enterprise postfix/cleanup[3672]: 983DB111058E: message-id=<200604141756.k3EHuxU09006@cawsey.com>
Apr 14 10:57:22 enterprise postfix/qmgr[32128]: 983DB111058E: from=, size=511, nrcpt=1 (queue active)
Apr 14 10:57:22 enterprise amavis[19525]: (19525-04) ESMTP::10024 /opt/zimbra/amavisd/tmp/amavis-20060414T103417-19525: -> Received: SIZE=511 from enterprise.office.tmocon.com ([127.0.0.1]) by localhost (enterprise.office.tmocon.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 19525-04 for ; Fri, 14 Apr 2006 10:57:22 -0600 (MDT)
Apr 14 10:57:22 enterprise postfix/smtpd[3668]: disconnect from static24-72-53-29.regina.accesscomm.ca[24.72.53.29]
Apr 14 10:57:22 enterprise amavis[19525]: (19525-04) Checking: q33kUDeFmJLX [24.72.53.29] ->
Apr 14 10:57:22 enterprise amavis[19525]: (19525-04) cached d8e8fca2dc0f896fd7cb4cb0031ba249 from (0,0)
Apr 14 10:57:23 enterprise postfix/smtpd[3676]: initializing the server-side TLS engine
Apr 14 10:57:23 enterprise postfix/smtpd[3676]: connect from localhost.localdomain[127.0.0.1]
Apr 14 10:57:23 enterprise postfix/smtpd[3676]: 40C721110598: client=localhost.localdomain[127.0.0.1]
Apr 14 10:57:23 enterprise postfix/cleanup[3672]: 40C721110598: message-id=<200604141756.k3EHuxU09006@cawsey.com>
Apr 14 10:57:23 enterprise postfix/qmgr[32128]: 40C721110598: from=, size=1160, nrcpt=1 (queue active)
Apr 14 10:57:23 enterprise postfix/smtpd[3676]: disconnect from localhost.localdomain[127.0.0.1]
Apr 14 10:57:23 enterprise amavis[19525]: (19525-04) FWD via SMTP: -> , 250 2.6.0 Ok, id=19525-04, from MTA([127.0.0.1]:10025): 250 Ok: queued as 40C721110598
Apr 14 10:57:23 enterprise amavis[19525]: (19525-04) Passed CLEAN, [24.72.53.29] [24.72.53.29] -> , Message-ID: <200604141756.k3EHuxU09006@cawsey.com>, mail_id: q33kUDeFmJLX, Hits: -1.762, 487 ms
Apr 14 10:57:23 enterprise postfix/smtp[3673]: 983DB111058E: to=, relay=127.0.0.1[127.0.0.1], delay=1, status=sent (250 2.6.0 Ok, id=19525-04, from MTA([127.0.0.1]:10025): 250 Ok: queued as 40C721110598)
Apr 14 10:57:23 enterprise amavis[19525]: (19525-04) extra modules loaded: Net/LDAP/Bind.pm
Apr 14 10:57:23 enterprise postfix/qmgr[32128]: 40C721110598: to=, relay=none, delay=0, status=deferred (delivery temporarily suspended: connect to tmocon.com[142.179.181.139]: Connection refused)
Apr 14 10:57:23 enterprise postfix/qmgr[32128]: 983DB111058E: removed

The temporarily suspended message is interesting. Is postfix trying to talk to port 25 on tmocon.com? If that is the case, why? The MX record for tmocon.com shows that vortex handles the mail...

Also, I was trying a number of different installation options out and noticed that when I login to the admin page I get two servers listed:
1) enterprise.office.tmocon.com
2) vortex.tmocon.com

How can I delete vortex.tmocon.com?

Any help would be greatly appreciated. I'm desparate in trying to get the system backup and running (I'm missing many and valuable emails).
Reply With Quote