#!/bin/sh

test -r /etc/fetchmailrc && \
        fetchmail --syslog --invisible --fetchmailrc /etc/fetchmailrc

