pkgsrc-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

pkg/42271: Makefile of mail/mailman is configured wrongly when using postfix as MTA



>Number:         42271
>Category:       pkg
>Synopsis:       Makefile of mail/mailman is configured wrongly when using 
>postfix as MTA
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Nov 05 08:25:00 +0000 2009
>Originator:     Andras Horvath
>Release:        5.0.1
>Organization:
>Environment:
All
>Description:
To integrate mailmain with postfix it needs to be configured with 
'--with-mail-gid=mailman' as opposed to '--with-mail-gid=daemon' when using 
sendmail as MTA.
>How-To-Repeat:
cd /usr/pkgsrc/mail/mailman
make install
>Fix:
in Makefile:

--orig--
MAILMAN_MAILGROUP?=     daemon  # group sendmail runs under;
                                # use 'nobody' for postfix
--orig--


--new--
MAILMAN_MAILGROUP?=     mailman
--new--



Home | Main Index | Thread Index | Old Index