Webmail subdomains mapping in VestCP Date Posted: 01-08-2017 Like cPanel, we want to map the webmail to webmail.domain.tld for all the domains hosted on the server on vestacp. Implementation: Add the below lines to /home/admin/conf/web/httpd.conf <VirtualHost xx.xx.xx.xx:80> ServerName webmail ServerAlias webmail.* DocumentRoot /usr/share/roundcubemail </VirtualHost> Now restart httpd service httpd restart  

Date Posted: 05-06-2017 After the installation of vesta control panel, there are DNS entries added. However, DNS changes are not reflecting. After analyzed the log (/var/log/syslog), we came to know it was a permission issue. Resolution: Inorder to fix the issue, follow the below instruction. Open the file /etc/apparmor.d/local/usr.sbin.named and add the… Continue Reading DNS not working on vestacp

Install Phpmyadmin on Ajenti Control Panel Date Posted:23-05-2017 Phpmyadmin is a open source php application used to manage mysql database server from webbrowser. In this post, we will explain on how to install phpmyadmin on Ajenti Control panel. Prerequisites: Ajenti Control Panel Incase if ajenti control panel is not installed… Continue Reading Install Phpmyadmin on Ajenti Control Panel

Install RainLoop webmail Client on Ajenti Control Panel Date Posted:05-04-2017 Assumption: Linux Host. Ajenti Control panel. If Ajienti control panel is not installed, please follow the post on install Ajenti Control Panel Ajenti-v website package install. Implementation: Create a new website on Ajenti Control Panel : Select Websites under WEB Under Domains Tab,… Continue Reading Install RainLoop webmail Client on Ajenti Control Panel