How to Setup remote SMTP server as relay

Sending an outgoing email through a 3rd party SMTP relay service is a quick and easy alternative to setting up a full-fledged local email server. Open /etc/postfix/main.cf and add the remote mail server hostname to end of the file: relayhost = [remote.server.com] If the remote system uses a different port number, please specify the port […]

Read More

Slave DNS Server & Manager - DNS Cluster

CWP SLAVE DNS and DNS Clusters Please note that we have two options of slave DNS: - Slave DNS Server on our hosted server (you get an account with domain limit you need) - Slave DNS Server download version (a full and FREE Slave DNS Manager where you can add/remove users, set domain limits and […]

Read More

MySQL Cluster (MariaDB Galera)

How to setup MySQL Cluster (master/master) with MariaDB Galera Cluster We will use two Servers for MySQL Cluster cluster1 with IP 10.90.90.101 cluster2 with IP 10.90.90.102 ..this can be public or private IP's depending on your needs. Make sure that SeLinux is disabled and IP's are whitelisted in the firewall. Create a mariadb repository: nano […]

Read More

Remote MySQL with SOCAT socket

How to make a remote MySQL server with socket by using SOCAT. Remote MySQL advantages - move MySQL CPU usage from local CWP web server - move MySQL disk IO operations from disk - move MySQL disk space usage to other server - improve performances by moving MySQL to SSD multi-core powered server ... on […]

Read More