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