70c2c6dc69dc069059110e9287eef83a7c835d1d
[mmh] / acconfig.h
1
2 /****** BEGIN USER CONFIGURATION SECTION *****/
3
4 /*
5  * IMPORTANT: You should no longer need to edit this file to handle
6  * your operating system. That should be handled and set correctly by
7  * configure now.
8  *
9  * These are slowly being phased out, but currently
10  * not everyone is auto-configured.  Then decide if you
11  * wish to change the features that are compiled into nmh.
12  */
13
14 /*
15  * Define this if your passwords are stored in some type of
16  * distributed name service, such as NIS, or NIS+.
17  */
18 #define DBMPWD  1
19
20 /*
21  * Directs nmh not to try and rewrite addresses
22  * to their official form.  You probably don't
23  * want to change this without good reason.
24  */
25 #define DUMB    1
26
27 /*
28  * Define this if you do not want nmh to attach the local hostname
29  * to local addresses.  You must also define DUMB.  You probably
30  * don't need this unless you are behind a firewall.
31  */
32 /* #define REALLYDUMB  1 */
33
34 /*
35  * Starting on January 1, 2000, some MUAs like ELM and Ultrix's DXmail started
36  * generated bad dates ("00" or "100" for the year).  If this #define is active,
37  * we use windowing to correct those dates to what we presume to be the intended
38  * values.  About the only time this could get us into trouble would be if a MUA
39  * was generating a year of "00" in 2001 or later, due to an unrelated bug.  In
40  * this case we would "correct" the year to 2000, which could result in
41  * inaccurate bug reports against the offending MUA.  A much more esoteric case
42  * in which you might not want to #define this would be if you were OCR'ing in
43  * old written correspondence and saving it in email format, and you had dates
44  * of 1899 or earlier.
45  */
46 #define FIX_NON_Y2K_COMPLIANT_MUA_DATES 1
47
48 /*
49  * Directs inc/slocal to extract the envelope sender from "From "
50  * line.  If inc/slocal is saving message to folder, then this
51  * sender information is then used to create a Return-Path
52  * header which is then added to the message.
53  */
54 #define RPATHS  1
55
56 /*
57  * If defined, slocal will use `mbox' format when saving to
58  * your standard mail spool.  If not defined, it will use
59  * mmdf format.
60  */
61 #define SLOCAL_MBOX  1
62
63 /*
64  * If this is defined, nmh will recognize the ~ construct.
65  */
66 #define MHRC    1
67
68 /*
69  * Compile simple ftp client into mhn.  This will be used by mhn
70  * for ftp access unless you have specified another access method
71  * in your .mh_profile or mhn.defaults.  Use the "mhn-access-ftp"
72  * profile entry to override this.  Check mhn(1) man page for
73  * details.
74  */
75 #define BUILTIN_FTP 1
76
77 /*
78  * If you enable POP support, this is the the port name that nmh will use.  Make
79  * sure this is defined in your /etc/services file (or its NIS/NIS+ equivalent).
80  * If you are using KPOP, you will need to change this to "kpop" unless you want
81  * to be able to use both POP3 _and_ Kerberized POP and plan to use inc and
82  * msgchk's -kpop switch every time in the latter case.
83  */
84 #define POPSERVICE "pop3"
85
86 /*
87  * Define the default creation modes for folders and messages.
88  */
89 #define DEFAULT_FOLDER_MODE "700"
90 #define DEFAULT_MESSAGE_MODE "600"
91
92 /*
93  * Name of link to file to which you are replying.
94  */
95 #define LINK "@"
96
97 /*
98  * Define to 1 if your vi has ATT bug, such that it returns
99  * non-zero exit codes on `pseudo-errors'.
100  */
101 #undef ATTVIBUG
102
103
104 /***** END USER CONFIGURATION SECTION *****/
105 @TOP@