Date: Fri, 21 Mar 2003 21:29:20 +0100 From: Grzegorz Czaplinski <G.Czaplinski@prioris.mini.pw.edu.pl> To: Paul Lathrop <plathrop@mqtweb.com> Cc: freebsd-questions@freebsd.org Subject: Re: SMTP Authentication Message-ID: <20030321202919.GC34297@prioris.mini.pw.edu.pl> In-Reply-To: <476FA1C6-5BC2-11D7-AE3A-000393BF3DE2@mqtweb.com> References: <476FA1C6-5BC2-11D7-AE3A-000393BF3DE2@mqtweb.com>
next in thread | previous in thread | raw e-mail | index | archive | help
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Fri, Mar 21, 2003 at 12:26:41PM -0500, Paul Lathrop wrote: > I recently configured the mail server I administrate to do SMTP > Authentication using sasl. sasl is configured to use PAM for > authentication, and the smtp PAM service calls pam_mysql. I know it's > rather convoluted, but it's the only solution that matched my needs. > But I digress. Shortly after configuring this system, my logs began > reporting the following error: > > Mar 20 00:31:01 rackspace postfix/smtpd[45892]: > add_plugin(/usr/local/lib/sasl/libkerberos4.so) failed: generic failure > > This error repeats upwards of 70 times per day. Unfortunately, I cannot > track down the cause of this problem. I am not use kerberos anywhere on > my system, and I cannot find a reference to libkerberos in any of the > configuration files. > > Any ideas what could be causing this error and how I might track it > down? I am not sure, but.... During the build, SASL references several libraries and headers. If you don't use Kerberos, you may have old headers in /usr/include. I had once and could not build SASL. What I did was cvsup of fresh sources and make/buildworld with MAKE_KERBEROS4= yes set in /etc/make.conf. Then you may reinstall SASL. As I said, I am not sure, but that may give you a little hint. Cheers, Greg - -- Grzegorz Czaplinski <gregory@prioris.mini.pw.edu.pl> "The Power to Serve, Right for the Power Users!" - http://www.FreeBSD.org/ Fingerprint: EB77 E19D CFA2 5736 810F 847C A70F A275 2489 469F -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.0.6 (FreeBSD) Comment: For info see http://www.gnupg.org iEYEARECAAYFAj57dh0ACgkQpw+idSSJRp/eJgCg5hMSNuLBMh6lIV6uvAqFPyuf wWcAoOXlbILoOcMx/63SliPwJ2/KphsU =yoTW -----END PGP SIGNATURE----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030321202919.GC34297>