Mercurial > masqmail
view contrib/guess-hostname @ 187:bd7c52a36b0c
improved mservdetect in various ways
errors are handled better (no segfaults anymore)
copied the relevant part of interface.c into mservdetect.c
described how I think the mserver protocol works
author | meillo@marmaro.de |
---|---|
date | Thu, 15 Jul 2010 00:14:26 +0200 |
parents | 71dcdc2020bc |
children | 92b58989a09e |
line wrap: on
line source
#!/bin/sh # # try several ways to guess the hostname # earlier output lines are probably better ( # this is what Debian uses cat /etc/mailname # probably a good value on GNU/Linux hostname -f # this is often the short hostname cat /etc/hostname # often the short hostname, but widely available hostname # this file was mentioned on the Internet cat /etc/HOSTNAME ) 2>/dev/null