-
Notifications
You must be signed in to change notification settings - Fork 15
/
ezmlmsubrc.5
79 lines (76 loc) · 2.46 KB
/
ezmlmsubrc.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
69
70
71
72
73
74
75
76
77
78
.TH ezmlmsubrc 5
.SH NAME
ezmlmsubrc \- set up a minimal sublist
.SH SYNOPSIS
.B ezmlm-make
.B \-C ezmlmsubrc
.B -options
.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
sublist. The sublist handles bounces, but not subscriptions. It is intended
for creation of sublists that are part of an SQL database supported distributed
ezmlm list. For creation of regular sublists, use
.B ezmlm-make(1)
with
.BR ezmlmrc(5) .
.SH "REQUIRED SWITCHES"
While these switches can be omitted, the list will not function unless they
are specified.
.TP
.B \-3\fI mainlocal
Local name of the main list for which this list is a sublist. If the sublist
is a sublist for digests,
.I mainlocal
should refer to the mail list, i.e. stripped of ``-digest''. This is required
in order for the bounce texts to refer to the correct archive. Use the
.B \-d
switch!
.TP
.B \-4\fI mainhost
Host name of the main list for which this list is a sublist.
.TP
.B \-6\fI host:port:user:pass:db:table
SQL connect info. Specifies the host and port to connect to, the user/password
to use, the database name, and the root table name.
The host defaults to ``localhost'', the database and table to ``ezmlm''. The
port default is the default for the particular SQL server type used. For
sublists disseminating a digest, ``table'' will end in ``_digest''.
.SH OPTIONS
.TP
.B \-d
This sublist is a sublist of a digest list.
The
.B \-3
argument used should be the local name of the main list, rather than
the digest list, i.e. the terminal ``-digest'' should be stripped.
.TP
.B \-5\fI owner
The address to which to redirect mail send to
.IR local-\fBowner@\fIhost .
The default is the owner address for the main list.
.SH USAGE
A common task is to create both a sublist for the main list and a sublist
for the corresponding digest. Note that the local list names are given
as is, whereas the main list name always refers to the main list itself
(and not its digest). The main list is ``mainloc@mainhost'', the local
sublist is ``me-sub1@myhost''; the main digest is ``mainloc-digest@mainhost''
and the local digest sublist is ``me-sub1-digest@myhost''.
.EX
ezmlm-make -Cezmlmsubrc -3 mainloc -4 mainhost -6 mainhost::user:pw:db:tab
~/DIR ~me/.qmail-sub1 me-sub1 myhost
.EE
.EX
ezmlm-make -Cezmlmsubrc -d -3 mainloc -4 mainhost -6 mainhost::user:pw:db:tab
\-d ~/DIR ~me/.qmail-sub1-digest me-sub1-digest myhost
.EE
.SH "SEE ALSO"
ezmlm-make(1),
ezmlm(5),
ezmlmrc(5)