Vesta Control Panel - Forum

Community Forum

Skip to content

Advanced search
  • Quick links
    • Main site
    • Github repo
    • Google Search
  • FAQ
  • Login
  • Register
  • Board index Main Section Web Server
  • Search

About Roundcube url

Questions regarding the Web Server
Apache + Nginx, Nginx + PHP5-FPM
Post Reply
  • Print view
Advanced search
5 posts • Page 1 of 1
kudouyuzi
Posts: 177
Joined: Mon Apr 28, 2014 11:19 am

About Roundcube url
  • Quote

Post by kudouyuzi » Fri May 16, 2014 6:40 am

How to change Webmail's url (192.168.1.2/webmail/) to like (192.168.1.2:8083/webmail/ Or Custom url (webmail.website.com) ?
Top

demian
Posts: 543
Joined: Thu May 16, 2013 5:19 am

Re: About Roundcube url
  • Quote

Post by demian » Fri May 16, 2014 2:08 pm

from webmail.website.com need create DNS record A for all domain

DNS record A mail.yourdimain.tld auto create for all add domain

worked from any domain

Code: Select all

# cat /etc/nginx/conf.d/webmail.conf 
server {
    listen       <Your IP>:80;
    server_name  mail.*;
    location / {
        proxy_pass  http://<Your IP>:8080/webmail/;
   }
}
Top

kudouyuzi
Posts: 177
Joined: Mon Apr 28, 2014 11:19 am

Re: About Roundcube url
  • Quote

Post by kudouyuzi » Fri May 16, 2014 3:13 pm

demian wrote:from webmail.website.com need create DNS record A for all domain

DNS record A mail.yourdimain.tld auto create for all add domain

worked from any domain

Code: Select all

# cat /etc/nginx/conf.d/webmail.conf 
server {
    listen       <Your IP>:80;
    server_name  mail.*;
    location / {
        proxy_pass  http://<Your IP>:8080/webmail/;
   }
}
how to update Roundcube?
Top

kudouyuzi
Posts: 177
Joined: Mon Apr 28, 2014 11:19 am

Re: About Roundcube url
  • Quote

Post by kudouyuzi » Wed May 21, 2014 9:06 am

How to shield original link?(http://192.168.1.8/webmail/)
Top

kudouyuzi
Posts: 177
Joined: Mon Apr 28, 2014 11:19 am

Re: About Roundcube url
  • Quote

Post by kudouyuzi » Tue Jun 17, 2014 8:36 pm

demian wrote:from webmail.website.com need create DNS record A for all domain

DNS record A mail.yourdimain.tld auto create for all add domain

worked from any domain

Code: Select all

# cat /etc/nginx/conf.d/webmail.conf 
server {
    listen       <Your IP>:80;
    server_name  mail.*;
    location / {
        proxy_pass  http://<Your IP>:8080/webmail/;
   }
}
i want to only use {webmail.website.com}
Top


Post Reply
  • Print view

5 posts • Page 1 of 1

Return to “Web Server”



  • Board index
  • All times are UTC
  • Delete all board cookies
  • The team
Powered by phpBB® Forum Software © phpBB Limited
*Original Author: Brad Veryard
*Updated to 3.2 by MannixMD
 

 

Login  •  Register

I forgot my password