By default Postfix run on port 25 and 587(TLS). However some ISPs block port 25. In that case you can configure the postfix mail server to listen on additional ports too, for example port 26 or some random 5125. This configuration is done in the master.cf configuration file. Edit it in your editor of choice. This file is in the following format: # ========================================================================== # service type private unpriv chroot wakeup maxproc command + args # (yes) (yes) (yes) (never) (100) # ==========================================================================
Linux Basics
Adminer is a fully featured database management tool written in PHP. Adminer is an alternative to phpMyAdmin where we can manage content in MySQL, SQLite, Oracle, PostgreSQL databases effectively. Adminer Features > Basic functions : Add/remove/modify the databases and tables > Modify database objects (views, triggers, procedures, user permissions, variables, processes etc.) > Execute SQL commands from a text field or a file. > Import and export databases and tables. > Export database, data, structure, views, routines to SQL or CSV.
If you are getting the below error while updating the Plesk versions or installing the microupdates , have a try with the mentioned solution : —- ERROR: Unable to download the MD5 sum for the new Parallels Installer binary. Not all packages were installed. Please, contact product technical support. —- Solution : —– Remove cache from /var/cache/parallels_installer/ and start auto-installer again. —– If you require help, contact SupportPRO Server Admin
If you are getting following error while directory listing, follow the solution provided below : ———- ftp> ls 227 Entering Passive Mode (108,61,169,245,167,161). ftp: connect: No route to host ———- Solution : 1. Edit /etc/sysconfig/iptables-config and add this line: IPTABLES_MODULES=”ip_conntrack_ftp” 2. Save it and restart iptables. That’s because passive mode use non standard ports to communicate, so you need to keep track of the ftp connections and iptables will allow them when necessary. Another solution is specify the passive ports that will be used on FTP server configuration, then open …
CentOS has introduced a free Web Hosting control panel (CWP: Centos Web Panel) which is designed for easy management of servers including both Dedicated & VPS without the help of ssh console. During the installation procedure, CWP installs full LAMP stack (Apache, PHP, phpMyAdmin, webmail, mail server etc.) on your server. List of softwares installed and configured during CWP installation are as below: =========== Apache Web Server PHP 5.4 MySQL + phpMyAdmin Postfix + Dovecot + roundcube webmail CSF Firewall Backups; AutoFixer for server configuration Varnish Cache server suPHP & …
Issue Description While trying to access an OpenVZ container using the following command: you may encounter this error: Here, 10524 refers to the container ID. Step 1: Check Node Memory Availability First, verify whether the host node is running out of memory: If the system shows sufficient free memory, the issue is likely not at the node level. Step 2: Check Resource Limits (privvmpages) If memory is not the issue, the problem is usually related to OpenVZ memory limits, especially privvmpages. Check current resource usage: This file contains resource usage …
When you need to distribute website traffic across multiple servers without investing in a hardware or cloud load balancer, Round Robin DNS offers a simple and cost-effective solution. It is one of the oldest and most commonly used DNS load balancing techniques, especially for websites hosted on multiple servers with identical configurations. In this guide, we’ll explain how Round Robin DNS works, how to configure it in BIND, and the impact of TTL and DNS caching on load balancing performance. What Is Round Robin DNS? Round Robin DNS is a …
The Config Server Mail Queue is an addon feature available with cPanel/WHM which provides with a full-featured interface to the cPanel exim email queues from within WHM. The add-on feature provides with an interface to the cPanel user accounts email configuration without having to log in to their accounts. It is domain-based rather than account-based. Features View, edit and delete email accounts, email forwarders and email filters. View and modify email account quotas Modify email account passwords List only email accounts that are over quota Modify Outgoing Mail Hourly Limits …
Choosing the right web server is critical when running applications on Virtual Private Servers (VPS) or systems with limited resources. While Apache remains one of the most widely used web servers, lightweight alternatives like Lighttpd provide significant advantages in environments where memory usage, speed, and efficiency are essential. Lighttpd (pronounced lighty) is an open-source web server specifically designed for high-performance and low-resource systems. Its architecture makes it an excellent choice for developers and system administrators managing resource-constrained servers. What is Lighttpd? Lighttpd is a lightweight, high-performance web server optimized for …
Amazon Simple Storage Service (Amazon S3), provides developers and IT teams with secure, durable, highly-scalable object storage. Amazon S3 is easy to use, with a simple web services interface to store and retrieve any amount of data from anywhere on the web. This article is explain about of how to take cPanel backup to amazon s3. First thing you need to setup your S3 server and create a bucket to dump stuff in. Get your secret key ID and access ID by the following steps. 1. Login to your Amazon …