Searched refs:MAIL_ERROR_BOUNCE (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/global/
H A Dmail_error.h26 #define MAIL_ERROR_BOUNCE (1<<2) macro
H A Dmail_error.c20 /* .IP "bounce (MAIL_ERROR_BOUNCE)"
73 "bounce", MAIL_ERROR_BOUNCE,
/netbsd-current/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_notify_service.c172 #define ANY_BOUNCE (MAIL_ERROR_2BOUNCE | MAIL_ERROR_BOUNCE)
262 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_one_service.c142 #define ANY_BOUNCE (MAIL_ERROR_2BOUNCE | MAIL_ERROR_BOUNCE)
220 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_warn_service.c161 #define ANY_BOUNCE (MAIL_ERROR_2BOUNCE | MAIL_ERROR_BOUNCE)
H A Dbounce_notify_verp.c215 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
/netbsd-current/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_chat.c322 (state->error_mask & MAIL_ERROR_BOUNCE) ?
H A Dsmtpd_check.c5327 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
5339 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE, 450,
5379 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
5395 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
5411 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
H A Dsmtpd.c3797 state->error_mask |= MAIL_ERROR_BOUNCE;
3802 state->error_mask |= MAIL_ERROR_BOUNCE;

Completed in 106 milliseconds