Sometimes your server might face mail problems as the server is configured for open relay. Open Relay: This allows SMTP server to be configured in such a way that it allows anyone on the Internet to send e-mail through it. This can blacklist the server’s IP address To disable Open Relay on the cPanel server […]
See MoreTag: cpanel hosting
Configuration file location in Plesk
Following is the location of the different configuration files in plesk: Apache configuration and log files locations Main apache configuration files /etc/httpd/conf/httpd.conf Users apache configuration files /etc/httpd/conf.d/*_psa_httpd.conf Users apache configuration files Include /home/httpd/vhosts/<domainname>/conf/httpd.include Apache’s log file is located in /var/log/httpd/error_log Apache include files directory /etc/httpd/conf.d/ Apache binary file /usr/sbin/httpd Qmail configuration and log files locations […]
See MoreEnable TUN/TAP Module for VPS
Enable TUN/TAP Module for VPS vzctl set VEID –devices c:10:200:rw –save vzctl exec VEID mkdir -p /dev/net vzctl exec VEID mknod /dev/net/tun c 10 200 vzctl exec VEID chmod 600 /dev/net/tun
See More