docker-mailserver/target/bin/debug-fetchmail

12 lines
198 B
Bash
Executable File

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