Home
last modified time | relevance | path

Searched refs:AuthRealm (Results 1 – 10 of 10) sorted by relevance

/freebsd-12.1/contrib/sendmail/contrib/
H A DAuthRealm.p011 - result = reset_saslconn(&conn, AuthRealm, remoteip, \
20 - if (AuthRealm == NULL)
21 - AuthRealm = hostname;
29 - result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
31 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL,
35 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
41 + result = sasl_server_new("smtp", hostname, AuthRealm, NULL, NULL,
/freebsd-12.1/contrib/sendmail/src/
H A Dsrvrsmtp.c87 result = reset_saslconn(&conn, AuthRealm, remoteip, \
101 result = reset_saslconn(&conn, AuthRealm, &saddr_r, \
941 if (AuthRealm == NULL)
942 AuthRealm = hostname;
951 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
955 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
958 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, 0,
H A Dreadcf.c4151 if (AuthRealm != NULL)
4152 sm_free(AuthRealm);
4154 AuthRealm = newstr(val);
4156 AuthRealm = NULL;
H A Dsendmail.h675 EXTERN char *AuthRealm; /* AUTH realm */ variable
H A Dconf.c361 AuthRealm = NULL;
/freebsd-12.1/contrib/sendmail/
H A DKNOWNBUGS105 * AuthRealm for Cyrus SASL may not work as expected. The man page
108 the description of the man page is in contrib/AuthRealm.p0.
H A DRELEASE_NOTES1302 New option AuthRealm to set the authentication realm that is
/freebsd-12.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf496 #O AuthRealm
/freebsd-12.1/contrib/sendmail/cf/m4/
H A Dproto.m4636 _OPTION(AuthRealm, `confAUTH_REALM', `')
/freebsd-12.1/contrib/sendmail/cf/
H A DREADME4293 confAUTH_REALM AuthRealm [undefined] The authentication realm