1826213 Members
2726 Online
109691 Solutions
New Discussion

Sendmail 11.1 and error

 
SOLVED
Go to solution
Fred Martin_1
Valued Contributor

Sendmail 11.1 and error

I was running Sendmail 8.9.3 until last night, when I took the upgrade from HP that brought it to version 11.1 - the notes say that you can leave the 8.9.3 sendmail.cf file in place, with a recommendation to recreate it in order to take advantage of the new features.

It was late, so I left the orginal sendmail.cf file in place.

Now I'm getting these errors in the mail.log, not on every email but on many:

sendmail[15363]: NOQUEUE: connect from out002pub.verizon.net [206.46.170.141]

sendmail[15363]: error: safesasl(/usr/lib/sasl/Sendmail.conf) failed: No such file or directory

sendmail[15363]: error: safesasl(/etc/sasldb.dir) failed: No such file or directory

sendmail[15363]: SASL error: listmech=0, num=0

---
Not sure what 'safesasl' is - any ideas?
fmartin@applicatorssales.com
5 REPLIES 5
Helen French
Honored Contributor
Solution

Re: Sendmail 11.1 and error

This document will be helpful - TKB #KBRC00009133:

http://www1.itrc.hp.com/service/cki/docDisplay.do?docLocale=en_US&docId=200000062909827
Life is a promise, fulfill it!
Helen French
Honored Contributor

Re: Sendmail 11.1 and error

Also, SASL means "Simple Authentication and Security Layer"
Life is a promise, fulfill it!
Paul Sperry
Honored Contributor

Re: Sendmail 11.1 and error

Get, compile, and install cyrus-sasl


http://www.sendmail.org/~ca/email/auth.html
Fred Martin_1
Valued Contributor

Re: Sendmail 11.1 and error

Shiju,

Thanks that certainly explains it. Looks like I'm missing some libraries. I also read the other doc, but frankly didn't understand it :)

Fred
fmartin@applicatorssales.com
Fred Martin_1
Valued Contributor

Re: Sendmail 11.1 and error

Well to clarify, I'm missing libraries if I want to take advantage of SASL. If not, when I lower the LogLevel in sendmail.cf, the messages in mail.log will be reduced.
fmartin@applicatorssales.com