Open Server Manager. To open Server Manager, click Start, point to Administrative Tools, and then click Server Manager.
Check /etc/mailips permissions: Code: It should show the following: If it does not show root:mail for ownership, then fix that: If it doesn’t show 640 for file permissions, fix that: If it does have the right ownership and permissions, then next check the file isn’t set to be immutable: It might look like the following … Read more
AI_NODATA – No address associated with nodename error in your FTP client. Sometimes an EAI_NODATA error is also related to either a EHOSTUNREACH error, or an ECONNABORTED error as well. Command: MLSDError: Connection timed outError: Failed to retrieve directory listing Status: Waiting to retry…Status: Disconnected from serverStatus: Resolving address of robertlacylv.comStatus: Connection attempt failed with … Read more
An email sender to your server is getting a bounce message: Email logs show: Resolution: Check the logs as the email is being rejected for a non SPF record:
My server is using Centos 6.5 I updated from Plesk 11.5 to 12 last week and postfix to 2.8.17. Since then, all mails sent using the sendmail binary (notifications, mail forwards…) are being rejected with a wrong HELO hostname: localhost. It seems that sendmail is using locahost as a HELO tag which is not accepted. … Read more
Open Server Manager. To open Server Manager, click Start, point to Administrative Tools, and then click Server Manager.
Running yum update on CentOS 6.2 produces errors: Here is more information on Matahari: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/6/html/6.3_Technical_Notes/matahari.html Solution: Then run yum update again
Options ExecCGI FollowSymLinks IncludesNOEXEC Indexes Limit SymLinksIfOwnerMatch AllowOverride All results in an error – Syntax error on line 71 of /usr/local/apache/conf/httpd.conf Based on my understanding, it first disables FollowSymLinks and enables SymLinksIfOwnerMatch at the httpd.conf level and it applies to all the files and subdirectories present inside, /home. The next directive, AllowOverride. By writing “All”, … Read more
To enable WHM to automatically configure Exim to send mail from each domain’s dedicated IP address, perform the following steps: You must have root user privileges on the server to configure Exim in this way. If you manage the rDNS for your IP addresses, modify the rDNS for the IP address of each domain so … Read more
1. Getting the required software For an SSL encrypted web server you will need a few things. Depending on your install you may or may not have OpenSSL and mod_ssl, Apache’s interface to OpenSSL. Use yum to get them if you need them. Yum will either tell you they are installed or will install them … Read more
To Disable Recursive DNS in the Parallels Plesk Panel Log in to the Parallels Plesk Panel as administrator. Click Tools & Settings. From the General Settings area, click DNS Template Settings. Click DNS Recursion.Select Localnets, and then click Ok. For Windows Servers: Log in to your Server through a Remote Desktop Connection. From the Start … Read more