Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/smtpd/
Dmda_unpriv.c34 const char *mda_command; in mda_unpriv() local
38 mda_command = deliver->mda_exec; in mda_unpriv()
40 mda_command = dsp->u.local.command; in mda_unpriv()
42 if (strlcpy(mda_exec, mda_command, sizeof (mda_exec)) in mda_unpriv()
50 mda_command = mda_exec; in mda_unpriv()
87 &deliver->userinfo, mda_command) == -1) in mda_unpriv()
89 mda_command = mda_wrapper; in mda_unpriv()
91 execle("/bin/sh", "/bin/sh", "-c", mda_command, (char *)NULL, in mda_unpriv()
Dmda_variables.c50 const struct deliver *dlv, const struct userinfo *ui, const char *mda_command) in mda_expand_token() argument
147 string = mda_command; in mda_expand_token()
240 const struct userinfo *ui, const char *mda_command) in mda_expand_format() argument
299 ui, mda_command); in mda_expand_format()