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. |