View Single Post
  #14 (permalink)  
Old 02-13-2007, 03:34 AM
dealt dealt is offline
Active Member
 
Posts: 36
Default

Quote:
Originally Posted by phoenix View Post
Yes, that makes sense.

Do you have a firewall or SElinux on the Zimbra server? Can you post the details of your /etc/hosts file?
No sir, iptables and selinux is disabled on our zimbra server:
Code:
[root@stiimail zcs]# service iptables status
Firewall is stopped.
[root@stiimail zcs]# cat /etc/se
securetty      security/      selinux/       sensors.conf   services       sestatus.conf  setuptool.d/
[root@stiimail zcs]# cat /etc/selinux/config
# This file controls the state of SELinux on the system.
# SELINUX= can take one of these three values:
#       enforcing - SELinux security policy is enforced.
#       permissive - SELinux prints warnings instead of enforcing.
#       disabled - SELinux is fully disabled.
SELINUX=disabled
# SELINUXTYPE= type of policy in use. Possible values are:
#       targeted - Only targeted network daemons are protected.
#       strict - Full SELinux protection.
SELINUXTYPE=targeted
[root@stiimail zcs]#
/etc/hosts:

Code:
[root@stiimail zcs]# cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1               localhost.localdomain localhost
202.90.141.143          stiimail.stii.dost.gov.ph stiimail
[root@stiimail zcs]#
thanks for your patience
Reply With Quote