check if PHP-scripts can send emails: from console or putty session to the server php -a mail ('you@example.com', "Test Postfix", "Test mail from postfix"); exit (); Note: if after running php
Category: CentOS
How to To restart network interface on linuxHow to To restart network interface on linux
CentOS : systemctl restart network or /etc/init.d/network restart Ubuntu: sudo /etc/init.d/networking restart for specific interface : ifdown eth0 ifup eth0
How to configure static IP on linuxHow to configure static IP on linux
Method 1 = Network Configuration Using a Text User Interface (nmtui) # yum install NetworkManager-tui and then just type: #nmtui (for semi graphic interface) Method 2 = edit the
How to install Webmin on CentOS 7How to install Webmin on CentOS 7
The simplest and best way to get Webmin is to use automatic setup-repos.sh script to configure official repositories on your RHEL or Debian derivative systems. It can be done in