Postfix Configuration File Plesk Hosting

Posted on
Postfix Configuration File Plesk Hosting

Apache Web Server is one of the most popular HTTP server on Internet today, due to its open source nature, rich modules and features and can run on almost major platforms and operating systems. While on Windows platforms there are some build in development environments that provides a Graphical Interface to manage Apache configurations, such as WAMP or XAMPP, on Linux the entire management process must be performed entirely from Command Line, in most of the cases. While managing and configuring Apache Web Server from command line, can have a huge impact concerning system security, it can also be a scary job for newbies who are not very familiar with doing things from command line. This is the point where Apache GUI tool can come in handy. This tools is a free and open source package designed for system administrators to manage the functionality of Apache Web Server from a browser, such as edit configuration and web document files directly from browser, download, search or visualize Apache Logs in real time, install, edit or remove Apache modules, view runtime statistics or detailed graphs transactions of Apache HTTP Server. Install ApacheGUI in CentOS/RHEL/Fedora Requirements • This tutorial will guide you on how you can install and configure Apache GUI Web Tool on CentOS or RHEL 7 and provides a short init script for starting or stoping the process.

The same instructions also works for RHEL/ CentOS 6.x and Fedora 20/19/18 distributions. Step 1: Download and Install Apache GUI 1. Before getting started with downloading and installing Apache GUI tool, you need to assure that Java JDK provided by Java-openjdk package is installed on your system, so you can run Apache GUI. Use the following commands to locate Java-openjdk package version and install it on RHEL/CentOS 7. # yum search openjdk # yum install java-1.7.0-openjdk. Install Java JDK Package 2. Assuming, that you are logged in as root and your current working directory is /root, use the following link to download latest version of Apache GUI source package (i. Wyd 7 57 Server Files For Minecraft more. e.

Apr 23, 2015. Other SMTP ports will usually work, such as the other favourite 587 – but by default, Postfix is not listening on this port for email submissions – at least not in Plesk 12.0.8 on CentOS 7. Here's how to enable port 587 for such ventures: Open the Postfix configuration file at /etc/postfix/master.cf and.

Postfix Configuration File Plesk Hosting

ApacheGUI-1.9.3.tar.gz) installation files from Sourceforge.net. • Alternatively, you can also grab the Linux-Solaris-Mac –>ApacheGUI tar archive source files using following wget command as shown below. Building The Dream Gwendolyn Wright Pdf Viewer. # wget http://downloads.sourceforge.net/project/apachegui/1.9%20Linux-Solaris-Mac/ApacheGUI-1.9.3.tar.gz. Start ApacheGUI Tool 5. After the tool starts it will display some environment information and you can access it only from your localhost using the following URL address on your browser. To gain remote control over Apache GUI Web Tool from a browser, you need to add a rule on your system Firewall that opens Port 9999/TCP, which is the default port that Apache GUI Tools listens on. Use the following commands to open port 9999 on RHEL/CentOS 7 using Firewalld utility.

# firewall-cmd --add-port=9999/tcp ## On fly rule # firewall-cmd --add-port=9999/tcp --permanent ## Permanent rule – you need to reload firewall to apply it # firewall-cmd --reload. Select ApacheGUI Installation Type 9. Provide your Apache Web Server Package Parameters with the following configurations and, also, choose a username and a strong password to login Apache GUI next time. Server Root: /etc/httpd Primary Configuration File: /etc/httpd/conf/httpd.conf Configuration Directory: /etc/httpd Log Directory: /var/log/httpd Modules Directory: /etc/httpd/modules Binary File: /usr/sbin/apachectl Username: choose a username Password: choose a strong password Password: repeat the above password.