Searched refs:DSN_SIMPLE (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/ |
H A D | qmgr_deliver.c | 294 DSN_SIMPLE(&dsb->dsn, "4.3.0", whatsup)); in qmgr_deliver_update() 298 DSN_SIMPLE(&dsb->dsn, "4.3.0", in qmgr_deliver_update() 392 DSN_SIMPLE(&dsn, "4.3.0", whatsup)); in qmgr_deliver() 396 DSN_SIMPLE(&dsn, "4.3.0", in qmgr_deliver() 430 DSN_SIMPLE(&dsn, "4.3.0", whatsup)); in qmgr_deliver() 434 DSN_SIMPLE(&dsn, "4.3.0", in qmgr_deliver()
|
H A D | qmgr_message.c | 1132 "none", DSN_SIMPLE(&dsn, "2.0.0", in qmgr_message_resolve()
|
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/ |
H A D | qmgr_deliver.c | 299 DSN_SIMPLE(&dsb->dsn, "4.3.0", whatsup)); in qmgr_deliver_update() 303 DSN_SIMPLE(&dsb->dsn, "4.3.0", in qmgr_deliver_update() 396 DSN_SIMPLE(&dsn, "4.3.0", whatsup)); in qmgr_deliver() 400 DSN_SIMPLE(&dsn, "4.3.0", in qmgr_deliver() 433 DSN_SIMPLE(&dsn, "4.3.0", whatsup)); in qmgr_deliver() 437 DSN_SIMPLE(&dsn, "4.3.0", in qmgr_deliver()
|
H A D | qmgr_message.c | 1191 "none", DSN_SIMPLE(&dsn, "2.0.0", in qmgr_message_resolve()
|
/netbsd-src/external/ibm-public/postfix/dist/src/cleanup/ |
H A D | cleanup_out_recipient.c | 234 (void) DSN_SIMPLE(&dsn, "2.0.0", "aliased to multiple recipients"); in cleanup_out_recipient() 243 (void) DSN_SIMPLE(&dsn, "2.0.0", "alias expanded"); in cleanup_out_recipient()
|
H A D | cleanup_bounce.c | 186 (void) DSN_SIMPLE(&dsn, dsn_status, dsn_text); in cleanup_bounce() 213 (void) DSN_SIMPLE(&dsn, dsn_status, dsn_text); in cleanup_bounce()
|
/netbsd-src/external/ibm-public/postfix/dist/src/global/ |
H A D | deliver_pass.c | 209 (void) DSN_SIMPLE(&dsn, "4.3.0", "mail transport unavailable"); in deliver_pass() 215 (void) DSN_SIMPLE(&dsn, "4.3.0", "unknown mail transport error"); in deliver_pass()
|
H A D | dsn.h | 43 #define DSN_SIMPLE(dsn, _status, _reason) \ macro
|
/netbsd-src/external/ibm-public/postfix/dist/src/discard/ |
H A D | discard.c | 187 (void) DSN_SIMPLE(&dsn, DSN_STATUS(dp.dsn), dp.text); in deliver_message()
|
/netbsd-src/external/ibm-public/postfix/dist/src/error/ |
H A D | error.c | 195 (void) DSN_SIMPLE(&dsn, DSN_STATUS(dp.dsn), dp.text); in deliver_message()
|