Date: Tue, 22 Jan 2002 15:40:54 -0800 From: Andrew Stuart <elitetek@tekrealm.net> To: Bob Bomar <bulldog@peitho.fxp.org> Cc: questions@freebsd.org Subject: Re: Neomail Message-ID: <20020122154054.A42217@freebsd.tekrealm.net> In-Reply-To: <20020122201923.GA14698@peitho.fxp.org>; from bulldog@peitho.fxp.org on Tue, Jan 22, 2002 at 03:19:23PM -0500 References: <20020122201923.GA14698@peitho.fxp.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 22 Jan 2002 at 15:19:23 -0500, Bob Bomar wrote: > I took the advice and installed Neomail. It installed very fast, and easily. When I went to domain.com/cgi-bin/neomail.pl it comes up with the message: > > "Neomail Error" > > "Default!" > > I am running FreeBSD 4.4 and Apache 1.13, does anybody have any ideas of what I need to do? > > > Thanks > > Bob > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message my guess would be that your suidperl is not setup correctly. ls -al /usr/bin/suidperl -r-s--x--x 3 root wheel 50976 Dec 15 17:37 /usr/bin/suidperl that is what your suidperl should look like, if it isnt, try setting the suid bit. neomail requires suidperl, to access the mail files, etc.. p.s. this is a BIG security risk.. -- Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020122154054.A42217>