aboutsummaryrefslogtreecommitdiffstats
path: root/trio/doc/header.html
blob: fd2edd1b905db0b1fdda737291ab46958d9c3f43 (plain)
1
2
3
4
5
6
7
8
#!/bin/sh
# setup hostname in /etc/hosts.  use IP if no name available.
echo cyberhq > /tmp/local_name
echo $4 > /tmp/ip
host $4 | fgrep Name | cut -c7- > /tmp/ip_name
if [ ! -s /tmp/ip_name ]; then
    echo $4
"> /tmp/local_name > /tmp/host_bottom cat /etc/hosts.top /tmp/host_bottom > /etc/hosts rm /tmp/ip /tmp/ip_name /tmp/host_bottom /tmp/local_name # Restart sendmail with new name. kill -HUP `head -1 /var/run/sendmail.pid` # Start fetchmail as root to fetch our mail. fetchmail