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.

multiple domains - changing url to webmail (roundcude)
#1
multiple domains - changing url to webmail (roundcude)
Hi,
I have a few domains hosted on my vps. For clients to log into webmail they currently all have to access the same url... vps90483.vpssupply.org/etc/apps/webmail/
I am wondering if it's possible for each client to have a personal webmail address ? i.e mail.somesite.org/etc/apps/webmail/

Is this possible ?

Cheers Jim
Reply
Thanks given by:
#2
RE: multiple domains - changing url to webmail (roundcude)
Yes!
use search for forum
Reply
Thanks given by:
#3
RE: multiple domains - changing url to webmail (roundcude)
haha I have searched of course. A search is always my first port of call, however nothing has turned up. If you know of the thread that has the solution perhaps a link to it ? Or a search term that will take me there ! Smile
Reply
Thanks given by:
#4
RE: multiple domains - changing url to webmail (roundcude)
(06-28-2015, 02:26 AM)crowds Wrote: haha I have searched of course. A search is always my first port of call, however nothing has turned up. If you know of the thread that has the solution perhaps a link to it ? Or a search term that will take me there ! Smile

Poor searching Big Grin

Examle Link:

http://forums.sentora.org/showthread.php...ht=webmail
Reply
Thanks given by:
#5
RE: multiple domains - changing url to webmail (roundcude)
Check out this thread: [How-To] Set up /webmail or /mysql for all domains
It is on the sticky/Important Threads of the "Community Guides & How-To's v1.0.x" section.

My Sentora DemoMy GithubAuxio Github
Zentora themeS-Type themeCstyleX theme
flat-color-iconssmall-n-flat-icons

Sentora's development takes way too long, so i'm transitioning to HestiaCP.
Reply
Thanks given by:
#6
RE: multiple domains - changing url to webmail (roundcude)
Adding this code in the Global Sentora Entry works perfect for me:

Code:
</VirtualHost>

# Configuration for WebMail
<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>

It allows every domain acces webmail trough webmail.domain.tls
[Image: logo2.png]

My being on this forum is all personal and all is done here by me has nothing to with the company Web Improved I work for Smile
Reply
Thanks given by:
#7
RE: multiple domains - changing url to webmail (roundcude)
Brilliant chaps, thanks a lot. Going over it right now Smile
Reply
Thanks given by:
#8
RE: multiple domains - changing url to webmail (roundcude)
Yes!

use search for forum

[Image: 1434586608.jpg]
Reply
Thanks given by:


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 ,324 09-14-2021, 06:25 AM
Last Post: sparkrack
Postfix relay specific domains to mailjet johnnyp 0 2 ,066 01-29-2021, 04:44 AM
Last Post: johnnyp
Disabling warning and notice logging in /var/sentora/logs/domains/* JSmith 0 2 ,494 01-02-2021, 07:50 PM
Last Post: JSmith

Forum Jump:


Users browsing this thread: 1 Guest(s)