
4th June 2009, 00:48
|
|
Senior Member
|
|
Join Date: Apr 2009
Location: Brielle, Netherlands
Posts: 141
Thanks: 20
Thanked 3 Times in 2 Posts
|
|
Easy question ...
Gentlemen,
On my server I have roundcubemail but not installed in one of my web's I installed it with yum install roundcubemail.
Roundcubemail is here /etc/usr/roundcubemail/
Roundcubemail config files /etc/roundcubemail/
Roundcubemail Apache config file /etc/httpd/conf.d/roundcubemail.conf
To go to my webmail I have to go to http://something.org/webmail
but i want it to be http://webmail.something.org
How do I do this ?
PS If it is something with redirect of directives please explain in dummy language
__________________
With Respect, Robert ------------------------------------------------ Fedora 15 - ISPConfig v3.0.3.3 On Dell Optiplex GX270, Pentium 4, 2.8 GHz, 1024 Mb
|

4th June 2009, 08:12
|
|
Super Moderator
|
|
Join Date: Apr 2005
Location: Lüneburg, Germany
Posts: 31,903
Thanks: 693
Thanked 4,195 Times in 3,212 Posts
|
|
Create a website webmail.something.org and install roundcube into this website.
|

4th June 2009, 09:50
|
|
Senior Member
|
|
Join Date: Apr 2009
Location: Brielle, Netherlands
Posts: 141
Thanks: 20
Thanked 3 Times in 2 Posts
|
|
@ Till,
No, that is not what I want. I have installed RC like I mentioned and now it is accessible with something.org/webmail, something.nu/webmail and somrthing.nl/webmail and I would like ( not 100% necessary ) webmail.something.org, webmail.something.nu and webmail.something.nl.
I am sorry to be such a pain in the ...
__________________
With Respect, Robert ------------------------------------------------ Fedora 15 - ISPConfig v3.0.3.3 On Dell Optiplex GX270, Pentium 4, 2.8 GHz, 1024 Mb
|

4th June 2009, 10:02
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Koblenz, Germany
Posts: 290
Thanks: 12
Thanked 100 Times in 58 Posts
|
|
Quote:
Originally Posted by robertlouwen
@ Till,
No, that is not what I want. I have installed RC like I mentioned and now it is accessible with something.org/webmail, something.nu/webmail and somrthing.nl/webmail and I would like ( not 100% necessary ) webmail.something.org, webmail.something.nu and webmail.something.nl.
I am sorry to be such a pain in the ...
|
Try this:
Create subdomain "webmail" in ispc and set redirection type to "L" and path to /webmail/
|

4th June 2009, 10:14
|
|
Senior Member
|
|
Join Date: Apr 2009
Location: Brielle, Netherlands
Posts: 141
Thanks: 20
Thanked 3 Times in 2 Posts
|
|
@ Croydon,
So for every domain ( only 3 ) I create a subdomain called "webmail" and do the redirect like you explained so clear in my other question. (?)
__________________
With Respect, Robert ------------------------------------------------ Fedora 15 - ISPConfig v3.0.3.3 On Dell Optiplex GX270, Pentium 4, 2.8 GHz, 1024 Mb
|

4th June 2009, 10:17
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Koblenz, Germany
Posts: 290
Thanks: 12
Thanked 100 Times in 58 Posts
|
|
Quote:
Originally Posted by robertlouwen
@ Croydon,
So for every domain ( only 3 ) I create a subdomain called "webmail" and do the redirect like you explained so clear in my other question. (?)
|
Please try the following:
Install the plugin:
http://www.howtoforge.com/forums/showthread.php?t=34917
Create subdomain "webmail" for one domain and set redirect type to "L" and path to "/webmail/".
Then tell me if it works
The plugin might not be necessary for you... Maybe try without it first.
|

4th June 2009, 10:50
|
|
Senior Member
|
|
Join Date: Apr 2009
Location: Brielle, Netherlands
Posts: 141
Thanks: 20
Thanked 3 Times in 2 Posts
|
|
@ Croydon,
Like you advised first I tried without plugin, webmail.something.nu gives a dutch language error page and webmail.somethig.org gives a english language error page.
So now your plugin I have to create a .php file named "webmail_symlink_plugin.inc.php" and in there goes the code from your last post.
Upload it to my server on my server i will copy it to the right location and do the ln -s command
Right ?
__________________
With Respect, Robert ------------------------------------------------ Fedora 15 - ISPConfig v3.0.3.3 On Dell Optiplex GX270, Pentium 4, 2.8 GHz, 1024 Mb
|

4th June 2009, 10:53
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Koblenz, Germany
Posts: 290
Thanks: 12
Thanked 100 Times in 58 Posts
|
|
Quote:
Originally Posted by robertlouwen
@ Croydon,
Like you advised first I tried without plugin, webmail.something.nu gives a dutch language error page and webmail.somethig.org gives a english language error page.
So now your plugin I have to create a .php file named "webmail_symlink_plugin.inc.php" and in there goes the code from your last post.
Upload it to my server on my server i will copy it to the right location and do the ln -s command
Right ?
|
Yes, but
1. you have to ensure that /var/www/webmail exists (as symlink or real webmail directory)
2. you have to edit the website (not the subdomain) and save it again so the new plugin will create the needed symlink inside the webdir
|

4th June 2009, 11:00
|
|
Senior Member
|
|
Join Date: Apr 2009
Location: Brielle, Netherlands
Posts: 141
Thanks: 20
Thanked 3 Times in 2 Posts
|
|
@ Croydon,
/var/www/webmail does not exist on my server.
Can I create a empty directory ? Or maybe better a symlink ( but how ? )
__________________
With Respect, Robert ------------------------------------------------ Fedora 15 - ISPConfig v3.0.3.3 On Dell Optiplex GX270, Pentium 4, 2.8 GHz, 1024 Mb
|

4th June 2009, 11:07
|
|
Senior Member
|
|
Join Date: Jul 2007
Location: Koblenz, Germany
Posts: 290
Thanks: 12
Thanked 100 Times in 58 Posts
|
|
Quote:
Originally Posted by robertlouwen
@ Croydon,
/var/www/webmail does not exist on my server.
Can I create a empty directory ? Or maybe better a symlink ( but how ? )
|
As I am a debian user I am not 100% sure but this should do the trick:
ln -s /etc/usr/roundcubemail /var/www/webmail
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT +2. The time now is 04:44.
|
|
Recent comments
22 hours 56 min ago
1 day 5 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 19 hours ago
2 days 5 hours ago
2 days 5 hours ago
2 days 9 hours ago
2 days 13 hours ago
2 days 14 hours ago