TGates
TGates
Make 'auto-branding' by showing a 'Hosted by' URL above the 'Powered by' URL using the hosted domain's URL.
Add a custom field (Domain Manager?) where a client has the ability to customize their domain's vhost 'ServerAlias' setting.
Copied from forums: http://forums.sentora.org/showthread.php?tid=3904&pid=20798#pid20798 > I was checking into this and I have noticed there are no entries in the proftpd tables: ftpquotalimits or ftpquotatallies tables for in/out/xfer. > ...since...
Add a message to the Domain Manager that will notify the user to use the DNS Manager to create the default DNS entries if using Sentora's DNS. Also add a...
Just a tweak/feature request: Add a shadow button to the Client Manager module user list. Just a matter of convenience. (of course, make a check to see if the shadow...
Fixed CentOS 7 Epel repo path
With current new installs, for some reason the /etc/sentora/ files and folders are owned by root when they should be owned by apache.
@MBlagui In: https://github.com/sentora/sentora-installers/blob/master/preconf/sentora-install/sql/sentora_core.sql#L652 Line: 652 `(61,'expire_ttl','SOA Expire TTL','86400',NULL,'Global expire TTL. Default = 86400 (1 day)','DNS Config','true'),` Change to: `(61,'expire_ttl','SOA Expire TTL','2419200',NULL,'Global expire TTL. Default = 2419200 (4 Weeks)','DNS Config','true'),` Set...
Just posting this here in case it is needed later on: Edit: https://github.com/sentora/sentora-installers/blob/master/preconf/sentora-update/1-0-0/sql/update.sql to include: `ALTER TABLE x_dns MODIFY dn_target_vc VARCHAR(255)` (Expands the TXT DB field from 100 to 255)