How to create email account in postfix mail server? Ans : Postfix configuration files are stored in “/etc/postfix”. The two main postfix configuration files are master.cf and main.cf, although we will only be dealing with main.cf here. First we are going to make some additions or changes to the main.cf configuration file. The following lines […]
See MoreTag: Plesk
How to upgrade php version on plesk
How to upgrade php version on plesk ? Ans : – You can simply upgrade the php version on LINUX PLESK server by using following steps root@server [/] # cd /usr/local/src root@server [/usr/local/src]# wget -q -O – http://www.atomicorp.com/installers/atomic.sh | sh root@server [/usr/local/src]# yum upgrade php root@server [/usr/local/src]# /etc/init.d/psa stopall root@server [/usr/local/src]# /etc/init.d/psa startall root@server [/usr/local/src]# […]
See MoreHow to Enable Plesk Hard Disk Quotas !!!
In order to monitor client disk space usage in Plesk, disk quota must be enabled. This is a two step process and the initial quota scan may take some time (~1 hour) and may cause notable load on your server so I recommend running this outside of your peak load times. 1. Add userquota to […]
See More