I'm using saslauthd to authenticate users sending mails, but for some reason I'm still getting auxprop errors in the log file:
Aug 23 14:36:21 ddsde1 postfix/smtpd[5030]: sql_select option missing Aug 23 14:36:21 ddsde1 postfix/smtpd[5030]: auxpropfunc error no mechanism available Aug 23 14:36:21 ddsde1 postfix/smtpd[5030]: _sasl_plugin_load failed on sasl_auxprop_plug_init for plugin: sql
Why is it looking for these options? Here's the smtpd.conf file:
pwcheck_method: saslauthd mech_list: PLAIN LOGIN log_level: 5
smtpd.conf? Also please show us the output ofpostconf smtpd_sasl_path? – quanta Aug 23 '12 at 12:47