X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/2b72292fe9a76e3e70b63a7cd639499214097bf8..5d0a239fc3496d71ec0e89da317b68f76fc777a2:/h/mts.h diff --git a/h/mts.h b/h/mts.h index 8496c283..1b8f71b5 100644 --- a/h/mts.h +++ b/h/mts.h @@ -42,11 +42,12 @@ void mts_init (char *); * MTS specific variables */ -/* whether to speak SMTP to localhost:25 or to /usr/sbin/sendmail */ -#define MTS_SMTP 0 -#define MTS_SENDMAIL 1 -#define MTS_PIPE 2 +/* whether to speak SMTP, and over the network or directly to sendmail */ +#define MTS_SMTP 0 +#define MTS_SENDMAIL_SMTP 1 +#define MTS_SENDMAIL_PIPE 2 extern int sm_mts; +void save_mts_method (const char *); extern char *sendmail;