Re: SASL and auxprop errors

2010-07-20 Thread Gordan Bobic
On Tue, 2010-07-20 at 08:45 -0700, Walter Pinto wrote: > What linux distro are you running? RHEL/CentOS 5. Gordan

Re: SASL and auxprop errors

2010-07-20 Thread Walter Pinto
What linux distro are you running?

Re: SASL and auxprop errors

2010-07-20 Thread Gordan Bobic
On Tue, 2010-07-20 at 08:33 -0700, Walter Pinto wrote: > Try adding this to your smtpd.conf > > sql_select: dummy > > Or you could recompile sasl without sql capabilities Awesome, that silenced the libsql warning. Is there a way to do something similar with the libldapdb warning? Gordan

Re: SASL and auxprop errors

2010-07-20 Thread Walter Pinto
Try adding this to your smtpd.conf sql_select: dummy Or you could recompile sasl without sql capabilities

Re: SASL and auxprop errors

2010-07-20 Thread Gordan Bobic
On Tue, 2010-07-20 at 08:09 -0700, Walter Pinto wrote: > Have you tried adding: > > auxprop_plugin: ldap What, exactly, would that do? My LDAP relevant configuration entries are: mydestination = $myhostname, localhost.localdomain, localhost, ldap:/etc/postfix/ldap-domains.cf local_recipient_maps

Re: SASL and auxprop errors

2010-07-20 Thread Walter Pinto
Have you tried adding: auxprop_plugin: ldap

SASL and auxprop errors

2010-07-20 Thread Gordan Bobic
I am seeing errors like this in syslog: postfix/smtpd[24494]: auxpropfunc error invalid parameter supplied postfix/smtpd[24494]: sql_select option missing postfix/smtpd[24494]: auxpropfunc error no mechanism available It would appear that they are coming from the otherwise unused (that is unuse