Searched refs:postdrop_path (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/postfix-252/postfix/src/postdrop/
H A Dpostdrop.c170 static char *postdrop_path; variable
194 if (postdrop_path) {
195 (void) remove(postdrop_path);
196 postdrop_path = 0;
377 postdrop_path = mystrdup(VSTREAM_PATH(dst->stream));
404 if (remove(postdrop_path))
405 msg_warn("uid=%ld: remove %s: %m", (long) uid, postdrop_path);
407 msg_info("remove %s", postdrop_path);
408 myfree(postdrop_path);
409 postdrop_path
[all...]

Completed in 120 milliseconds