Many people have mentioned that UebiMiau is no longer under daily development that it should be removed. In it's place I would like to see OpenWebmail be installed by DA (openwebmail.org). It's a CGI-BIN program rather than a frontend for IMAP and accesses the /var/mail files directly.
Currently I have OpenWebmail running on my servers under vhosts (www.modemnet.net/mail). This was achieved however with some effort and I have tested this successfully on RH3 Ent server. In order for DA to install the RPM/tar.gz files during an upgrade a couple changes need to be made in DA:
1.) Add OpenWebMail to the skins in the user/email pref area.
2.) Install 3 dependencies before OpenWebMail, (perl-CGI-2.81-88.4, perl-Compress-Zlib-1.21, perl-Text-Iconv-1.2).
3.) Create a ScriptAlias inside of httpd.conf for /mail.
4.) Create a SymLink of /home/user/domains/domain.com/public_html/cgi-bin/openwebmail -> /var/www/cgi-bin/openwebmail
5.) Fix/alter the way DA writes to the included http.conf files for each virtual host. Inside of those files DA has the following:
User username
Group username
This forces apache to run the /var/www/cgi-bin/openwebmail/* scripts as that user rather than "nobody". suExec then gives out "500 Internal Server" errors because suExec is forcing the /var/www/cgi.../openwebmail.pl files to be ran by that specific user.
I have notified John and Mark at D.A. about this and they say while this won't be in the next release, they are interested in it. I have offered to test on all DA supported platforms to see what the result is, which if it works great on RH related OS's I don't see why it wouldn't work fully on others. I will test tho and report back to John.
Currently I have OpenWebmail running on my servers under vhosts (www.modemnet.net/mail). This was achieved however with some effort and I have tested this successfully on RH3 Ent server. In order for DA to install the RPM/tar.gz files during an upgrade a couple changes need to be made in DA:
1.) Add OpenWebMail to the skins in the user/email pref area.
2.) Install 3 dependencies before OpenWebMail, (perl-CGI-2.81-88.4, perl-Compress-Zlib-1.21, perl-Text-Iconv-1.2).
3.) Create a ScriptAlias inside of httpd.conf for /mail.
4.) Create a SymLink of /home/user/domains/domain.com/public_html/cgi-bin/openwebmail -> /var/www/cgi-bin/openwebmail
5.) Fix/alter the way DA writes to the included http.conf files for each virtual host. Inside of those files DA has the following:
User username
Group username
This forces apache to run the /var/www/cgi-bin/openwebmail/* scripts as that user rather than "nobody". suExec then gives out "500 Internal Server" errors because suExec is forcing the /var/www/cgi.../openwebmail.pl files to be ran by that specific user.
I have notified John and Mark at D.A. about this and they say while this won't be in the next release, they are interested in it. I have offered to test on all DA supported platforms to see what the result is, which if it works great on RH related OS's I don't see why it wouldn't work fully on others. I will test tho and report back to John.