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;
20 #define MAILDIR (mmdfldir && *mmdfldir ? mmdfldir : getenv ("HOME"))
21 #define MAILFIL (mmdflfil && *mmdflfil ? mmdflfil : getusername ())
23 char *getusername(void);
24 char *getfullname(void);
25 char *getlocalmbox(void);
33 #define isdlm1(s) (strcmp (s, mmdlm1) == 0)
34 #define isdlm2(s) (strcmp (s, mmdlm2) == 0)
39 void mts_init (char *);
42 * MTS specific variables
45 /* whether to speak SMTP, and over the network or directly to sendmail */
47 #define MTS_SENDMAIL_SMTP 1
48 #define MTS_SENDMAIL_PIPE 2
50 void save_mts_method (const char *);
52 extern char *sendmail;
57 extern char *clientname;
62 * Global MailDelivery File
64 extern char *maildelivery;
67 * Aliasing Facility (doesn't belong here)