]>
diplodocus.org Git - nmh/blob - h/mts.h
1 /* mts.h -- definitions for the mail system
5 * Local and UUCP Host Name
8 char *SystemName(void);
13 extern char *mmdfldir
;
14 extern char *mmdflfil
;
15 extern char *uucpldir
;
16 extern char *uucplfil
;
17 extern char *spoollocking
;
19 #define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
20 #define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
22 char *getusername(void);
23 char *getfullname(void);
24 char *getlocalmbox(void);
29 #define MMDF_DELIM "\001\001\001\001\n"
37 * MTS specific variables
40 /* whether to speak SMTP, and over the network or directly to sendmail */
42 #define MTS_SENDMAIL_SMTP 1
43 #define MTS_SENDMAIL_PIPE 2
45 void save_mts_method (const char *);
47 extern char *sendmail
;
52 extern char *clientname
;
57 * Global MailDelivery File
59 extern char *maildelivery
;