ports, mailman and mail-gid

uidzero uidzero at one-arm.com
Tue Aug 10 11:30:42 PDT 2004


Paul Schmehl wrote:

> I'm trying to get the mailman port installed with mail-gid=mailman 
> (because I'm running Postfix), but I'm having zero success.
>
> I've tried make --with-mail-gid=mailman, --DWITH-MAIL-GID=mailman, 
> -DWITH_MAIL-GID=mailman and several other combinations of the above.  
> No matter what I do, the damn thing makes with mail-gid=mailnull.
>
> What am I doing wrong?  And how can I know how to do make options on 
> ports? (For example, snort won't work unless I use -DWITH_FOO, but 
> other ports seem to want --WITH_WHATEVER.
>
> Paul Schmehl (pauls at utdallas.edu)
> Adjunct Information Security Officer
> The University of Texas at Dallas
> AVIEN Founding Member
> http://www.utdallas.edu/ir/security/
> _______________________________________________
> freebsd-questions at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-questions
> To unsubscribe, send any mail to 
> "freebsd-questions-unsubscribe at freebsd.org"


cd  /usr/ports/mail/mailman

vi Makefile

MAIL_GID?=      mailnull

change to

MAIL_GID?=      mailman

"Makefile" line 68 of 157 --43%-- col 16-21

Michael

-- 
Michael D. Whities
uidzero at one-arm.com
http://www.one-arm.com

--

There are four colors of hats to watch for: 
Black, White, Grey, and Red.

The meanings are: 
Cracker, Hacker, Guru, and Victim.



More information about the freebsd-questions mailing list