Migrate Plesk IP’s to New Plesk server

When Migrating from an old dedicated server to a new server, you can ask your hosting provider to migrate the data and the IP’s. Here is the strategy to move them. ssh to the old and new server. One the old server, change the following: Edit /etc/sysconfig/network-scripts/ifcfg-eth0 [stextbox id=”info”]* IP and Mac changed to xx. … Read more

DNS server fails to start in plesk

Starting the DNS server fails. restarting named shows the following error: Thats the okay part And then you see this: Resolution: Add an A record for the nameserver ns2.domain4.com in the zone DNS manager in plesk. The restart named.

X-No-Relay: not in my network” and “X-No-Auth: unauthenticated sender” in message

Source: http://kb.sp.parallels.com/en/115472 My server is using the Postfix mail server. For some reason, all messages it sends contain unnecessary headers, like the following: X-No-Relay: not in my network or X-No-Auth: unauthenticated sender The number of headers is multiplied by the number of message recipients, e.g., the headers of a message sent to two recipients would … Read more

Migration Error Plesk Windows Server

Migration check in plesk shows this error: The ‘max_allowed_packet’ parameter on the source database server is 16777216, which is bigger than on the destination server, where it is 1048576 RDP the the server. The file is at C:Program Files (x86)ParallelsPleskDatabasesMySQLDatamy.ini Add this to it:

IMAP and POP Email Settings

For a plesk server IMAP Incomming server Server: mail.domain.com Connection security: none Authentication: Password, transmitted insecurely User Name: user@domain.com Port: 143 Outgoing Server: Server: mail.domain.com Connection security: STARTTLS Authentication: Encrypted password User Name: user@domain.com Incomming: Port 587 POP Incomming server Server: mail.domain.com Connection security: STARTTLS Authentication: Encrypted Password User Name: user@domain.com Port: 110 Outgoing Server: … Read more

Add Plugin Manager Roundcube on Plesk Server

Check you version of Roundcube Go to: https://myroundcube.com/myroundcube-plugins/plugin-manager Download the plugin manager version for your roundcube Extract and upload the the roundcube plugins directory Upload to # /usr/share/psa-roundcube/plugins Modify the config file Change to Access Roundcube and login. Click About This should pop up Add the file to roundcube Go to Settings > You Should … Read more

Add Mod deflate on Plesk with CentOS 6.5

By default deflate module is already compiled on Plesk based Linux servers(new versions). You just need to add the rules in Apache to enable/load the deflate module. You can test if your website already has mod_deflate enabled using the following tool. http://www.whatsmyip.org/mod_gzip_test/ Check the main httpd.conf file If the result was LoadModule deflate_module modules/mod_deflate.so, you … Read more