View Single Post
  #3 (permalink)  
Old 02-23-2006, 05:38 PM
eger eger is offline
Intermediate Member
 
Posts: 15
Default

Super fast response,

I think i see a problem now, heres what those commands give (stripping my domain and real ip):

[zimbra@mail ~]$ host `hostname`
mail.mydomain.com has address xx.xxx.xxx.225
[zimbra@mail ~]$ ps auxww | grep slapd
zimbra 15007 0.2 0.9 23436 4700 ? Ssl 16:31 0:00 /opt/zimbra/openldap-2.2.28/libexec/slapd -l LOCAL0 -4 -u zimbra -h ldaps:// ldap://:389/ -f /opt/zimbra/conf/slapd.conf
[zimbra@mail ~]$ ldd /opt/zimbra/openldap/libexec/slapd
libsasl2.so.2 => /opt/zimbra/cyrus-sasl/lib/libsasl2.so.2 (0x00392000)
libssl.so.4 => /lib/libssl.so.4 (0x00bda000)
libcrypto.so.4 => /lib/libcrypto.so.4 (0x009de000)
libresolv.so.2 => /lib/libresolv.so.2 (0x0099b000)
libpthread.so.0 => /lib/tls/libpthread.so.0 (0x00947000)
libc.so.6 => /lib/tls/libc.so.6 (0x007de000)
libdl.so.2 => /lib/libdl.so.2 (0x0090a000)
libgssapi_krb5.so.2 => /usr/lib/libgssapi_krb5.so.2 (0x009c8000)
libkrb5.so.3 => /usr/lib/libkrb5.so.3 (0x00ac9000)
libcom_err.so.2 => /lib/libcom_err.so.2 (0x0095b000)
libk5crypto.so.3 => /usr/lib/libk5crypto.so.3 (0x00bb7000)
libz.so.1 => /usr/lib/libz.so.1 (0x00935000)
/lib/ld-linux.so.2 (0x007c5000)
[zimbra@mail ~]$

Problem is the IP that host resolves is a different IP than this machine. I added mail.mydomain.com with this machines ip to /etc/hosts in hopes it would use that (since I don't want to switch traffic to this machine until it's working). Is there a way I can get the zimbra user to think mail.mydomain.com is a certain IP until I change the real DNS?

Thanks again for such a quick reply.
Reply With Quote