Searched defs:helo (Results 1 - 9 of 9) sorted by relevance

/dovecot/src/submission/
H A Dcmd-helo.c32 proxy_data.helo = data->helo.domain;
33 proxy_data.proto = (data->helo.old_smtp ?
44 struct cmd_helo_context *helo = cmd->context; local
51 if (!helo->data->helo.old_smtp) {
99 struct cmd_helo_context *helo = cmd->context; local
100 struct client *client = helo->client;
103 if (helo->data->changed)
104 cmd_helo_update_xclient(client, helo
137 struct cmd_helo_context *helo = cmd->context; local
149 struct cmd_helo_context *helo; local
[all...]
H A Dmain.c116 const char *helo = NULL; local
155 helo = t_strndup(data, len);
156 helo_len = strlen(helo) + 1;
170 user, set, helo, data, data_len);
H A Dsubmission-client.c184 const char *helo,
216 client->user->username, helo,
180 client_create(int fd_in, int fd_out, const char *session_id, struct mail_user *user, struct mail_storage_service_user *service_user, const struct submission_settings *set, const char *helo, const unsigned char *pdata, unsigned int pdata_len) argument
/dovecot/src/submission-login/
H A Dclient-authenticate.c28 if (!data->helo.old_smtp) {
257 struct smtp_server_helo_data *helo; local
262 helo = smtp_server_connection_get_helo_data(subm_client->conn);
264 prefix = i_strdup(helo->domain == NULL ? "" : helo->domain);
/dovecot/src/lib-smtp/
H A Dsmtp-common.h77 const char *helo, *login; member in struct:smtp_proxy_data
H A Dsmtp-syntax.c145 int smtp_helo_domain_parse(const char *helo, argument
151 smtp_parser_init(&parser, pool_datastack_create(), helo);
H A Dsmtp-server-private.h137 struct smtp_server_helo_data helo, *pending_helo; member in struct:smtp_server_connection
H A Dsmtp-server.h91 struct smtp_server_helo_data helo; member in struct:smtp_server_cmd_helo
305 const char *username, const char *helo,
H A Dsmtp-server-connection.c1131 const char *username, const char *helo,
1140 conn->helo_login = i_strdup(helo);
1221 return &conn->helo;
1284 i_zero(&conn->helo);
1324 if (conn->helo.old_smtp)
1362 if (conn->helo.domain_valid)
1363 proxy_data->helo = conn->helo.domain;
1370 else if (conn->helo.old_smtp)
1386 if (proxy_data->helo !
1130 smtp_server_connection_login(struct smtp_server_connection *conn, const char *username, const char *helo, const unsigned char *pdata, unsigned int pdata_len, bool ssl_secured) argument
[all...]

Completed in 16 milliseconds