Hi,
I have removed IPv6 from /etc/hosts, leaving only the following line:
Code:
127.0.0.1 localhost.localdomain localhost
IPv6 is disbled in /etc/sysconfig/network:
Code:
# grep IPV6 /etc/sysconfig/network
NETWORKING_IPV6=no
But it is still on the interface (after reboot):
Code:
# ifconfig eth0 | grep inet6
inet6 addr: fe80::21a:a0ff:fe1b:d70a/64 Scope:Link Is this causing the problem?
SELinux is not enabled:
Code:
# selinuxenabled; echo $?
1
(From man selinuxenabled: ... status 0 if SELinux is enabled and 1 if it is not enabled.)
Right now the new server is back in the lab, but this is how it looks like on the old (functioning) server (with the correct IP address and hostname):
Code:
$ host `hostname`
mail.hjemme.no has address 62.97.193.11
$ dig hjemme.no mx
; <<>> DiG 9.3.1 <<>> hjemme.no mx
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 38945
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 2, AUTHORITY: 2, ADDITIONAL: 4
;; QUESTION SECTION:
;hjemme.no. IN MX
;; ANSWER SECTION:
hjemme.no. 3600 IN MX 3 jesper.bkkb.no.
hjemme.no. 3600 IN MX 1 barracuda.hjemme.no.
;; AUTHORITY SECTION:
hjemme.no. 3600 IN NS ns1.bkkb.no.
hjemme.no. 3600 IN NS ns2.bkkb.no.
;; ADDITIONAL SECTION:
barracuda.hjemme.no. 3600 IN A 62.97.193.12
jesper.bkkb.no. 86400 IN A 62.97.193.4
ns1.bkkb.no. 86400 IN A 62.97.193.3
ns2.bkkb.no. 86400 IN A 62.97.193.53
;; Query time: 0 msec
;; SERVER: 62.97.193.3#53(62.97.193.3)
;; WHEN: Tue Nov 20 15:44:54 2007
;; MSG SIZE rcvd: 181
kas@mail:~$ dig hjemme.no
; <<>> DiG 9.3.1 <<>> hjemme.no
;; global options: printcmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 37933
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 2
;; QUESTION SECTION:
;hjemme.no. IN A
;; ANSWER SECTION:
hjemme.no. 3600 IN A 62.97.243.54
;; AUTHORITY SECTION:
hjemme.no. 3600 IN NS ns2.bkkb.no.
hjemme.no. 3600 IN NS ns1.bkkb.no.
;; ADDITIONAL SECTION:
ns1.bkkb.no. 86400 IN A 62.97.193.3
ns2.bkkb.no. 86400 IN A 62.97.193.53
;; Query time: 0 msec
;; SERVER: 62.97.193.3#53(62.97.193.3)
;; WHEN: Tue Nov 20 15:44:56 2007
;; MSG SIZE rcvd: 116
$
Swapping the two servers should not change any of this.
As you can see, email is relayed through some anti-spam/anti-virus servers before it hits the Zimbra server.
The servers are running with iptables enabled, and full access for loopback:
Code:
-A RH-Firewall-1-INPUT -i lo -j ACCEPT
Regards,
Knut