Searched refs:postdrop_command (Results 1 – 2 of 2) sorted by relevance
696 VSTRING *postdrop_command; in enqueue() local766 postdrop_command = vstring_alloc(1000); in enqueue()767 vstring_sprintf(postdrop_command, "%s/postdrop -r", var_command_dir); in enqueue()769 vstring_strcat(postdrop_command, " -v"); in enqueue()770 if ((handle = mail_stream_command(STR(postdrop_command))) == 0) in enqueue()772 saved_sender, (long) uid, STR(postdrop_command)); in enqueue()773 vstring_free(postdrop_command); in enqueue()
2174 char *postdrop_command; in mail_open_stream() local2176 postdrop_command = concatenate(var_command_dir, "/postdrop", in mail_open_stream()2178 state->dest = mail_stream_command(postdrop_command); in mail_open_stream()2180 msg_fatal("unable to execute %s", postdrop_command); in mail_open_stream()2181 myfree(postdrop_command); in mail_open_stream()