Home
last modified time | relevance | path

Searched refs:helo_domain (Results 1 – 22 of 22) sorted by relevance

/dports/mail/mailfromd/mailfromd-8.10/src/builtin/
H A Dspf.c160 char * MFL_DATASEG helo_domain; in bi_spf_check_host() local
172 get_string_arg(env, 3, &helo_domain); in bi_spf_check_host()
188 prog_trace(env, "spf_check_host %s %s %s %s %s",ip, domain, sender, helo_domain, my_domain);; in bi_spf_check_host()
198 q.helo_domain = helo_domain; in bi_spf_check_host()
249 char * MFL_DATASEG helo_domain; in bi_spf_test_record() local
263 get_string_arg(env, 4, &helo_domain); in bi_spf_test_record()
279 …prog_trace(env, "spf_test_record %s %s %s %s %s %s",record, ip, domain, sender, helo_domain, my_do… in bi_spf_test_record()
290 q.helo_domain = helo_domain; in bi_spf_test_record()
H A Dspf.bi47 STRING helo_domain, STRING my_domain)
56 q.helo_domain = helo_domain;
69 STRING helo_domain, STRING my_domain)
78 q.helo_domain = helo_domain;
/dports/mail/mailfront/mailfront-2.22/
H A Dplugin-add-received.c27 static int str_catfromby(str* s, const char* helo_domain, in str_catfromby() argument
32 if (helo_domain == 0) in str_catfromby()
33 helo_domain = (host != 0) ? host : (ip != 0) ? ip->s : UNKNOWN; in str_catfromby()
34 if (!str_cats(s, helo_domain)) return 0; in str_catfromby()
H A DChangeLog1881 More modularization: move the protocol and helo_domain parameters into
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/libopendmarc/
H A Dopendmarc_internal.h259 char helo_domain[256]; member
261 int opendmarc_spf2_test(char *ip_address, char *mail_from_domain, char *helo_domain, char *spf_reco…
273 char helo_domain[256]; member
283 int opendmarc_spf_test(char *ip_address, char *mail_from_domain, char *helo_domain, char *spf_reco…
299 int opendmarc_spf_specify_helo_domain(SPF_CTX_T *spfctx, char *helo_domain, size_t helo…
H A Dopendmarc_spf.c149 if (mail_from_domain == NULL && helo_domain == NULL) in opendmarc_spf2_test()
169 (void) strlcpy(helo, helo_domain, sizeof helo); in opendmarc_spf2_test()
1170 (void) opendmarc_spf_reverse(spfctx->helo_domain, scratch, MAXDNSHOSTNAME); in opendmarc_spf_macro_expand()
1172 (void) strlcpy(scratch, spfctx->helo_domain, MAXDNSHOSTNAME); in opendmarc_spf_macro_expand()
1294 if (spfctx->helo_domain[0] == '\0') in opendmarc_spf_parse()
1978 if (helo_domain == NULL) in opendmarc_spf_specify_helo_domain()
1982 (void) strlcpy(copy, helo_domain, sizeof copy); in opendmarc_spf_specify_helo_domain()
1993 (void) memset(spfctx->helo_domain, '\0', sizeof spfctx->helo_domain); in opendmarc_spf_specify_helo_domain()
1994 (void) strlcpy(spfctx->helo_domain, cp, sizeof spfctx->helo_domain); in opendmarc_spf_specify_helo_domain()
2112 if (mail_from_domain == NULL && helo_domain == NULL) in opendmarc_spf_test()
[all …]
H A Ddmarc.h176 int opendmarc_spf_test(char *ip_address, char *mail_from_domain, char *helo_domain, char *spf_r…
177 int opendmarc_spf2_test(char *ip_address, char *mail_from_domain, char *helo_domain, char *spf_reco…
/dports/lang/ruby26/ruby-2.6.9/lib/net/
H A Dsmtp.rb542 def do_start(helo_domain, user, secret, authtype) argument
554 do_helo helo_domain
563 do_helo helo_domain
599 def do_helo(helo_domain) argument
600 res = @esmtp ? ehlo(helo_domain) : helo(helo_domain)
/dports/mail/dovecot/dovecot-2.3.17/src/lib-smtp/
H A Dsmtp-server-cmd-helo.c31 i_free(conn->helo_domain); in cmd_helo_completed()
32 conn->helo_domain = i_strdup(data->helo.domain); in cmd_helo_completed()
33 conn->helo.domain = conn->helo_domain; in cmd_helo_completed()
H A Dsmtp-server-connection.c1121 i_free(conn->helo_domain); in smtp_server_connection_unref()
1214 i_free(conn->helo_domain); in smtp_server_connection_login()
1215 conn->helo_domain = i_strdup(helo); in smtp_server_connection_login()
1216 conn->helo.domain = conn->helo_domain; in smtp_server_connection_login()
1400 i_free(conn->helo_domain); in smtp_server_connection_clear()
1550 i_free(conn->helo_domain); in smtp_server_connection_set_proxy_data()
1551 conn->helo_domain = i_strdup(proxy_data->helo); in smtp_server_connection_set_proxy_data()
1552 conn->helo.domain = conn->helo_domain; in smtp_server_connection_set_proxy_data()
H A Dsmtp-server-private.h164 char *helo_domain, *username; member
/dports/mail/enma/enma-1.2.0/libsauth/src/
H A Dsidfrequest.c1166 if (0 == self->sa_family || NULL == self->helo_domain) { in SidfRequest_eval()
1175 self->sender = InetMailbox_build(SIDF_REQUEST_DEFAULT_LOCALPART, self->helo_domain); in SidfRequest_eval()
1287 free(self->helo_domain); in SidfRequest_setHeloDomain()
1288 self->helo_domain = tmp; in SidfRequest_setHeloDomain()
1312 if (NULL != self->helo_domain) { in SidfRequest_reset()
1313 free(self->helo_domain); in SidfRequest_reset()
1314 self->helo_domain = NULL; in SidfRequest_reset()
1339 if (NULL != self->helo_domain) { in SidfRequest_free()
1340 free(self->helo_domain); in SidfRequest_free()
H A Dsidfmacro.c277 return strdup(request->helo_domain); in SidfMacro_dupMacroSource()
/dports/mail/ask/ask-2.5.3/
H A Daskmail.py637 def smtp_validate(self, email, helo_domain = None, envelope_from = None): argument
686 if not helo_domain:
687 helo_domain = domain
728 ("HELO %s" % helo_domain, 200, 299, -1),
H A Dtest.py14 self.helo_domain = "paganini.net"
/dports/mail/enma/enma-1.2.0/libsauth/include/
H A Dsidfrequest.h43 char *helo_domain; member
/dports/mail/mailfromd/mailfromd-8.10/src/
H A Dspf.h35 const char *helo_domain; /* HELO domain */ member
H A Dspf.c310 return spf_transform(dat, dat->q.helo_domain, 0, pptr); in spf_expand_do()
/dports/mail/opendmarc/OpenDMARC-rel-opendmarc-1-4-2/opendmarc/
H A Dopendmarc.c2101 mlfi_helo(SMFICTX *ctx, char *helo_domain) in mlfi_helo() argument
2115 if (helo_domain != NULL) in mlfi_helo()
2117 strncpy(cc->cctx_helo, helo_domain, in mlfi_helo()
/dports/mail/p5-Mail-Message/Mail-Message-3.011/lib/Mail/Message/Replace/
H A DMailInternet.pod627 Hello <helo_domain from Net::Config>
/dports/mail/mailfromd/mailfromd-8.10/doc/
H A Dfunctions.texi4787 @item helo_domain
4916 string @var{domain}, string @var{sender}, string @var{helo_domain}, @
4941 @item helo_domain
4986 string @var{helo_domain}, string @var{my_domain})
/dports/mail/mailfromd/mailfromd-8.10/
H A DNEWS3426 set helo_domain $1
3431 if $f = "gray" and %helo_domain matches "gnu.org.ua"