Lines Matching defs:helo_data
57 struct smtp_server_cmd_helo *helo_data;
76 helo_data = p_new(cmd->pool, struct smtp_server_cmd_helo, 1);
77 helo_data->helo.domain = p_strdup(cmd->pool, domain);
78 helo_data->helo.domain_valid = ( ret >= 0 );
79 helo_data->helo.old_smtp = old_smtp;
80 helo_data->first = first;
85 helo_data->changed = TRUE; /* preliminary assessment */
88 conn->pending_helo = &helo_data->helo;
90 command->data = helo_data;
98 cmd, helo_data)) <= 0) {