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

/dovecot/src/lib-smtp/
H A Dsmtp-submit-settings.h9 const char *sendmail_path; member in struct:smtp_submit_settings
H A Dsmtp-submit-settings.c24 DEF(SET_STR_VARS, sendmail_path),
37 .sendmail_path = "/usr/sbin/sendmail",
H A Dtest-smtp-submit.c1552 const char *sendmail_path, *error = NULL; local
1555 sendmail_path = TEST_BIN_DIR"/sendmail-exit-1.sh";
1558 smtp_submit_set.sendmail_path = sendmail_path;
1604 const char *sendmail_path, *msg_path, *error = NULL; local
1609 sendmail_path = t_strdup_printf(
1613 smtp_submit_set.sendmail_path = sendmail_path;
1699 smtp_submit_set.sendmail_path = sendmail_path1;
1712 smtp_submit_set.sendmail_path
[all...]
H A Dsmtp-submit.c72 session->set.sendmail_path =
73 p_strdup_empty(pool, set->sendmail_path);
363 sendmail_args = t_strsplit(set->sendmail_path, " ");

Completed in 12 milliseconds