blob: 270e5fd197f78c5347a63f42b4de1cfdda083984 (
plain) (
blame)
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
|
* MM_USERNAME [mailman]
The username of the Mailman user
* MM_USERID [92]
The user ID of the Mailman user
It is recommended that you do not change this option.
* MM_GROUPNAME [mailman]
The group to which the Mailman user will belong
* MM_GROUPID [92]
The group ID for the Mailman user
It is recommended that you do not change this option.
* MM_DIR [mailman]
Mailman will be installed in ${PREFIX}/${MM_DIR}
* MAIL_GID [mailnull]
The group name or id under which your MTA performs mail delivery
Getting the value of MAIL_GID right is crucial to getting Mailman to work
with your MTA. By default this port works with sendmail. If you're
using an alternative MTA installed from ports, you should set MAIL_GID at
build time according to the following table. You may use either the
group name or the numerical GID. (Please contact this port's maintainer
if you wish to fill in the blanks or report mistakes!)
----------------------------------------------------
MTA | MAIL_GID | Submitted by
Exim | nobody (65534) | <wjv@FreeBSD.org>
Postfix | nobody (65534) | <shamrock@cypherpunks.to>
Qmail | ??? |
----------------------------------------------------
* CGI_GID [www]
The group name or id under which your web server executes CGI scripts
By default, this port works with the current port of Apache2. If your
WWW server executes CGI scripts under a different GID, you'll have to
set this at build time.
* IMGDIR [www/icons]
Icon images will be installed in ${PREFIX}/${IMGDIR}
* WITH_APACHE13 [undefined]
If defined, port depends on Apache 1.3.x instead of 2.x
* WITH_CHINESE [undefined]
Define to include support for Chinese mailing lists
|