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.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
Thanks given by:
#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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:
#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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:
#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
Freelance AWS Certified Architect & SysOps// DevOps

10$ free to start your VPS
Reply
Thanks given by:
#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
Thanks given by:
#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
Thanks given by:
#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/.

Donate = Sentora survive
Donate = Sentora improvement
Donate = Sentora Great support
Donate = Sentora Developer happy to Keep working
Reply
Thanks given by:
#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
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 ,199 09-14-2021, 06:25 AM
Last Post: sparkrack
Add on Domains not working but Main domain works luckyviet 2 5 ,488 03-18-2020, 07:38 PM
Last Post: AanaNahum
subdomains live but not working..!! natimctat 2 7 ,496 01-27-2020, 06:47 PM
Last Post: Shabbirhasan

Forum Jump:


Users browsing this thread: 1 Guest(s)