# Variable|Default value|Short description # Multi-line/long description (optional). # Multi-line/long description lines must start with whitespace! # 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|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 | Postfix | 65534 | 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|www/icons|Icon images will be installed in ${PREFIX}/${IMGDIR} WITH_APACHE2|undefined|Port depends on Apache 2.x if defined, not 1.3.x