#!/bin/sh case "$1" in suspend) /usr/bin/fetchmail -q ;; start|resume) export HOME=/root /usr/bin/fetchmail -d 600 --syslog ;; esac