Subject: Re: Webmail recommendations?
To: David Melton <dmelton@banzuke.com>
From: Jeremy C. Reed <reed@reedmedia.net>
List: netbsd-help
Date: 12/10/2001 10:29:13
On Mon, 10 Dec 2001, David Melton wrote:
> I'm in the process of switching from a RedHat-based web and mail server to
> NetBSD 1.5.2. I have everything working that I need, except for a webmail
> application. I was using NeoMail on my RH machine, but I've had no luck
> getting it going under NetBSD. From what I've learned, my problems are
> suidperl related.
>
> Has anyone here gotten NeoMail to work with NetBSD? If so, can you offer
I have used Open WebMail which is based on NeoMail under OpenBSD.
> any advice about getting around the "Can't locate neomail.conf in @INC "
> error?
Have a look at the top of the main perl script. To Open WebMail I added:
push (@INC, '/home/foo.bar/openwebmail', ".");
You may need to do something similar (so it knows where to find the
neomail.conf file).
Also, neomail has a mailinglist and FAQ -- maybe they can help.
(As for the SUID script: I purposely got rid of the setuid root for my
webmail; I use alternative passwd files so I don't need any
"superuser" abilities to run.)
Jeremy C. Reed
http://www.reedmedia.net/