Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/bounce/
H A Dbounce_cleanup.c85 VSTRING *bounce_cleanup_path; /* saved path name */ variable
95 if (bounce_cleanup_path) in bounce_cleanup_callback()
114 if (bounce_cleanup_path == 0) in bounce_cleanup_log()
121 (void) unlink(vstring_str(bounce_cleanup_path)); in bounce_cleanup_log()
132 if (bounce_cleanup_path) in bounce_cleanup_sig()
133 (void) unlink(vstring_str(bounce_cleanup_path)); in bounce_cleanup_sig()
146 if (bounce_cleanup_path) in bounce_cleanup_register()
153 bounce_cleanup_path = vstring_alloc(10); in bounce_cleanup_register()
154 (void) mail_queue_path(bounce_cleanup_path, service, queue_id); in bounce_cleanup_register()
168 if (bounce_cleanup_path == 0) in bounce_cleanup_unregister()
[all …]
H A Dbounce_service.h66 extern VSTRING *bounce_cleanup_path;
71 #define bounce_cleanup_registered() (bounce_cleanup_path != 0)
H A Dbounce.c600 if (bounce_cleanup_path) { in bounce_service()