Lines Matching refs:auth_user
82 const char *log_prefix, *auth_token, *auth_user;
298 } else if (strncmp(line, "auth_user=", 10) == 0) {
299 user->auth_user = p_strdup(user->pool, line+10);
410 const char *auth_user, *auth_username, *auth_domain;
411 if (user == NULL || user->auth_user == NULL) {
412 auth_user = input->username;
416 auth_user = user->auth_user;
417 auth_username = t_strcut(user->auth_user, '@');
418 auth_domain = i_strchr_to_next(user->auth_user, '@');
432 { '\0', auth_user, "auth_user" },
690 mail_user->auth_user = p_strdup(mail_user->pool, user->auth_user);