docker-mailserver/target/bin/debug-fetchmail

11 lines
179 B
Plaintext
Raw Normal View History

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