<div dir="ltr">On Tue, Jun 17, 2014 at 3:04 AM, Vijay Sarvepalli wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div dir="ltr">Hello Michael,<div><br></div><div>This is usually a permissions issue.  Have you checked where saslauthd is running as a UNIX socket - the permissions are world readable/writeable? Check the permissions of</div>
<div>(typical location)</div><div>/var/run/saslauthd/</div><div>/var/run/saslauthd/mux.socket </div><div><br></div><div>If not, you can turn on debugging in Sendmail and then see the errors either in mismatched of allowed protocols. &quot;-O loglevel=14&quot; when you run sendmail should be sufficient.</div>
<div><br></div></div></blockquote><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks Vijay, still having problems.  I tried chmodding /var/run/saslauthd to 777 but it didn&#39;t help.  When raising the log level to 14, here&#39;s what I see in the log:</div>
<div class="gmail_extra"><br><div class="gmail_extra">Jun 17 04:53:28 strange sm-mta[8152]: NOQUEUE: connect from <a href="http://host-X-X-X-X.rangeX-X.btcentralplus.com">host-X-X-X-X.rangeX-X.btcentralplus.com</a> [1.2.3.4]</div>
<div class="gmail_extra">Jun 17 04:53:28 strange sm-mta[8152]: AUTH: available mech=LOGIN PLAIN, allowed mech=EXTERNAL LOGIN PLAIN</div><div class="gmail_extra">Jun 17 04:53:34 strange sm-mta[8152]: STARTTLS=server, relay=<a href="http://host-X-X-X-X.rangeX-X.btcentralplus.com">host-X-X-X-X.rangeX-X.btcentralplus.com</a> [1.2.3.4], version=TLSv1/SSLv3, verify=NOT, cipher=DHE-RSA-AES128-SHA, bits=128/128<br>
</div><div class="gmail_extra">Jun 17 04:53:34 strange sm-mta[8152]: STARTTLS=server, cert-subject=, cert-issuer=, verifymsg=ok</div><div class="gmail_extra">Jun 17 04:53:34 strange sm-mta[8152]: AUTH: available mech=LOGIN PLAIN, allowed mech=EXTERNAL LOGIN PLAIN</div>
<div class="gmail_extra">Jun 17 04:53:34 strange sm-mta[8152]: s5H8rS5Y008152: AUTH failure (PLAIN): generic failure (-1) SASL(-1): generic failure: Password verification failed, relay=<a href="http://host-X-X-X-X.rangeX-X.btcentralplus.com">host-X-X-X-X.rangeX-X.btcentralplus.com</a> [1.2.3.4]</div>
<div class="gmail_extra">Jun 17 04:53:34 strange sm-mta[8152]: s5H8rS5Y008152: AUTH failure (LOGIN): generic failure (-1) SASL(-1): generic failure: checkpass failed, relay=<a href="http://host-X-X-X-X.rangeX-X.btcentralplus.com">host-X-X-X-X.rangeX-X.btcentralplus.com</a> [1.2.3.4]</div>
<div class="gmail_extra"><br></div><div class="gmail_extra">I tried reducing the methods to just LOGIN and PLAIN.  I also added some other lines to the Sendmail.conf.2 file:</div><div class="gmail_extra"><br></div><div class="gmail_extra">
<div class="gmail_extra">pwcheck_method:saslauthd</div><div class="gmail_extra">mech_list: login plain</div><div class="gmail_extra">saslauthd_path: /var/run/saslauthd</div><div class="gmail_extra">allowplaintext: 1<br></div>
<div><br></div><div>sendmail is just not even trying to talk to saslauthd.  Am I missing a library or something?</div></div></div></div>