From owner-freebsd-questions Tue Jan 22 15:41: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from freebsd.tekrealm.net (dsl081-247-162.sfo1.dsl.speakeasy.net [64.81.247.162]) by hub.freebsd.org (Postfix) with ESMTP id 1B1EB37B427 for ; Tue, 22 Jan 2002 15:40:56 -0800 (PST) Received: (from root@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4) id g0MNete42341; Tue, 22 Jan 2002 15:40:55 -0800 (PST) (envelope-from elitetek@tekrealm.net) Received: (from elitetek@localhost) by freebsd.tekrealm.net (8.11.6/8.11.4av) id g0MNesT42333; Tue, 22 Jan 2002 15:40:54 -0800 (PST) (envelope-from elitetek@tekrealm.net) X-Authentication-Warning: freebsd.tekrealm.net: elitetek set sender to elitetek@tekrealm.net using -f Date: Tue, 22 Jan 2002 15:40:54 -0800 From: Andrew Stuart To: Bob Bomar Cc: questions@freebsd.org Subject: Re: Neomail Message-ID: <20020122154054.A42217@freebsd.tekrealm.net> Reply-To: elitetek@tekrealm.net References: <20020122201923.GA14698@peitho.fxp.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020122201923.GA14698@peitho.fxp.org>; from bulldog@peitho.fxp.org on Tue, Jan 22, 2002 at 03:19:23PM -0500 X-Virus-Scanned: by AMaViS perl-11 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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