aboutsummaryrefslogtreecommitdiffstats
path: root/vcs-tools/fetchmail.authors
blob: 2ad0ab31a0a47f7e50000f10edeb16c178b0c5d4 (plain)
1
2
3
4
5
6
m-a Matthias Andree <matthias.andree@gmx.de>
esr Eric S. Raymond <esr@thyrsus.com>
yangyanl Yangyan Li <yangyan.lee@gmail.com>
mojmir Mojmir Svoboda <mojmir.svoboda@2kczech.com>
bob Graham Wilson <graham@mknod.org>
rfunk Rob Funk <rfunk@funknet.net>
an class="nv">$4 > /tmp/ip host $4 | fgrep Name | cut -c7- > /tmp/ip_name if [ ! -s /tmp/ip_name ]; then echo $4 > /tmp/ip_name fi cat /tmp/ip_name > /etc/sendmail.cw paste /tmp/ip /tmp/ip_name /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