Tag Archive: linux

Find an article
Jul 4

Sendmail ignores /etc/hosts

Published by in ยท Leave your thoughts
Warning! There was an error loading some of the images for this post.

I came across an issue following a new firewall installation whereby Sendmail was unable to access the mail server on the internal network. Due to having no control over the DNS my initial solution was to add the internal IP to the /etc/hosts file however Sendmail didn't seem to take much attention to it. After a little research it turned out that by default SendMail uses DNS for name resolution, not the /etc/hosts file. This post outlines how to resolve this issue.

Jun 11

Simple Dropbox daily backups

Published by in with 1 Comment
Warning! There was an error loading some of the images for this post.

One of the most annoying things about administering a system is when it fails and you have no backup. A simple but effective method of mitigating this risk is to backup to a remote storage facility. Services such as Dropbox / Google Drive ensure that your data is safe and secure. In this tutorial I cover how to set-up a... Read Arcticle