]>
diplodocus.org Git - nmh/blob - h/mts.h
3 * mts.h -- definitions for the mail system
7 * Local and UUCP Host Name
10 char *SystemName(void);
15 extern char *mmdfldir
;
16 extern char *mmdflfil
;
17 extern char *uucpldir
;
18 extern char *uucplfil
;
19 extern char *spoollocking
;
21 #define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
22 #define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
24 char *getusername(void);
25 char *getfullname(void);
26 char *getlocalmbox(void);
40 * MTS specific variables
43 /* whether to speak SMTP, and over the network or directly to sendmail */
45 #define MTS_SENDMAIL_SMTP 1
46 #define MTS_SENDMAIL_PIPE 2
48 void save_mts_method (const char *);
50 extern char *sendmail
;
55 extern char *clientname
;
60 * Global MailDelivery File
62 extern char *maildelivery
;