1
0
mirror of https://github.com/docker-mailserver/docker-mailserver.git synced 2025-05-28 00:57:46 +02:00
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