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

/macosx-10.10/postfix-255/postfix/src/global/
H A Dmail_error.c18 /* .IP "bounce (MAIL_ERROR_BOUNCE)"
71 "bounce", MAIL_ERROR_BOUNCE,
H A Dmail_error.h24 #define MAIL_ERROR_BOUNCE (1<<2) macro
/macosx-10.10/postfix-255/postfix/src/bounce/
H A Dbounce_one_service.c141 #define ANY_BOUNCE (MAIL_ERROR_2BOUNCE | MAIL_ERROR_BOUNCE)
217 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_notify_service.c167 #define ANY_BOUNCE (MAIL_ERROR_2BOUNCE | MAIL_ERROR_BOUNCE)
255 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_notify_verp.c208 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
H A Dbounce_warn_service.c157 #define ANY_BOUNCE (MAIL_ERROR_2BOUNCE | MAIL_ERROR_BOUNCE)
/macosx-10.10/postfix-255/postfix/src/smtpd/
H A Dsmtpd_check.c4760 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
4801 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
4817 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
4833 return (smtpd_check_reject(state, MAIL_ERROR_BOUNCE,
H A Dsmtpd.c3266 state->error_mask |= MAIL_ERROR_BOUNCE;
3271 state->error_mask |= MAIL_ERROR_BOUNCE;

Completed in 201 milliseconds