On Tue, 2010-07-20 at 08:45 -0700, Walter Pinto wrote:
> What linux distro are you running?
RHEL/CentOS 5.
Gordan
What linux distro are you running?
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
Try adding this to your smtpd.conf
sql_select: dummy
Or you could recompile sasl without sql capabilities
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
Have you tried adding:
auxprop_plugin: ldap
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