Searched refs:SMTPD_SMTP_DISABLED (Results 1 – 2 of 2) sorted by relevance
258 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED)) in smtp_pause()270 if (env->sc_flags & (SMTPD_SMTP_DISABLED|SMTPD_SMTP_PAUSED)) in smtp_resume()351 env->sc_flags |= SMTPD_SMTP_DISABLED; in smtp_accept()372 if (env->sc_flags & SMTPD_SMTP_DISABLED) { in smtp_collect()375 env->sc_flags &= ~SMTPD_SMTP_DISABLED; in smtp_collect()
564 #define SMTPD_SMTP_DISABLED 0x00000080 macro