Home
last modified time | relevance | path

Searched refs:QSECURE (Results 1 – 4 of 4) sorted by relevance

/dports/mail/libmilter/sendmail-8.16.1/sendmail/
H A Drecipient.c115 xx->q_signature = hostsignature(xx->q_mailer, xx->q_host, xx->q_flags & QSECURE);
117 yy->q_signature = hostsignature(yy->q_mailer, yy->q_host, yy->q_flags & QSECURE);
H A Dparseaddr.c435 a->q_flags |= QSECURE;
2457 { "QSECURE", QSECURE },
H A Ddeliver.c1544 firstto->q_flags & QSECURE);
1569 to->q_flags & QSECURE);
2026 curhost = hostsignature(m, pv[1], firstto->q_flags & QSECURE);
H A Dsendmail.h359 #define QSECURE 0x00100000 /* DNSSEC ok */ macro