#! /bin/sh

/usr/local/bin/setup-fetchmail

su -s /bin/sh -c "/usr/bin/fetchmail \
	--verbose \
	--daemon 0 \
	--check \
	--nosyslog \
	--nodetach \
	-f /etc/fetchmailrc" fetchmail <&- 2>&1
