Home
last modified time | relevance | path

Searched refs:MAIL_SERVICE_BOUNCE (Results 1 – 3 of 3) sorted by relevance

/dports/mail/postfix-current/postfix-3.7-20211107/src/global/
H A Dmail_proto.h38 #define MAIL_SERVICE_BOUNCE "bounce" macro
H A Dmail_params.h2816 #define DEF_BOUNCE_SERVICE MAIL_SERVICE_BOUNCE
/dports/mail/postfix-current/postfix-3.7-20211107/src/bounce/
H A Dbounce.c480 if (strcmp(service_name, MAIL_SERVICE_BOUNCE) != 0) { in bounce_one_proto()