|
|
BSD 4.3
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
NAME
mh-gen - generating the MH system
READ THIS
This documentation describes how to configure, generate, and
install the UCI version of the Rand _M_H system. Although the
_M_H system was originally developed by the Rand Corporation,
and is now in the public domain, the Rand Corporation
assumes no responsibility for _M_H or this particular modifi-
cation of _M_H.
In addition, the Regents of the University of California
issue the following disclaimer in regard to the UCI version
of _M_H:
"Although each program has been tested by its contribu-
tor, no warranty, express or implied, is made by the
contributor or the University of California, as to the
accuracy and functioning of the program and related
program material, nor shall the fact of distribution
constitute any such warranty, and no responsibility is
assumed by the contributor or the University of Cali-
fornia in connection herewith."
This version of _M_H is in the public domain, and as such,
there are no real restrictions on its use. The _M_H source
code and documentation have no licensing restrictions what-
soever. As a courtesy, the authors ask only that you pro-
vide appropriate credit to the Rand Corporation and the
University of California for having developed the software.
_M_H is a software package that is neither supported by the
Rand Corporation nor the University of California. However,
since we do use the software ourselves and plan to continue
using (and improving) _M_H, bug reports and their associated
fixes should be reported back to us so that we may include
them in future releases. The current computer mailbox for
_M_H is [email protected] (in the ARPA Internet), and
...!ucbvax!ucivax!bug-mh (UUCP). Presently, there are two
Internet discussion groups, [email protected] and
[email protected]. If there is sufficient interest,
corresponding Usenet news groups may be established along
with the appropriate gateways.
SYNOPSIS
MAKE
DESCRIPTION
This is a description of how one can bring up an _M_H system.
It is assumed that you have super-user privileges in order
to (re-)install _M_H. Super-user privileges are not required
to configure or generate _M_H.
MH INTEGRATED SOLUTIONS 4.2 BSD 1
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
Become the super-user and create a new directory under
/usr/src/local/ (or whatever) for the _M_H area. Tradition-
ally, the directory's name should be mh/. The distribution
tape contains the hierarchy for the mh.6/ directory. Bring
the sources on-line:
# mkdir /usr/src/local/mh
% cd /usr/src/local/mh
% tar xv
CONFIGURATION
First, go to the conf/ directory.
% cd conf/
This directory contains files that will produce source files
tailored for your choice of _M_H configuration. You should
edit only the file MH. This file contains configuration
directives. These configuration directives are read by the
_m_h_c_o_n_f_i_g program to produce customized files. For examples
of various configurations, look in the directory
conf/examples/. The file MH provided in conf/ is a reason-
able default.
Here are the _M_H configuraton options available:
bin: /usr/local
The directory where user-invoked programs go (see
manual section 1).
debug: off
Support for debug mode of _M_H. Don't use this unless
you know what you're doing, which isn't likely if
you're reading this document!
etc: /usr/local/lib/mh
The directory where pgm-invoked programs go (see manual
section 8).
mail: /usr/spool/mail
The directory where the maildrops are stored. If this
pathname is absolute (i.e., begins with a / ), then the
user's maildrop is a file called $USER in this direc-
tory. If the pathname is not absolute, then the user's
maildrop is in the user's home directory under the
given name.
mandir: /usr/man
The parent directory of the manual entries.
manuals: standard
Where manual entries should be installed, relative to
the directory given with "mandir". Either "local" to
MH INTEGRATED SOLUTIONS 4.2 BSD 2
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
install manual entries under manl/, or "new" to install
manual entries under mann/, or "old" to install manual
entries under mano/, or "standard" to install manual
entries under man?/, or "gen" to generate but not
install them, or "none" to neither generate nor install
them. For example, to install manual entries under
/usr/man/u_man/man?, use "standard" and /usr/man/u_man
for "mandir".
chown: /etc/chown
The location of the _c_h_o_w_n (8) on your system. If _c_h_o_w_n
is in your search path, just use the value of "chown".
On SYS5 systems, this should probably be "/bin/chown".
editor: prompter
The default editor for _M_H.
remove: mv -f
How _M_H shuld backup existing files when installing a
new file.
mts: sendmail
Which message transport system to use. Either "mmdf"
to use _M_M_D_F as the transport system, "mmdf2" to use
_M_M_D_F-_I_I as the transport system, "sendmail" to have
_S_e_n_d_M_a_i_l as the transport system, or, "mh" to have _M_H
as the transport system. On 4.2BSD UNIX systems you
can add the suffix "/smtp" to the mts setting. This
often yields a superior interface as _M_H will post mail
with the local _S_M_T_P server instead of interacting
directly with _M_M_D_F or _S_e_n_d_M_a_i_l. The "/smtp" suffix is
described in detail in the _A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e.
Hence, for 4.2BSD UNIX systems, the "/smtp" suffix to
either "sendmail" or "mmdf2" is the preferred MTS con-
figuration.
bboards: off
Support for the UCI BBoards facility. BBoards may be
enabled with any mts setting.
bbhome: /usr/spool/bboards
The home directory for the BBoards user.
mf: off
Support for mail filtering on those systems in which
the message transport system isn't integrated with _U_U_C_P
This option is strictly for an _M_H system using either
_M_M_D_F-_I as its transport system or one using
"stand-alone delivery".
pop: off
Support for POP service. This allows local delivery
MH INTEGRATED SOLUTIONS 4.2 BSD 3
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
for non-local users (a major win). See
support/pop/pop.rfc for more information on the POP.
This option currently works only on 4.2BSD UNIX sys-
tems. (It doesn't hurt to enable this option regard-
less of whether or not you intend to use POP.) If POP
is enabled, there are two additional options which are
of interest: "RPOP" and "DPOP". The former indicates
that support for the UNIX variant of POP, RPOP, which
uses privileged sockets for authentication be enabled.
This peacefully co-exists with the standard POP. The
"DPOP" option indicates that POP subscribers do not
have entries in the _p_a_s_s_w_d (5) file, and instead have
their own separate database (another major win). Both
of these options can be enabled via an "options" direc-
tive in the _M_H configuration file.
popbboards: off
Support for the UCI BBoards facility via the POP ser-
vice. Requires both bboards and pop to be enabled.
options:
`-D' options to _c_c (1).
ALTOS
Use on XENIX/v7 systems. Also, be sure to use
"options V7".
ATHENA
_r_e_p_l will assume `-nocc all' as the default
instead of `-cc all'.
ATZ
Directs _M_H to use alpha-timezones whenever possi-
ble.
BANG
Directs _M_H to favor `!' over `@'.
BERK
Optional for for 4.{2,3}BSD sites running Send-
Mail. Makes a lot of simplifying assumptions that
makes the code run a bit faster. Also enables one
other change: _s_c_a_n has a -[no]reverse switch which
does the obvious thing. _M_H purists hate this.
BIND
If you are running with the BIND code under
4.{2,3}BSD, be sure to define this.
BSD42
Use on Berkeley UNIX systems on or after 4.2BSD.
MH INTEGRATED SOLUTIONS 4.2 BSD 4
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
BSD41A
Use on 4.1a Berkeley UNIX systems.
BSD43
Use on 4.3 Berkeley UNIX systems. Also, be sure
to use "options BSD42".
COMPAT
If you previously ran a version of _M_H earlier than
mh.4 use this option. After a short grace period,
remove it and re-{configure,generate,install}
everything.
DPOP
Enables the POP database, useful only if POP ser-
vice is enabled.
DUMB
Directs _M_H to minimize address munging.
FOLDPROT
Defines the octal value for default folder-
protection. For example, FOLDPROT='"0700"'. The
default is "0711".
ISI
Tells _r_e_p_l to be more conservative in generating
"cc:"s to the user.
LINK
Defines the filename for alternate file name for
_d_i_s_t and _r_e_p_l. For example, LINK='"\\043"'. The
default is "@".
locname
Hard-wires the local name for the host _M_H is run-
ning on. For example, locname='"PICKLE"'. It's
probably better to either let UNIX tell _M_H this
information, or to put the information in the host
specific mtstailor file.
MHE
Enables crude support for Brien Reid's MHE inter-
face.
MHRC
Enables _M_H to recognize the _C_S_h_e_l_l's `~'-con-
struct. This is useful for sites that run with a
~/.mhrc for their users.
MORE
Defines the location of the _m_o_r_e (1) program.
MH INTEGRATED SOLUTIONS 4.2 BSD 5
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
For example, on ALTOS and DUAL systems,
MORE='"/usr/bin/more"'. The default is
"/usr/ucb/more".
MSGPROT
Defines the octal value for default folder-
protection For example, MSGPROT='"0600"'. The
default is "0644".
NOMHSEQ
Directs _M_H to make private sequences the default.
OVERHEAD
Enable _M_H commands to read profile/context from
open fd:s without doing an open(); see mh-
profile(5) for the details.
RPATHS
Directs _i_n_c to note UNIX From: lines as Return-
Path: info.
RPOP
Enables the RPOP variant of POP, useful only if
POP service is enabled.
SBACKUP
Defines the prefix string for backup file names.
For example, SBACKUP='"\\043"'. The default is
",".
SYS5
Use on AT&T SYSTEM 5 UNIX system.
TTYD
Support for TTYD.
UCI
First, "_" and "#" are recognized as the prefixes
for scratch files. Second, support for the UCI
group-leadership mechanism is enabled in _c_o_n_f_l_i_c_t.
Third, support for $HOME/.signature files is
enabled.
UK
Directs the _s_c_a_n program to generate UK-style
dates.
V7
Use on V7 UNIX systems. Also, be sure to use
"options void=int".
WHATNOW
MH INTEGRATED SOLUTIONS 4.2 BSD 6
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
Enable certain _M_H commands to act differently when
$mhdraft set.
ccoptions:
Options given directly to _c_c (1). The most common is
"-M" if you're running _M_H on an ALTOS.
curses: -lcurses -ltermlib
This should be the loader option required to load the
_t_e_r_m_c_a_p (3) and _c_u_r_s_e_s (3) libraries on your system.
On SYS5 systems, it probably should be just "-lcurses".
Some sites have reported that both "-lcurses" and
"-ltermlib" are necessary.
ldoptions:
Options given directly to _l_d (1) (via _c_c ) at the
beginning of the command line. Useful for machines
which require arguments to tell _l_d to increase the
stack space (e.g. the Gould, which uses "-m 8"). Usu-
ally, "-ns" is a good choice in any event.
ldoptlibs:
Options given directly to _l_d (1) (via _c_c ) at the end
of the command line. The two most common are: "-ldbm"
if you're running MMDF with the _d_b_m package; and,
"-lndir" if you are generating _M_H on a system which
does not load the new directory access mechanism by
default (e.g., 4.1BSD, SYS5). If you don't have
_l_i_b_n_d_i_r on your system, the sources are in
miscellany/libndir/.
oldload: off
Support for the ALTOS loader.
ranlib: on
Support for systems with _r_a_n_l_i_b (1). For SYSTEM 5 sys-
tems, this should be "off" which tells _M_H to use _l_o_r_d_e_r
and _t_s_o_r_t instead. Some SYSTEM 5 sites reported that
running this isn't always sufficient. If this is the
case, then you should edit conf/makefiles/uip to
include ../sbr/libmh.a and ../zotnet/libzot.a twice in
the LIBES variable.
tma: off
Support for the TTI _t_r_u_s_t_e_d _m_a_i_l _a_g_e_n_t (TMA). Although
the TTI TMA is not in the public domain, the _M_H support
for the TTI TMA is in the public domain. You should
enable this option only if you are licensed to run the
TMA software (otherwise, you don't have the software in
your _M_H source tree).
MH INTEGRATED SOLUTIONS 4.2 BSD 7
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
Now edit conf/config/mtstailor, depending on your choice of
the setting for mts in the _M_H configuration file. for an
mts setting of "mh", look at the file conf/tailor/mhmts; for
an mts setting of "sendmail", "sendmail/smtp", "mmdf/smtp",
or "mmdf2/smtp", look at the file conf/tailor/sendmts; and,
for an mts setting of "mmdf", or "mmdf2", look at the file
conf/tailor/mmdf.
Now install the configured files into the source areas.
% make
% mhconfig MH
You now proceed based on your choice of a transport system
(the setting for mts above). The best interface is achieved
with "sendmail" followed by "mmdf" or ("mmdf2"), and then
"mh" (stand-alone delivery, not recommended).
SENDMAIL
If you want _S_e_n_d_M_a_i_l to transport messages for _M_H, then go
to the mts/sendmail/ directory.
% cd ../mts/sendmail/
This directory contains files whose definitions correspond
to the configuration of your _S_e_n_d_M_a_i_l system. If you have
enabled BBoards or POP service, then you will need to
re-configure _S_e_n_d_M_a_i_l. First, in the "local info" section
of your site's _S_e_n_d_M_a_i_l configuration file, choose a free
macro/class (B is used in this distribution), and add these
lines:
# BBoards support
DBbboards
CBbboards
Second, immediately after the inclusion of the zerobase
file, in the "machine dependent part of ruleset zero" sec-
tion, add these lines:
# resolve names for the BBoards system
R$+<@$=B> $#bboards$@$2$:$1 topic@bboards
Third, add the line
include(bboardsMH.m4)
after the line
include(localm.m4)
in your site's _S_e_n_d_M_a_i_l configuration file. Finally, you
MH INTEGRATED SOLUTIONS 4.2 BSD 8
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
should link the file mts/sendmail/bboardsMH.m4 into your
_S_e_n_d_M_a_i_l cf/ directory and re-configure _S_e_n_d_M_a_i_l.
If you have enabled POP service, a similar procedure must be
used on the POP service host, to re-configure _S_e_n_d_M_a_i_l.
First, in the "local info" section of your site's _S_e_n_d_M_a_i_l
configuration file, choose a free macro/class (P is used in
this distribution), and add these lines:
# POP support
DPpop
CPpop
Second, immediately after the inclusion of the zerobase
file, in the "machine dependent part of ruleset zero" sec-
tion, add these lines:
# resolve names for the POP system
R$+<@$=P> $#pop$@$2$:$1 subscriber@pop
Third, add the line
include(popMH.m4)
after the line
include(localm.m4)
in your site's _S_e_n_d_M_a_i_l configuration file. Finally, you
should link the file mts/sendmail/popMH.m4 into your _S_e_n_d_-
_M_a_i_l cf/ directory and re-configure _S_e_n_d_M_a_i_l.
MMDF
If you want _M_M_D_F to be your transport service, and have NOT
specified "mmdf/smtp" (or "mmdf2/smtp") as your mts setting,
then go to the mmdf/ directory. (If you're using
"mmdf/smtp" or "mmdf2/smtp" as your mts setting, then skip
to the next section.)
% cd ../mts/mmdf/
This directory contains files whose definitions correspond
to the configuration of your _M_M_D_F system.
If you're running _M_M_D_F-_I, then copy the following files from
wherever you keep the _M_M_D_F sources to this directory:
mmdf/h/ch.h, mmdf/h/conf.h, utildir/conf_util.h,
utildir/ll_log.h, mmdf/h/mmdf.h, utildir/util.h,
mmdf/mmdf_lib.a, and utildir/util_lib.a.
If you're running _M_M_D_F-_I_I, then copy the following files
from where you keep the _M_M_D_F sources to this directory:
MH INTEGRATED SOLUTIONS 4.2 BSD 9
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
h/ch.h, h/conf.h, h/dm.h, h/ll_log.h, h/mmdf.h, h/util.h,
and lib/libmmdf.a
If you have enabled bboards, then the directories
support/bboards/mmdfI and support/bboards/mmdfII contain
information you'll need to put a UCI BBoards channel in your
_M_M_D_F configuration. Similarly, if you have enabled option
"mf" and are running _M_M_D_F-_I, then the zotnet/mf/mmdfI/
directory contains information you'll need to put a _U_U_C_P
channel in your _M_M_D_F-_I configuration. Finally, the direc-
tory support/pop/mmdfII contains information you'll need to
put a POP channel in your _M_M_D_F-_I_I configuration.
MMDF/SMTP
If you are using "mmdf/smtp" as your mts setting, then no
futher MTS-specific action is required on your part!
MMDF2/SMTP
If you are using "mmdf2/smtp" as your mts setting, then no
futher MTS-specific action is required on your part!
STAND-ALONE DELIVERY
If, instead, you want _M_H to handle its own mail delivery,
then no futher MTS-specific action is required on your part!
GENERATION
Go to the mh.6/ directory and generate the system.
% cd ../; make
This will cause a complete generation of the _M_H system. If
all goes well, proceed with installation. If not, complain,
as there "should be no problems" at this step.
INSTALLATION
If the directories you chose for the user-programs and
support-programs ("bin" and "etc" in the conf/MH file) don't
exist, you should create them at this point.
Before proceeding, you should familiarize yourself with the
_A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e. To generate an _n_r_o_f_f version, go to
the doc/ directory and type:
% (cd doc/; make ADMIN.doc)
To generate a _t_r_o_f_f version, type
% (cd doc/; make guide)
instead.
MH INTEGRATED SOLUTIONS 4.2 BSD 10
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
If you're already running _M_H at your site, you should also
read the _m_h._6 changes document. The sources are in
papers/mh6/.
Next, if you enabled support for the UCI BBoards facility,
then create a login called "bboards" with the following
characteristics: home directory is /usr/spool/bboards/ with
mode 755 (actually, use the value for "bbhome" given in the
_M_H configuration file), login shell is /bin/csh (or
/bin/sh), and, encrypted password field is "*". The
"bboards" login should own the /usr/spool/bboards/ direc-
tory. In addition to creating /usr/spool/bboards/, also
create /usr/spool/bboards/etc/ and
/usr/spool/bboards/archive/. These directories should also
be owned by the "bboards" login.
If you enabled support for POP, then on the POP service
host, create a login called "pop" with the following charac-
teristics: home directory is /usr/spool/pop/ with mode 755,
login shell is /bin/csh, and, encrypted password field is
"*". If you don't have /bin/csh on your system (V7), then
/bin/sh is just fine. The "pop" login should own the
/usr/spool/pop/ directory.
If this is not the first time you have installed _M_H, you may
wish to preserve the following files:
_d_i_r_e_c_t_o_r_y _f_i_l_e_s
etc/ MailAliases, mtstailor
/usr/spool/bboards/ BBoards, .cshrc, .mh_profile
/usr/spool/bboards/etc/ *
As the super-user, and from the mh.6/ directory, install the
system.
# make inst-all
This will cause the _M_H processes and files to be transferred
to the appropriate areas with the appropriate attributes.
TAILORING
See the _A_d_m_i_n_i_s_t_r_a_t_o_r'_s _G_u_i_d_e for information on tailoring
_M_H for the MTS, BBoards, and POP.
DOCUMENTATION
In addition to this document, the administrator's guide, and
the user's manual, there are several documents referenced by
the user's manual which may be useful. The sources for all
of these can be found under the papers/ directory.
OTHER THINGS
Consult the directory miscellany/ for the sources to a
MH INTEGRATED SOLUTIONS 4.2 BSD 11
MH-GEN(8) UNIX Programmer's Manual MH-GEN(8)
number of things which aren't part of the mainstream _M_H dis-
tribution, but which are still quite useful.
FILES
Too numerous to mention. Really.
SEE ALSO
make(1)
BUGS
The _m_h_c_o_n_f_i_g program should be smarter.
The Makefiles should know when _m_h_c_o_n_f_i_g has been run and
force "make clean" behavior.
MH INTEGRATED SOLUTIONS 4.2 BSD 12
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.