PDA

View Full Version : Question - Webmail


mlsys
21st May 2008, 16:23
Hi to everyone!

I want to know if i can enter to my webmail without port 81 and without https. Is it possible ?


I have install ISPconfig in Fedora Core 6.


Thanks!

Hans
21st May 2008, 17:08
Yes you can, please have a look here:

http://www.howtoforge.com/roundcube_webmail_ispconfig
http://www.howtoforge.com/squirrelmail_ispconfig
http://www.howtoforge.com/ilohamail_ispconfig
http://www.howtoforge.com/telaen_webmail_howto

:)

mlsys
21st May 2008, 18:56
i have install this...

UebiMiau Webmail Version 2.7.2

I have downloaded from the page of ISPconfig and install the package. But if i want to enter to webmail i have to put https with port 81.

Can i remove it?

Thanks!:)

Hans
21st May 2008, 19:15
To uninstall your current UebiMiau, execute these commands:

rm -rf /home/admispconfig/ispconfig/web/webmail
rm -rf /home/admispconfig/ispconfig/web/tools/tools/webmail
rm -rf /home/admispconfig/ispconfig/temp/webmail

:)

mlsys
21st May 2008, 19:17
Excelent data!

If i want to use the UebiMiau without https and port 81, what i have to do?

Thanks!

Hans
22nd May 2008, 00:04
I did not test it, but you can try this:

You can create a new website with ISPConfig, after that create the directories webmail and tmp into the /web folder of the webspace. (webX/web/webmail & webX/web/tmp). WebX is the webnumber as provided by ISPConfig.

Then copy the content of /home/admispconfig/ispconfig/web/webmail into the webX/web/webmail folder of that webspace.

Make sure that you've defined the right permissions.

You can enter your webmail at http://www.yourdomain.com/webmail/.
If everything works, you can delete your previous Uebimiau as i've explained already.

Leszek
22nd May 2008, 01:10
You could also use Apache's reverse proxy feature:
http://www.howtoforge.com/apache_reverse_proxy_ispconfig
That applies to add-ons installed using ISPConfig's web interface and ISPConfig itself.