Re: [Mailman-Users] FreeBSD 5.1, Python 2.1.3, Mailman 2.1.2 Install

2003-06-16 Thread Vivek Khera
> "CA" == Christopher Allen <[BigFatPipe.Net]" <[EMAIL PROTECTED]>> writes: >> is to use the vipw command. You can also add users using the pw >> program. CA> Actually, editing the /etc/master.passwd then rebuiding the DB is an okay CA> route to go. Issuing the command: CA> /usr/sbin/pwd_m

Re: [Mailman-Users] FreeBSD 5.1, Python 2.1.3, Mailman 2.1.2 Install

2003-06-16 Thread Christopher Allen [BigFatPipe.Net]
On Mon, 16 Jun 2003, Vivek Khera wrote: > TL> and FreeBSD likes to have a redundant file called /etc/master.passwd which > TL> I added the same: > > TL> mailman:*:501:502:Mailman MLM:/nonexistent:/sbin/nologin > > TL> Apparently there is a problem with this. > > If you editied the /etc/master.passw

Re: [Mailman-Users] FreeBSD 5.1, Python 2.1.3, Mailman 2.1.2 Install

2003-06-16 Thread Vivek Khera
> "TL" == Tim Legg <[EMAIL PROTECTED]> writes: TL> and FreeBSD likes to have a redundant file called /etc/master.passwd which TL> I added the same: TL> mailman:*:501:502:Mailman MLM:/nonexistent:/sbin/nologin TL> Apparently there is a problem with this. If you editied the /etc/master.passwd

[Mailman-Users] FreeBSD 5.1, Python 2.1.3, Mailman 2.1.2 Install

2003-06-16 Thread Tim Legg
Hello, I have installed mailman before on a different machine. I installed: FreeBSD 5.1-RELEASE #0 Apache 1.3.27 (source) Python 2.1.3 (from ports) Postfix 2.0.9,1 (from ports) I run, #./configure --with-python=/usr/local/bin/python2.1 (I know this is far from complete as far as parameters go