I just installed a postfix server on my CentOS box. Now I get this error in the logs any time something tries to connect on port 25.
CODE
Aug 17 21:36:36 localhost postfix/smtpd[2358]: fatal: SASL per-process initialization failed
Aug 17 21:36:37 localhost postfix/master[2314]: warning: process /usr/libexec/postfix/smtpd pid 2358 exit status 1
Aug 17 21:36:37 localhost postfix/master[2314]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Aug 17 21:36:37 localhost postfix/master[2314]: warning: process /usr/libexec/postfix/smtpd pid 2358 exit status 1
Aug 17 21:36:37 localhost postfix/master[2314]: warning: /usr/libexec/postfix/smtpd: bad command startup -- throttling
Anybody have any guesses on where I need to be looking for what to fix?