On Sun, 15 Oct 2000, Paul Lussier wrote:
> In a message dated: Sun, 15 Oct 2000 19:45:51 EDT
> Charles Farinella said:
>
> >to the instructions (if I understand correctly), the mail gid is taken
> >from the value set in sendmail.cf as DefaultUser. In my case that's
> >'8:12'. It won't accept '8:12'
>
> 8:12 looks like a UID:GID pair. The GID would be 12 in this case.
OK, it wants the GIDs (Group of IDs) under which sendmail (or other
MTA) and apache (or other web server) are running. Sendmail usually runs
with group set to mail, so my /etc/group says mail is 12 (this is RH
6.2). Now for apache look at the /etc/httpd/conf/httpd.conf for the:
User nobody
line. then look at /etc/group for that one, 99 in my case. So you config
mailman with
./configure --mail-gid=12 --cgi-gid=99
(I think that's right but look at the install file for the exact working,
it's been a while).
This is the one part of mailman that is a real PITA, after this it gets
much better.
Oh, as for your mail bouncing, have you added the lines to /etc/aliases
and run newaliases ?
--rdp
--
Rich Payne
[EMAIL PROTECTED] www.alphalinux.org
**********************************************************
To unsubscribe from this list, send mail to
[EMAIL PROTECTED] with the following text in the
*body* (*not* the subject line) of the letter:
unsubscribe gnhlug
**********************************************************