Import ezmlm-idx 0.40
[ezmlm] / ezmlmglrc.5
CommitLineData
f8beb284
MW
1.TH ezmlmglrc 5
2.SH NAME
3ezmlmglrc \- set up the global ezmlm interface
4.SH SYNOPSIS
5.B ezmlm-make
6.B \-C ezmlmglrc
7[
8.B \-5\fI owner
9]
10.I dir dot local host
11.SH DESCRIPTION
12.B ezmlmglrc
13instructs
14.B ezmlm-make(1)
15to create
16.I dir
17and files within it to support the
18.I local\fB@\fIhost
19address as a global ezmlm interface.
20.I dot
21and
22.I dot\fB-default
23are linked to
24.I dir\fB/ezdomo
25which uses
26.B ezmlm-request(1)
27to handle requests as well as
28bounces and ezmlm-style command addresses for the global interface.
29The configuration file
30.I dir\fB/config.cf
31should be created separately with
32.BR ezmlm-glconf(1) .
33.SH OPTIONS
34.TP
35.B -5\fI owner
36Forward mail addressed to
37.I local\fB-owner@\fIhost
38to
39.I owner
40rather than storing it in a local mailbox.
41.SH USAGE
42Typical use by ``joe'' to set up
43.B joe-\fImajordomo\fB@\fIthis.com:
44
45.EX
46ezmlm-make -Cezmlmglrc ~/domo ~/.qmail-majordomo joe-majordomo this.com
47.EE
48
49Typical use by ``alias'' to set up
50.I majordomo\fB@\fIthis.com:
51
52.EX
53ezmlm-make -Cezmlmglrc ~/domo ~/.qmail-majordomo majordomo this.com
54.EE
55
56Typical use by ``virt'' controlling the virtual domain
57.I lists.com
58to set up
59.I majordomo\fB@\fIlist.com:
60
61.EX
62ezmlm-make -Cezmlmglrc ~/domo ~/.qmail-majordomo majordomo list.com
63
64echo "virt-majordomo" > ~/domo/inlocal
65.EE
66The ``echo'' line is required only if used with qmail<1.02.
67.SH "SEE ALSO"
68ezmlm-glconf(1),
69ezmlm-make(1),
70ezmlm-request(1),
71ezmlm(5)