Here is how to mass change the “Default Mail Address” for all domains (existing accounts) in the server to a specific email address (user@example.com).
sed "s/^\*:.*/user@example.com/g" -i /etc/valiases/*
Here is how to mass change the “Default Mail Address” for all domains (existing accounts) in the server to a specific email address (user@example.com).
sed "s/^\*:.*/user@example.com/g" -i /etc/valiases/*
If you are looking to change the Ftp port on your server from 21 to a non-standard port say 2121, you need tweak the ‘bind’ option in the Ftp configuration file. On a cPanel server with pure-ftp as a Ftp server, you need to edit...
PIP is part of Extra Packages for Enterprise Linux (EPEL), so we first need to install EPEL: yum install epel-release Confirm the install and hit enter to complete the install process. then we can install python-pip: yum -y install python-pip...
In both Horde and RoundCube the default mode for writting emails is plain text and not HTML. To enable HTML we need to edit one file for each program. RoundCube For roundcube on cPanel the file to be edited is:...
As you may notice, Microsoft SQL Server will gradually consume more and more memory after it starts…Most people (myself included) will wonder if this means that there are memory leaks or unclosed connections. While you should make sure...
To fix this go to Settings > Media and under the "Store uploads in this folder" field put the default path: wp-content/uploads
Here is how to check MySQL databases for malware: Open up PHPMyAdminLook for anything ‘weird’ It’s that simple. What’s ‘weird’ you ask? Well, anything that’s ‘not supposed to be in the database’...
To restart a VPS from Virtualizor GUI, locate the VPS and click on Manage > Restart
To restart VPS from the Virtualizor node terminal, run:
virsh shutdown VM_ID
virsh start VM_ID
To restart VPS from it’s terminal, run:
shutdown -r now