/etc/hosts
[root@is-mail-2 log]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost
::1 localhost6.localdomain6 localhost6
209.101.192.49 is-mail-2.mdtsoft.com is-mail-2
[root@is-mail-2 log]#
[root@is-mail-2 log]# host `hostname`
is-mail-2.mdtsoft.com has address 209.101.192.49
[root@is-mail-2 log]#
[root@is-mail-2 log]# dig any mdtsoft.com
; <<>> DiG 9.4.2 <<>> any mdtsoft.com
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 12837
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 7, AUTHORITY: 0, ADDITIONAL: 6
;; QUESTION SECTION:
;mdtsoft.com. IN ANY
;; ANSWER SECTION:
mdtsoft.com. 86400 IN SOA is-net-2.mdtsoft.com. is.mdtsoft.com. 863 1200 240 1209600 3600
mdtsoft.com. 86400 IN NS is-net-1.mdtsoft.com.
mdtsoft.com. 86400 IN NS is-net-2.mdtsoft.com.
mdtsoft.com. 86400 IN NS guam.mdtsoft.com.
mdtsoft.com. 86400 IN NS spock.mdtsoft.com.
mdtsoft.com. 86400 IN MX 10 is-smtp-2.mdtsoft.com.
mdtsoft.com. 86400 IN MX 10 is-smtp-1.mdtsoft.com.
;; ADDITIONAL SECTION:
guam.mdtsoft.com. 86400 IN A 209.101.192.2
is-net-1.mdtsoft.com. 86400 IN A 209.101.192.169
is-net-2.mdtsoft.com. 86400 IN A 209.101.192.168
spock.mdtsoft.com. 86400 IN A 209.101.192.158
is-smtp-1.mdtsoft.com. 86400 IN A 209.101.192.25
is-smtp-2.mdtsoft.com. 86400 IN A 209.101.192.119
;; Query time: 2 msec
;; SERVER: 209.101.192.169#53(209.101.192.169)
;; WHEN: Thu Feb 7 06:39:44 2008
;; MSG SIZE rcvd: 301
NOTE I am (and it was working like a charm) running a "split domain" is-smtp-* are
ONLY smtp servers and run canit anti spam. They are set up to forward to the two
(production, courier and testing, zimbra is-mail-2) server by user name (right now
only 1 user on is-mail-2 and mail is also sent to the courier server).
I have zimbra set to always relay to is-smtp-1
Thanks
P.S. all of these commands where run ON is-mail-2 by the user root. is-mail-2 is a
Fedora 7 (Moonshine) with yum -y update done just before the install of zimbra (version 5.0.0 GR Open Source)
[root@is-mail-2 log]# rpm -qi zimbra-core
Name : zimbra-core Relocations: (not relocatable)
Version : 5.0.0_GA_1869.F7 Vendor: Zimbra, Inc.
Release : 20071218205447 Build Date: Wed 19 Dec 2007 12:01:54 AM EST
Install Date: Wed 09 Jan 2008 08:34:50 AM EST Build Host: build20.re.zimbra.com
Group : Applications/Messaging Source RPM: zimbra-core-5.0.0_GA_1869.F7-20071218205447.src.rpm
Size : 270725388 License: Various
Signature : (none)
Packager : Zimbra, Inc.
URL :
http://www.zimbra.com
Summary : Zimbra Core
Description :
Best email money can buy
Hope this helps