Re: update to SASL breaks sendmail

2013-01-07 Thread Robert Huff
Any more thoughts on the problem? (I send a previous follow-up, but I'm not sure it got out.) Robert Huff ___ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questio

Re: update to SASL breaks sendmail

2013-01-05 Thread Robert Huff
On 1/5/2013 8:55 PM, Dan Nelson wrote: Base sendmail doesn't link with sasl by default. If you had edited Makefiles or make.conf to enable that, running "make clean all install clean" in /usr/src/usr.sbin/sendmail/ should build and install just the new sendmail. Or, if you had installed the ma

Re: update to SASL breaks sendmail

2013-01-05 Thread Dan Nelson
In the last episode (Jan 05), Robert Huff said: > On 1/5/2013 8:30 PM, Dan Nelson wrote: > > In the last episode (Jan 05), Robert Huff said: > > >>This morning I updated cyrus-sasl to the latest version, which > >> bumps the library version from ".2" to ",3". This appears to break > >> sendma

Re: update to SASL breaks sendmail

2013-01-05 Thread Robert Huff
On 1/5/2013 8:30 PM, Dan Nelson wrote: In the last episode (Jan 05), Robert Huff said: This morning I updated cyrus-sasl to the latest version, which bumps the library version from ".2" to ",3". This appears to break sendmail in at least two places. I have added a mapping in

Re: update to SASL breaks sendmail

2013-01-05 Thread Dan Nelson
In the last episode (Jan 05), Robert Huff said: > I have followed the canonical procedure to get Sendmail to use > SASL. > Yesterday this worked. > This morning I updated cyrus-sasl to the latest version, which > bumps the library version from ".2" to ",3". This appears to brea

update to SASL breaks sendmail

2013-01-05 Thread Robert Huff
I have followed the canonical procedure to get Sendmail to use SASL. Yesterday this worked. This morning I updated cyrus-sasl to the latest version, which bumps the library version from ".2" to ",3". This appears to break sendmail in at least two places. I have ad