![]() |
|
multiple domains - changing url to webmail (roundcude) - Printable Version +- Sentora Support Forums (https://senforums.mach-hosting.com) +-- Forum: Sentora Forum Archives (https://senforums.mach-hosting.com/forumdisplay.php?fid=5) +--- Forum: Sentora Public Support Forums v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=32) +---- Forum: General Support Forum v1.0.x (https://senforums.mach-hosting.com/forumdisplay.php?fid=36) +---- Thread: multiple domains - changing url to webmail (roundcude) (/showthread.php?tid=1721) |
multiple domains - changing url to webmail (roundcude) - crowds - 06-28-2015 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 RE: multiple domains - changing url to webmail (roundcude) - MarkDark - 06-28-2015 Yes! use search for forum RE: multiple domains - changing url to webmail (roundcude) - crowds - 06-28-2015 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 !
RE: multiple domains - changing url to webmail (roundcude) - MarkDark - 06-28-2015 (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 ! Poor searching Examle Link: http://forums.sentora.org/showthread.php?tid=495&highlight=webmail RE: multiple domains - changing url to webmail (roundcude) - Ron-e - 06-28-2015 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. RE: multiple domains - changing url to webmail (roundcude) - bbspike - 06-28-2015 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 RE: multiple domains - changing url to webmail (roundcude) - crowds - 06-29-2015 Brilliant chaps, thanks a lot. Going over it right now
RE: multiple domains - changing url to webmail (roundcude) - saharmohamedali - 07-03-2015 Yes! use search for forum
|