Searched refs:policy_reject_on_fail (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/auth/
H A Dauth-settings.h65 bool policy_reject_on_fail; member in struct:auth_settings
H A Dauth-settings.c251 DEF(SET_BOOL, policy_reject_on_fail),
309 .policy_reject_on_fail = FALSE,
H A Dauth-policy.c305 context->result = (context->set->policy_reject_on_fail ? -1 : 0);
537 ctx->result = (ctx->set->policy_reject_on_fail ? -1 : 0);

Completed in 14 milliseconds