HomeSort by: relevance | last modified time | path
    Searched defs:notify_mask (Results 1 - 6 of 6) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/bounce/
bounce_notify_service.c 97 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
173 #define SEND_POSTMASTER_ANY_BOUNCE_NOTICE (notify_mask & ANY_BOUNCE)
272 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
bounce_one_service.c 97 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
143 #define SEND_POSTMASTER_ANY_BOUNCE_NOTICE (notify_mask & ANY_BOUNCE)
230 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
bounce_trace_service.c 94 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
113 if ((notify_mask & MAIL_ERROR_2BOUNCE) != 0) {
bounce_warn_service.c 97 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
162 #define SEND_POSTMASTER_DELAY_NOTICE (notify_mask & MAIL_ERROR_DELAY)
bounce_notify_verp.c 101 int notify_mask = name_mask(VAR_NOTIFY_CLASSES, mail_error_masks, local
221 #define SEND_POSTMASTER_SINGLE_BOUNCE_NOTICE (notify_mask & MAIL_ERROR_BOUNCE)
  /src/external/ibm-public/postfix/dist/src/smtpd/
smtpd.h 97 int notify_mask; /* what to report to postmaster */ member in struct:__anon69

Completed in 61 milliseconds