email interface for roundcube

jack sparrow

Verified User
Joined
Feb 3, 2010
Messages
41
hello

i need to use mail.mydomain.com or mydomain.com/mail

to email interface for roundcube

how ?
 
i don't think u get it ,

i mean i need to stop all email scripts expt (roundcube)

and use (roundcube) to be mail.mywebsite.com or mywebsite.com/mail

its now mywebsite.com/roundcube <<-- i need to change it to mywebsite.com/mail
 
Check the httpd-alias.conf (or something) in /etc/httpd/conf/extra/
After changes don't forget to reload or restart HTTPd
 
Check the httpd-alias.conf (or something) in /etc/httpd/conf/extra/
After changes don't forget to reload or restart HTTPd

well i did this i've delete the lines for all email scripts and i live roundcube and i change it to

Alias /roundcube "/var/www/html/email/"

this is my "httpd-alias.conf" file

PHP:
Alias /config "/var/www/html/redirect.php"
Alias /phpMyAdmin "/var/www/html/phpMyAdmin/"
Alias /phpmyadmin "/var/www/html/phpMyAdmin/"
Alias /roundcube "/var/www/html/email/"


after i delete the lines and save the file i restart the vps and httpd

after this the roundcube wont work at mydomain.com/email

or mydomain.com/roundcube

lol i guess somthing went wrong here

can u post here ur "httpd-alias.conf"

i need to restore everything i deleted
 
Change this
Alias /config "/var/www/html/redirect.php"
Alias /phpMyAdmin "/var/www/html/phpMyAdmin/"
Alias /phpmyadmin "/var/www/html/phpMyAdmin/"
Alias /roundcube "/var/www/html/email/"
to
Alias /config "/var/www/html/redirect.php"
Alias /phpMyAdmin "/var/www/html/phpMyAdmin/"
Alias /phpmyadmin "/var/www/html/phpMyAdmin/"
Alias /email "/var/www/html/roundcube/"
Save the file and reload/restart HTTPd. You dont need to restart your VPS(/server) itself.
 
Are you asking about mail scripts? Or about roundcube? Does roundcube now work?

How about giving us a real domain name?

Jeff
 
Are you asking about mail scripts? Or about roundcube? Does roundcube now work?

How about giving us a real domain name?

Jeff

Hey Jeff

thanks for given hand with this

i just wander if i can use ( domain.com/mail ) for roundcube

and yes the roundcube is work fine but at ( domain.com/roundcube )

can i make it .com/mail

because i tried to change it as daveyw way but its wont work
 
Back
Top