webmail.xxxx.tld not working more
#1
webmail.xxxx.tld not working more
after udate

i cant get webmail.domain.tld to Work

Code:
</VirtualHost> # Configuration for WebMail - webmail.alio.dk <VirtualHost *:80> ServerAdmin Carsten@alio.dk         DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"         ServerName webmail.alio.dk     AddType application/x-httpd-php .php3 .php <Directory /> Options +FollowSymLinks -Indexes         AllowOverride All         Order Allow,Deny         Allow from all         </Directory>    
i get
Forbidden
You don't have permission to access / on this server.

Apache Server at webmail.alio.dk Port 80
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
#2
RE: webmail.xxxx.tld not working more
UPDATE ???????????????? We never released an updater for sentora.

Would you explain more?

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#3
RE: webmail.xxxx.tld not working more
i have uses the old sentora right after zpanel OLD version

and now use ver 1.0.0
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
#4
RE: webmail.xxxx.tld not working more
Each time on new clean system ?? How are you updating?

We never released an updater.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#5
RE: webmail.xxxx.tld not working more
i made a new server on DO

install the new sentora and now i move manuelt all files and settings from my old server to the new

so i can close the old server so i dont pay for it

but my webmail.domain.tld dont Work on the new server but Works on the old
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
#6
RE: webmail.xxxx.tld not working more
Did you check DNS?

Are you sure you applied ALL the same settings! Check again custom settings if you had any & DNS.

M B
No support using PM (Auto adding to IGNORE list!), use the forum. 
How to ask

200$ free to start your VPS 60 days credit
Reply
#7
RE: webmail.xxxx.tld not working more
all is the same

only new is the ip

but webmail is a cname and my A record works

i think it is the VirtualHost

but i have look inside httpd-vhost.conf and it looks like the default
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply
#8
RE: webmail.xxxx.tld not working more
Try with:

<VirtualHost *:80>
ServerAlias mail.*
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>
</VirtualHost>
Reply
#9
RE: webmail.xxxx.tld not working more
(02-02-2015, 08:54 PM)Diablo925 Wrote: after udate

i cant get webmail.domain.tld to Work


Code:
</VirtualHost> # Configuration for WebMail - webmail.alio.dk <VirtualHost *:80> ServerAdmin Carsten@alio.dk         DocumentRoot "/etc/sentora/panel/etc/apps/webmail/"         ServerName webmail.alio.dk     AddType application/x-httpd-php .php3 .php <Directory /> Options +FollowSymLinks -Indexes         AllowOverride All         Order Allow,Deny         Allow from all         </Directory>    
i get
Forbidden
You don't have permission to access / on this server.


Apache Server at webmail.alio.dk Port 80

you may use this --> chown -R www-data /var/sentora/panel/etc/apps/webmail/.
when moving files manualy to a web directory you have to fix the permisions
this code fix it chown -R www-data /var/sentora/panel/etc/apps/webmail/.
Reply
#10
RE: webmail.xxxx.tld not working more
that works Smile

Thx
Sentora 1.0.3 on [Image: DO_Logo_Horizontal_Blue-3db19536.png]

-= Github =-  -= My Repo =-

My Modules
Reply


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 6 ,548 09-14-2021, 06:25 AM
Last Post: sparkrack
Add on Domains not working but Main domain works luckyviet 2 7 ,813 03-18-2020, 07:38 PM
Last Post: AanaNahum
working on single domain bahabi 1 5 ,701 08-27-2019, 12:06 AM
Last Post: TGates

Forum Jump:


Users browsing this thread: 1 Guest(s)