This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

webmail access using webmail.mydomain.com
#2
RE: webmail access using webmail.mydomain.com
(07-17-2015, 03:49 AM)sknd Wrote: I need to access to webmail like this way.

webmail.mydomain.com

I have referred old post in this forum and configured vhost.conf. but always redirected to sentora login page not redirect to roundcude login.

Please help me to setup it

Many tnx

1 - Open Menu: Admin > Module Admin .

2 - In Administration Modules, open Apache Config .

3 - In Override a Virtual Host Setting, --Select a domain-- and click the button Select Vhost .

4 - In Virtual Host Override, edit the code like your config and paste in Custom Entry:


Code:
</VirtualHost>

# Configuration for WebMail
# This configuration enable webmail for all domains. 
# If you want enable only a specific domain, change * to your domain name ind ServerAlias.

<VirtualHost *:80>
 ServerAlias webmail.* 
 DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"
 AddType application/x-httpd-php .php
 <Directory "/etc/sentora/panel/etc/apps/webmail/">
  Options +FollowSymLinks -Indexes
  AllowOverride All
  Require all granted
</Directory> 

5 - Click Save Vhost .


Enjoy and be Happy !!!  Big Grin
Reply
Thanks given by: TGates


Messages In This Thread
RE: webmail access using webmail.mydomain.com - by ic.rezende - 07-17-2015, 06:26 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
[split] Can Not Log Into PHPMyAdmin or Webmail after upgrading to PHP 7.1.24 ogika 2 4 ,486 09-14-2021, 06:25 AM
Last Post: sparkrack
SSH Access rsthomas 2 5 ,264 01-06-2021, 12:14 AM
Last Post: rsthomas
No access after reinstall brucecy92 1 3 ,751 10-10-2020, 01:50 PM
Last Post: Jettaman

Forum Jump:


Users browsing this thread: 9 Guest(s)