Searched refs:saslresult (Results 1 – 1 of 1) sorted by relevance
1616 int saslresult, smtpresult; local1651 saslresult = sasl_client_new(bitnset(M_LMTP, m->m_flags) ? "lmtp"1656 saslresult = sasl_client_new(bitnset(M_LMTP, m->m_flags) ? "lmtp"1660 if (saslresult != SASL_OK)1672 saslresult = sasl_setprop(mci->mci_conn, SASL_SEC_PROPS, &ssp);1673 if (saslresult != SASL_OK)1688 saslresult = sasl_setprop(mci->mci_conn, SASL_SSF_EXTERNAL, &ssf);1689 if (saslresult != SASL_OK)1691 saslresult = sasl_setprop(mci->mci_conn, SASL_AUTH_EXTERNAL, auth_id);1692 if (saslresult != SASL_OK)[all …]