| /src/external/ibm-public/postfix/dist/src/smtpd/ |
| smtpd_check.in | 23 # Test the helo restrictions 27 helo foo. 29 helo foo. 30 helo foo 31 helo spike.porcupine.org 33 helo random.bad.domain 34 helo friend.bad.domain 36 helo 123.123.123.123 37 helo [123.123.123.123] 38 helo [:: [all...] |
| smtpd_check_dsn.in | 23 # Test the helo restrictions 26 helo 4.1.1_dsn 27 helo 4.1.2_dsn 28 helo 4.1.3_dsn 29 helo 4.1.4_dsn 30 helo 4.1.5_dsn 31 helo 4.1.6_dsn 32 helo 4.1.7_dsn 33 helo 4.1.8_dsn 34 helo 4.4.0_ds [all...] |
| smtpd_deprecated.in | 6 helo 127.0.0.2 15 helo 127.0.0.2
|
| smtpd_dns_filter.in | 12 helo xn--1xa.porcupine.org 14 helo nullmx.porcupine.org 16 helo nxdomain.porcupine.org 20 helo spike.porcupine.org 22 helo fist.porcupine.org 27 helo spike.porcupine.org 31 helo nullmx.porcupine.org 35 helo nxdomain.porcupine.org 41 helo localhost
|
| smtpd_server.in | 13 helo www.porcupine.org 14 helo example.tld 15 helo foo@postfix.org 28 helo www.porcupine.org 29 helo example.tld 30 helo foo@maildaemon.org 43 helo spike.porcupine.org 44 helo www.porcupine.org
|
| smtpd_nullmx.in | 11 #helo foobar 20 helo nxdomain.porcupine.org 21 helo nullmx.porcupine.org 22 helo spike.porcupine.org 29 helo spike.porcupine.org 42 helo spike.porcupine.org
|
| smtpd_check.in2 | 23 # Test the helo restrictions 27 helo foo. 29 helo foo. 30 helo foo 31 helo spike.porcupine.org 33 helo random.bad.domain 34 helo friend.bad.domain
|
| smtpd_acl.in | 13 helo foo.dunno.com 15 helo bar.dunno.com 17 helo foo.duuno.com
|
| smtpd_exp.in | 11 helo foobar 60 # RHSBL helo domain name 63 helo example.tld 73 helo foobar
|
| smtpd_dnswl.in | 9 helo foobar
|
| smtpd_error.in | 10 helo foobar
|
| /src/external/ibm-public/postfix/dist/src/postscreen/ |
| postscreen_tests.c | 31 /* char *psc_print_grey_key(buffer, client, helo, sender, rcpt) 34 /* const char *helo; 318 const char *helo, const char *sender, 322 client, helo, sender, rcpt)));
|
| /src/external/ibm-public/postfix/dist/src/smtp/ |
| smtp_session.c | 156 session->helo = 0; 219 if (session->helo) 220 myfree(session->helo);
|
| smtp_proto.c | 216 &var_smtp_xfwd_tmout, /* helo/proto */ 240 "XFORWARD helo/protocol command", 493 where = "performing the HELO handshake"; 494 smtp_chat_cmd(session, "HELO %s", var_smtp_helo_name); 555 if (session->helo != 0) 556 myfree(session->helo); 560 * SMTP server to randomly change the case of its helo 564 session->helo = mystrdup(word); 567 msg_warn("host %s replied to HELO/EHLO" 878 /* smtp_start_tls - turn on TLS and recurse into the HELO dialog * [all...] |
| smtp.h | 377 char *helo; /* helo response */ member in struct:SMTP_SESSION
|
| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_fprint.c | 272 CHECK_OK_AND_DIGEST_CHARS(mdctx, props->helo ? props->helo : "");
|
| tls_proxy_client_scan.c | 329 myfree((void *) props->helo); 533 VSTRING *helo = vstring_alloc(25); local 566 RECV_ATTR_STR(TLS_ATTR_HELO, helo), 587 props->helo = vstring_export(helo);
|
| tls_proxy_client_print.c | 334 STRING_OR_EMPTY(props->helo)),
|
| tls.h | 502 const char *helo; /* Server name from EHLO response */ member in struct:__anon8245
|
| /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/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); 2130 vstring_sprintf_append(state->temp1, " helo=<%s>", attr); 2232 const char *helo; local 2259 if ((helo = nvtable_find(state->attr, MAIL_ATTR_ACT_HELO_NAME)) == 0) 2260 helo = state->client_name; 2261 if ((resp = milter_helo_event(milters, helo, PRETEND_ESMTP)) != 0) {
|