Fixed the zmprov gs SERVER ref.... wasn't sure if I should run it as my mta server or as the mailstore server, so I tried it for both....
mta-rcps-info:~ zimbra$ zmprov gs mta.rcps.info | grep -i mtaauth
zimbraMtaAuthEnabled: TRUE
mta-rcps-info:~ zimbra$ zmprov gs mail.rcps.info | grep -i mtaauth
zimbraMtaAuthEnabled: TRUE
Running otool -l /opt/zimbra/postfix/libexec/master I get a huge set of data, and the only thing which seems to reference sasl is:
Load command 11
cmd LC_LOAD_DYLIB
cmdsize 84
name /opt/zimbra/cyrus-sasl-2.1.21.ZIMBRA/lib/libsasl2.2.dylib (offset 24)
time stamp 1133549883 Fri Dec 2 13:58:03 2005
current version 3.21.0
compatibility version 3.0.0
This dylib is right where it's pointing.
sasl does not seem to be running.... at least checking with ps -A I'm not seeing anything. If there's another way to check it I'm all ears.
Thanks again for all your help