Tell me more ×
Server Fault is a question and answer site for professional system and network administrators. It's 100% free, no registration required.

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
share|improve this question
Which distro are you using? – quanta Aug 23 '12 at 12:40
and where did you put the smtpd.conf? Also please show us the output of postconf smtpd_sasl_path? – quanta Aug 23 '12 at 12:47
Dovecot is so, so, so much easier to set up :) – adaptr Aug 23 '12 at 13:18

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.