Linux Hjælp
Jeg kunne godt tænke mig at prøve Omail "http://sourceforge.net/mail/?group_id=3658" et webmailprogram til Linux (Qmail)Jeg har bare det problem at jeg ikk er HAJ nok til at forstå hvordan pokker jeg får det installerede :( Er der nogen der kan hjælpe ? "jeg har postede de punkter jeg ikke kan forstå herunder ->
1) setup a virtual host for the webmail(webmail.yourdomain.ext)
2) create an unix user for the webmail ("webmail"), and eventualy a group webmail
3) setup an apache <Virtualhost> for the webmail, including "User webmail\nGroup webmail"
4) check that suexec is working (docroot!). There must be a message about suexec when you start apache in the logs (rtfm apache docs).
If suexec is not ok, you can simply get the apache source tree, and compile only the suexec binary (make suexec in the right directory). the file to edit is suexec.h. Then copy it in the usr/[local]/sbin, and chmod a+rxs.
5) install sudo on your server, if not yet installed
6) add an entry in the /etc/sudoers for perl & user webmail (cut & past from below) (use command "visudo" to edit! that's the way it works... :)
Der kommer muligvis et par spørgsmål til "kan være at jeg ikke forstår det i siger:)"
-NixoN