On Mon, 11 Mar 2002, Darryl Harvey wrote:

> Has anyone set up mailman and Postfix on their RedHat box??
>
>
> I am getting the dreaded GID error, and have read the mailman help file as
> to the fix, It suggests rebuilding mailman with;
>
> ./configure --with-mail-gid=thegid
>
> If I am installing from a Redhat RPM, I cannot do this...  I have altered
> the postfix option of:
>
> default_privs = mail
>
> and this allows me to use mailman, but it may have some effect on postfix
> and privs??
>
> Can anyone enlighten me to if this is ok, or if I need to un-install the
> RPM and install mailman from source and configure with my options.

Hi Daryll

Keep postfix using 'mail'. All I did to solve this was the following.

1. put your mailman aliases in a seperate file. In my case
/etc/postfix/mailman.alaises, by adding it to the alias_maps and
alias_database lines.

2. run newaliases to generate /etc/postfix/mailman.alaises.db

3. set the gid of /etc/postfix/mailman.alaises.db to be 'mail'

It should then work. From my use, the gis bit sticks, so you only have to
do it once and subsequintly running newaliases (thus generating a new .db)
retains the gid of mail.

hth
charles



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to