Hallo,
I got the following log entries in /var/log/messages
Apr 5 13:19:51 myhost slaptest: auxpropfunc error
invalid parameter supplied
Apr 5 13:19:51 myhost slapd[18435]: auxpropfunc error
invalid parameter supplied
[..]
However, the actual source of the error is probably due to cyrus attempting to make use of an auxprop store that you don't care to be using (such as sasldb, sql, or ldapdb).
Instead of reconfiguring your rsyslog.conf, you may be able to stop the messages by configuring a sasl slapd.conf (e.g. /usr/lib/sasl2/slapd.conf) configuration with the following contents:
auxprop_plugin: slapd
My slapd.conf is:
/etc/sasl2/slapd.conf log_level: 7 mech_list: plain pwcheck_method: saslauthd saslauthd_path: /var/run/saslauthd/mux
With auxprop_plugin: slapd there is no change.
Can I ignore this warning? Thanks for any hints.
Ciao Peter Schütt