docker-mailserver/target/bin/debug-fetchmail
Josef Friedrich 6c9901e260 Improve fetchmail support (#289)
Fetchmail is now configured by a script called 'setup-fetchmail'.
The script 'debug-fetchmail' is used inside the 'setup.sh' script.
2016-08-29 19:03:45 +02:00

11 lines
179 B
Bash
Executable file

#! /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