Home
last modified time | relevance | path

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

/freebsd-13.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-13.1/contrib/sendmail/src/
H A Dsrvrsmtp.c119 result = reset_saslconn(&conn, AuthRealm, remoteip, \
134 result = reset_saslconn(&conn, AuthRealm, &saddr_r, \
1021 if (AuthRealm == NULL)
1022 AuthRealm = hostname;
1031 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, NULL,
1035 result = sasl_server_new("smtp", AuthRealm, "", NULL, 0, &conn);
1038 result = sasl_server_new("smtp", AuthRealm, NULL, NULL, 0,
H A Dreadcf.c4240 if (AuthRealm != NULL)
4241 sm_free(AuthRealm);
4243 AuthRealm = newstr(val);
4245 AuthRealm = NULL;
H A Dsendmail.h745 EXTERN char *AuthRealm; /* AUTH realm */ variable
H A Dconf.c370 AuthRealm = NULL;
/freebsd-13.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_NOTES1420 New option AuthRealm to set the authentication realm that is
/freebsd-13.1/contrib/sendmail/cf/cf/
H A Dsubmit.cf496 #O AuthRealm
/freebsd-13.1/contrib/sendmail/cf/m4/
H A Dproto.m4638 _OPTION(AuthRealm, `confAUTH_REALM', `')
/freebsd-13.1/contrib/sendmail/cf/
H A DREADME4299 confAUTH_REALM AuthRealm [undefined] The authentication realm