1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/mail/mailman/files/pkg-opts
Johann Visagie c5d6863804 - Fix a nasty typo.
PR:		35572
Submitted by:	Kurt Werle <kwerle@pobox.com>
2002-03-06 07:25:46 +00:00

29 lines
1.4 KiB
Plaintext

# Variable|Default value|Short description
# Multi-line/long description (optional).
# Multi-line/long description lines must start with whitespace!
#
USERNAME|mailman|The username of the Mailman user
USERID|92|The user ID of the Mailman user
It is recommended that you do not change this option.
GROUPNAME|mailman|The group to which the Mailman user will belong
GROUPID|92|The group ID for the Mailman user
It is recommended that you do not change this option.
MMDIR|mailman|Mailman will be installed in ${PREFIX}/${MMDIR}
MAIL_GID|26|The group 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. (Please
contact this port's maintainer if you can fill in the blanks, or to
report mistakes!)
----------------------------------------------
MTA | MAIL_GID | Submitted by
Exim | 65534 | <wjv>
Postfix | 65534 | <shamrock@cypherpunks.to>
Qmail | ??? |
CGI_GID|80|The group id under which your web server executes CGI scripts
By default, this port works with the current port of Apache. If your
WWW server executes CGI scripts under a different GID, you'll have to
set this at build time.
IMGDIR|${PREFIX}/www/data/icons|The directory where icon images will be installed