Home
last modified time | relevance | path

Searched refs:postdrop_command (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/sendmail/
H A Dsendmail.c696 VSTRING *postdrop_command; in enqueue() local
766 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()
/netbsd-src/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd.c2174 char *postdrop_command; in mail_open_stream() local
2176 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()