Searched refs:bounce_cleanup_path (Results 1 – 3 of 3) sorted by relevance
85 VSTRING *bounce_cleanup_path; /* saved path name */ variable95 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 …]
66 extern VSTRING *bounce_cleanup_path;71 #define bounce_cleanup_registered() (bounce_cleanup_path != 0)
600 if (bounce_cleanup_path) { in bounce_service()