Home
last modified time | relevance | path

Searched refs:MAIL_QUEUE_INCOMING (Results 1 – 12 of 12) sorted by relevance

/netbsd/src/external/ibm-public/postfix/dist/src/flush/
Dflush.c423 queue_name = MAIL_QUEUE_INCOMING) { in flush_one_file()
429 if (STREQ(queue_name, MAIL_QUEUE_INCOMING)) in flush_one_file()
453 queue_name = MAIL_QUEUE_INCOMING, in flush_one_file()
459 if (errno != ENOENT || STREQ(queue_name, MAIL_QUEUE_INCOMING)) { in flush_one_file()
477 if (STREQ(queue_name, MAIL_QUEUE_INCOMING) == 0 in flush_one_file()
478 && mail_queue_rename(queue_id, queue_name, MAIL_QUEUE_INCOMING) < 0 in flush_one_file()
481 path, queue_name, MAIL_QUEUE_INCOMING); in flush_one_file()
/netbsd/src/external/ibm-public/postfix/dist/src/oqmgr/
Dqmgr.c662 qmgr_move(MAIL_QUEUE_ACTIVE, MAIL_QUEUE_INCOMING, event_time()); in qmgr_post_init()
663 qmgr_scans[QMGR_SCAN_IDX_INCOMING] = qmgr_scan_create(MAIL_QUEUE_INCOMING); in qmgr_post_init()
Dqmgr_active.c258 qmgr_active_defer(MAIL_QUEUE_ACTIVE, queue_id, MAIL_QUEUE_INCOMING, 60); in qmgr_active_feed()
/netbsd/src/external/ibm-public/postfix/dist/src/qmgr/
Dqmgr.c745 qmgr_move(MAIL_QUEUE_ACTIVE, MAIL_QUEUE_INCOMING, event_time()); in qmgr_post_init()
746 qmgr_scans[QMGR_SCAN_IDX_INCOMING] = qmgr_scan_create(MAIL_QUEUE_INCOMING); in qmgr_post_init()
Dqmgr_active.c258 qmgr_active_defer(MAIL_QUEUE_ACTIVE, queue_id, MAIL_QUEUE_INCOMING, 60); in qmgr_active_feed()
/netbsd/src/external/ibm-public/postfix/dist/src/global/
Dmail_queue.h32 #define MAIL_QUEUE_INCOMING "incoming" macro
Dmail_stream.c274 (!incoming_fs_clock_ok && !strcmp(info->queue, MAIL_QUEUE_INCOMING)); in mail_stream_finish_file()
/netbsd/src/external/ibm-public/postfix/dist/src/cleanup/
Dcleanup_api.c166 state->queue_name = mystrdup(MAIL_QUEUE_INCOMING); in cleanup_open()
/netbsd/src/external/ibm-public/postfix/dist/src/showq/
Dshowq.c355 MAIL_QUEUE_INCOMING, mail_scan_dir_next, in showq_service()
/netbsd/src/external/ibm-public/postfix/dist/src/postsuper/
Dpostsuper.c436 MAIL_QUEUE_INCOMING, MAIL_QUEUE_STAT_READY, RECURSE,
1288 MAIL_QUEUE_INCOMING, in main()
/netbsd/src/external/ibm-public/postfix/dist/src/postcat/
Dpostcat.c468 MAIL_QUEUE_INCOMING, in main()
/netbsd/src/external/ibm-public/postfix/dist/src/smtpd/
Dsmtpd_proxy.c984 smtpd_proxy_replay_stream = mail_queue_enter(MAIL_QUEUE_INCOMING, 0, in smtpd_proxy_replay_setup()