Searched defs:helo_data (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-smtp/
H A Dsmtp-server-cmd-helo.c57 struct smtp_server_cmd_helo *helo_data; local
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)) <
[all...]
H A Dsmtp-server-transaction.c129 const struct smtp_server_helo_data *helo_data = &conn->helo; local
141 if (helo_data->domain_valid)
142 str_append(str, helo_data->domain);
/dovecot/src/submission/
H A Dcmd-mail.c28 struct smtp_server_helo_data *helo_data = local
35 if (helo_data->domain == NULL)
39 proxy_data.helo = helo_data->domain;

Completed in 1973 milliseconds