Category: SMTP

Learn | Teach Open Source Technologies

Installing Nagios core on RHEL / CENTOS 5.x – RHEL / CentOS 6.x Fedora 15/16/17/18/19/20

What is Nagios An enterprise-class monitoring and alerting solution that provides organizations with extended insight of their IT infrastructure before problems affect critical business processes. Requirements We require following things for Installing Nagios: These are Just Pre-requisites. We need them to other things work … 1. Apache and PhP (php is optional) 2. gcc, glib,…
Read more

Postfix Mail Delivery SMTP Troubleshooting

To avoid delay in emails, specially for gmail. Just find which MX is working by issuing below commands: # dig mx gmail.com # telnet mx-IP/name 25 upon success, just see the name of first mx tried from /var/log/maillog and add an entry in /etc/hosts file. In my case, the entry is given below: # vim…
Read more