View Single Post
  #6 (permalink)  
Old 12-06-2005, 09:16 AM
marcmac marcmac is offline
Zimbra Employee
 
Posts: 2,103
Default Could be libraries

This could be a library issue. The postfix that you uninstalled - was it a package, or something you compiled yourself? (Which OS are you on?)

Do this:
ps auxww | grep postfix
Find the "master" process
lsof -p <pid of master process>

Which libraries is it using?

Also, ldd /opt/zimbra/postfix/libexec/master as root may help.
Reply With Quote