Hello, Is anybody using the cyrus-sasl mysql backend on 4.3? I have problems with it, it keeps segfaulting whenever the process enters sasl code. Feizhou
Feizhou a ?crit :> Hello, > > Is anybody using the cyrus-sasl mysql backend on 4.3? > > I have problems with it, it keeps segfaulting whenever the process > enters sasl code. > > Feizhou > _______________________________________________ > CentOS mailing list > CentOS at centos.org > lists.centos.org/mailman/listinfo/centos > >I use these rpms: cyrus-sasl-md5-2.1.19-5.EL4 cyrus-sasl-2.1.19-5.EL4 cyrus-sasl-plain-2.1.19-5.EL4 cyrus-sasl-devel-2.1.19-5.EL4 cyrus-imapd-2.2.12-3.RHEL4.1 cyrus-imapd-utils-2.2.12-3.RHEL4.1 cyrus-sasl-sql-2.1.19-5.EL4 pam_mysql-0.7RC1-1gral The "only" problem is to add in /etc/sysconfig/saslauthd FLAGS="-n 0" to avoid a memory leak. Regards jean-seb.
Feizhou wrote:> Hello, > > Is anybody using the cyrus-sasl mysql backend on 4.3? > > I have problems with it, it keeps segfaulting whenever the process > enters sasl code.Found the problem. I am using postfix 2.2.10 and when it was compiled...it used sasl v1 headers but linked against sasl v2...fixed by adding -I/usr/include/sasl to use sasl v2 headers... regards. feizhou