Searched refs:saslresult (Results 1 – 1 of 1) sorted by relevance
1558 int saslresult, smtpresult; local1593 saslresult = sasl_client_new(bitnset(M_LMTP, m->m_flags) ? "lmtp"1598 saslresult = sasl_client_new(bitnset(M_LMTP, m->m_flags) ? "lmtp"1602 if (saslresult != SASL_OK)1616 saslresult = sasl_setprop(mci->mci_conn, SASL_SEC_PROPS, &ssp);1617 if (saslresult != SASL_OK)1632 saslresult = sasl_setprop(mci->mci_conn, SASL_SSF_EXTERNAL, &ssf);1633 if (saslresult != SASL_OK)1635 saslresult = sasl_setprop(mci->mci_conn, SASL_AUTH_EXTERNAL, auth_id);1636 if (saslresult != SASL_OK)[all …]