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