Mercurial > hg > Members > kono > nitros9-code
comparison 3rdparty/packages/uucpbb/sample_config/Parameters @ 1767:8195955a5493
Config files added
author | boisy |
---|---|
date | Fri, 01 Apr 2005 17:35:52 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
1766:2b34da8585c4 | 1767:8195955a5493 |
---|---|
1 # | |
2 # Parameters file for UUCPbb v2.1 | |
3 # | |
4 # | |
5 # Lines starting with a '#', <space>, <tab> or carriage return are considered | |
6 # comments lines and ignored. | |
7 # | |
8 # Nodename -- This name *must* be unique to your machine only. It must | |
9 # be from 1 to 8 characters long. It can included numbers, no punctuation. | |
10 | |
11 nodename = os9er | |
12 | |
13 # Domain name of our site. If you do not have a registered domain name, | |
14 # use the UUCP domain, for example: milkway.UUCP | |
15 | |
16 sitename = os9er.aes.dyndns.org | |
17 | |
18 # Auto ROT-13 -- un-rot13 news articles. 'yes' or 'on' will display all | |
19 # Usenet news articles which are rot13'ed. 'no' or 'off' will let you | |
20 # optionally un-rot13 if you wish. | |
21 | |
22 auto_rot = off | |
23 | |
24 # Carbon copy prompt -- always prompt for Cc:, 'yes'/'on' or 'no'/'off' | |
25 | |
26 cc_prompt = on | |
27 | |
28 # Quote character -- single character used to indicate quoted text when | |
29 # replying to mail or news articles | |
30 | |
31 quote = > | |
32 | |
33 # Our local time zone | |
34 # <Timezone> [<Daylight Savings Timezone>] | |
35 # | |
36 # For local time enter number of hours/minutes local standard time is | |
37 # behind (-) or ahead (+) of UTC (GMT). Optional second value also allows for | |
38 # Daylight Savings Time. For example: tz = -0500 -0400 means system time is | |
39 # Eastern Standard Time (5 hours, 0 minutes behind UTC) and changes to Eastern | |
40 # Daylight Savings Time (4 hours, 0 minutes behind UTC))during the summer. | |
41 | |
42 tz = -0600 -0500 | |
43 | |
44 # File viewer can be toggled on or off when reading mail or news | |
45 | |
46 pager = more | |
47 | |
48 # scratch directories | |
49 # temporary directory used when composing mail | |
50 | |
51 scratch = /DD/TMP | |
52 | |
53 # temporary directory use when processing news | |
54 bigscratch = /DD/TMP | |
55 | |
56 # General account where outside users can inquire about your system. In | |
57 # UUCP circles this default user is 'postmaster'. This also where | |
58 # undeliverable system mail gets sent. There must be a login account on the | |
59 # system for this user. | |
60 | |
61 errorsto = postmaster | |
62 | |
63 # bang-path to your UUCP smart-host | |
64 uucphost = redhat | |
65 | |
66 # bang-path to your Internet smart-host | |
67 inhost = redhat | |
68 | |
69 # bang-path to Bitnet smart-host (blank means use Internet host) | |
70 bithost = | |
71 | |
72 # default news host | |
73 newshost = redhat | |
74 | |
75 # size of g-protocol sending window (1-7) | |
76 window = 7 | |
77 | |
78 # hangup method | |
79 hangup = DTR | |
80 | |
81 # organization | |
82 organization = "The OS-9 Continuum BBS" | |
83 | |
84 # Directory where users' mailboxes are kept. This parameter is only used | |
85 # if the environment variable MAIL is undefined. | |
86 maildir = /DD/UUCP/SPOOL/MAIL | |
87 | |
88 # directory for Usenet news articles | |
89 newsdir = /DD/UUCP/SPOOL/NEWS | |
90 | |
91 # directory for uucico's queued files | |
92 spooldir = /DD/UUCP/SPOOL/UUCP | |
93 | |
94 # uucp's public files directory | |
95 pubdir = /DD/UUCP/SPOOL/UUCPPUBLIC | |
96 | |
97 # Is the OS-9 fileserver active? Response is yes, no, on or off | |
98 server = yes | |
99 | |
100 # Directory where files available through the fileserver are kept | |
101 fileserver = /DD/UUCP/SPOOL/FILES | |
102 | |
103 # Directory for submitted files. If 'no' or 'off', or missing, attempts to | |
104 # submit files are rejected. | |
105 incoming = /DD/UUCP/SPOOL/INCOMING |