Home
last modified time | relevance | path

Searched refs:helo_name (Results 1 – 25 of 64) sorted by relevance

123

/dports/mail/masqmail/masqmail-0.3.5/src/
H A Dsmtpsend.c61 gchar *helo_name = g_malloc(64); in main() local
66 gethostname(helo_name, 63); in main()
68 conf.host_name = g_strdup(helo_name); in main()
87 g_free(helo_name); in main()
88 helo_name = g_strdup(optarg); in main()
H A Dsmtp_out.c48 if (psb->helo_name) in destroy_smtpbase()
49 g_free(psb->helo_name); in destroy_smtpbase()
75 psb->helo_name = g_strdup(host_entry->h_name); in set_heloname()
84 psb->helo_name = g_strdup_printf("[%s]", inet_ntoa(sname.sin_addr)); in set_heloname()
86 DEBUG(5) debugf("helo_name = %s\n", psb->helo_name); in set_heloname()
88 if (psb->helo_name == NULL) { in set_heloname()
89 psb->helo_name = g_strdup(default_name); in set_heloname()
91 return psb->helo_name; in set_heloname()
135 psb->helo_name = NULL; in create_smtpbase()
693 if ((ok = smtp_helo(psb, psb->helo_name))) { in smtp_out_init()
H A Dsmtp_out.h54 gchar *helo_name; member
/dports/mail/postfix-policyd-spf-perl/postfix-policyd-spf-perl-2.010/
H A Dpostfix-policyd-spf-perl238 identity => $attr->{helo_name},
252 $attr->{sender} || '<UNKNOWN>', $attr->{helo_name} || '<UNKNOWN>',
272 $attr->{helo_name} || '<UNKNOWN>', $attr->{client_address} || '<UNKNOWN>',
284 $attr->{helo_name} || '<UNKNOWN>'
294 $attr->{helo_name} || '<UNKNOWN>'
304 $attr->{helo_name} || '<UNKNOWN>'
325 helo_identity => $attr->{helo_name} # for %{h} macro expansion
338 … $attr->{sender} || '<UNKNOWN>', $attr->{helo_name} || '<UNKNOWN>', $errmsg || '<UNKNOWN>'
/dports/mail/postfix-current/postfix-3.7-20211107/src/smtpd/
H A Dsmtpd_check_access38 client_name=$client_name helo_name=$helo_name
46 client_name=$client_name helo_name=$helo_name
54 client_name=$client_name helo_name=$helo_name
H A Dsmtpd_exp.ref68 …168.100.3.2] client_address=168.100.3.2 client_name=spike.porcupine.org helo_name=foobar sender=s…
69 …168.100.3.2] client_address=168.100.3.2 client_name=spike.porcupine.org helo_name=foobar sender=s…
84 …ent=example.tld[1.2.3.4] client_address=1.2.3.4 client_name=example.tld helo_name=foobar sender=s…
85 554 5.7.1 client=example.tld[1.2.3.4] client_address=1.2.3.4 client_name=example.tld helo_name=foob…
98 …168.100.3.2] client_address=168.100.3.2 client_name=spike.porcupine.org helo_name=foobar sender=s…
99 …168.100.3.2] client_address=168.100.3.2 client_name=spike.porcupine.org helo_name=foobar sender=s…
110 …168.100.3.2] client_address=168.100.3.2 client_name=spike.porcupine.org helo_name=example.tld sen…
111 …168.100.3.2] client_address=168.100.3.2 client_name=spike.porcupine.org helo_name=example.tld sen…
H A Dsmtpd_check.c1006 if (state->helo_name) in log_whatsup()
4052 state->helo_name ? state->helo_name : ""), in check_policy_service()
4433 if (state->helo_name) in generic_checks()
4439 if (state->helo_name) { in generic_checks()
4449 if (state->helo_name) { in generic_checks()
4460 if (state->helo_name) { in generic_checks()
4461 if (state->helo_name[strspn(state->helo_name, "0123456789.:")] == 0 in generic_checks()
4468 if (state->helo_name) { in generic_checks()
4475 if (state->helo_name) { in generic_checks()
4482 if (state->helo_name) { in generic_checks()
[all …]
H A Dsmtpd_xforward.c64 state->xforward.helo_name = 0; in smtpd_xforward_init()
111 FREE_AND_WIPE(state->xforward.helo_name); in smtpd_xforward_reset()
H A Dsmtpd.h62 char *helo_name; /* helo/ehlo parameter */ member
95 char *helo_name; /* client HELO/EHLO argument */ member
380 #define FORWARD_HELO(s) FORWARD_CLIENT_ATTR((s), helo_name)
H A Dsmtpd_expand.c216 return (state->helo_name ? state->helo_name : ""); in smtpd_expand_lookup()
H A Dsmtpd.c1650 if (state->helo_name) in smtpd_whatsup()
1767 POP_STRING(saved_helo, state->helo_name); in helo_cmd()
1773 if (state->helo_name != 0) in helo_cmd()
1852 POP_STRING(saved_helo, state->helo_name); in ehlo_cmd()
1858 if (state->helo_name != 0) in ehlo_cmd()
2022 if (state->helo_name) { in helo_reset()
2023 myfree(state->helo_name); in helo_reset()
2024 state->helo_name = 0; in helo_reset()
2263 if (state->helo_name) in mail_open_stream()
3384 state->helo_name ? state->helo_name : state->name, in common_pre_message_handling()
[all …]
H A Dsmtpd_sasl_proto.c155 if (var_helo_required && state->helo_name == 0) { in smtpd_sasl_auth_cmd()
/dports/mail/postfix-current/postfix-3.7-20211107/src/postscreen/
H A Dpostscreen_smtpd.c283 char *helo_name = PSC_SMTPD_NEXT_TOKEN(args); in psc_helo_cmd() local
288 if (helo_name == 0) in psc_helo_cmd()
291 PSC_STRING_UPDATE(state->helo_name, helo_name); in psc_helo_cmd()
358 char *helo_name = PSC_SMTPD_NEXT_TOKEN(args); in psc_ehlo_cmd() local
366 if (helo_name == 0) in psc_ehlo_cmd()
369 PSC_STRING_UPDATE(state->helo_name, helo_name); in psc_ehlo_cmd()
413 PSC_STRING_RESET(state->helo_name); in psc_starttls_resume()
520 if (var_psc_helo_required && state->helo_name == 0) in psc_mail_cmd()
580 state->helo_name ? state->helo_name : ""); in psc_rcpt_cmd()
691 if (var_psc_helo_required && state->helo_name == 0) in psc_etrn_cmd()
H A Dpostscreen_state.c181 state->helo_name = 0; in psc_new_session_state()
250 if (state->helo_name) in psc_free_session_state()
251 myfree(state->helo_name); in psc_free_session_state()
/dports/mail/adcomplain/adcomplain-3.52/
H A Dadcomplain.pl1164 sub helo_name { subroutine
1757 local ($peer_name, $helo_name, $by_name);
1791 $helo_name = &helo_name($possibleName);
1797 print " helo: \"$helo_name\"" if $helo_name ne "";
1825 $helo_site = &find_site($helo_name);
1866 if ($helo_name ne "" && $helo_site eq "") {
1871 elsif (&is_exempt($helo_name)) {
1875 elsif ($helo_name ne "" && $helo_name ne $peer_name) { # analyze helo_name
1888 if ($helo_name ne "" &&
1950 next NEXT_HEADER if $helo_name eq "";
[all …]
/dports/mail/p5-qpsmtpd/qpsmtpd-0.93/plugins/
H A Dhelo503 my ($dns_name, $helo_name) = @_;
508 if ($dns_name eq $helo_name) {
515 my $helo_dom = join('.', (split(/\./, $helo_name))[-2, -1]);
/dports/mail/sqlgrey/sqlgrey-1.8.0/etc/
H A Ddiscrimination.regexp10 # Common values: client_address, client_name, helo_name, sender, recipient
25 helo_name !~ \w\.[a-zA-Z]{2,4}$ # If helo doesnt contain a fqdn
/dports/mail/postfix-postfwd/postfwd-2.03/tools/
H A Drequest.sample3 helo_name=english-breakfast.cloud9.net
/dports/mail/postfix-postfwd/postfwd-2.03/etc/
H A Dpostfwd-old.cf.sample65 client_name==!!($$(helo_name)) ; \
117 id=RBL_004 ; HIT_dnsbls>=1 ; &&BADHELO ; action=REJECT listed on dnsbl and $$helo_name does not …
H A Dpostfwd.cf.sample65 client_name==!!($$(helo_name))
147 action=REJECT listed on dnsbl and $$helo_name does not match $$client_name, INFO: [$$DSBL_text]
/dports/mail/postfix-current/postfix-3.7-20211107/src/cleanup/
H A Dcleanup_milter.ref13d21 433 named_attribute: helo_name=localhost
H A Dbug1.text.ref15 named_attribute: helo_name=hades.porcupine.org
H A Dbug1.ref15 461 named_attribute: helo_name=hades.porcupine.org
H A Dcleanup_milter.ref415 461 named_attribute: helo_name=hades.porcupine.org
/dports/security/vaultwarden/vaultwarden-1.23.1/src/
H A Dmail.rs57 let smtp_client = match CONFIG.helo_name() { in mailer()
58 Some(helo_name) => smtp_client.hello_name(ClientId::Domain(helo_name)), in mailer()

123