Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Ddeliver.c1720 # define RCPT_MXSECURE(rcpt) (0 != ((rcpt)->q_flags & QMXSECURE))
2030 to->q_flags |= QMXSECURE;
2032 to->q_flags &= ~QMXSECURE;
2627 firstto->q_flags |= QMXSECURE;
2629 firstto->q_flags &= ~QMXSECURE;
6997 *pqflags &= ~QMXSECURE;
7130 *pqflags |= QMXSECURE;
H A Dsendmail.h445 #define QMXSECURE 0x00800000 /* DNSSEC ok for MX lookup */ macro
H A Dparseaddr.c2497 { "QMXSECURE", QMXSECURE },
H A Dqueue.c749 if (bitset(QMXSECURE, q->q_flags))
4518 qflags |= QMXSECURE;