| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_proxy_client_scan.c | 327 myfree((void *) props->helo); 531 VSTRING *helo = vstring_alloc(25); local 564 RECV_ATTR_STR(TLS_ATTR_HELO, helo), 585 props->helo = vstring_export(helo);
|
| tls.h | 512 const char *helo; /* Server name from EHLO response */ member in struct:__anon82
|
| /src/external/ibm-public/postfix/dist/src/cleanup/ |
| cleanup_milter.c | 52 /* cleanup_milter_emul_mail() emulates connect, helo and mail 55 /* via ESMTP. Milters can reject emulated connect, helo, mail 262 vstring_sprintf_append(state->temp1, " helo=<%s>", attr); 2132 vstring_sprintf_append(state->temp1, " helo=<%s>", attr); 2234 const char *helo; local 2261 if ((helo = nvtable_find(state->attr, MAIL_ATTR_ACT_HELO_NAME)) == 0) 2262 helo = state->client_name; 2263 if ((resp = milter_helo_event(milters, helo, PRETEND_ESMTP)) != 0) {
|
| /src/external/ibm-public/postfix/dist/src/posttls-finger/ |
| posttls-finger.c | 489 char *helo; /* Server name from EHLO reply */ member in struct:STATE 833 helo = state->helo ? state->helo : "", 939 helo = state->helo ? state->helo : "", 951 if (state->helo) { 952 myfree(state->helo); 953 state->helo = 0 [all...] |
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp.h | 430 char *helo; /* helo response */ member in struct:SMTP_SESSION
|