1
1
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-09-23 18:20:54 +02:00
docker-mailserver/target/bin/debug-fetchmail
2023-02-26 11:42:14 +01:00

17 lines
370 B
Bash
Executable File

#!/bin/bash
# shellcheck source=../scripts/helpers/log.sh
source /usr/local/bin/helpers/log.sh
# shellcheck source=../scripts/startup/setup.d/fetchmail.sh
source /usr/local/bin/setup.d/fetchmail.sh
_setup_fetchmail
su -s /bin/sh -c "/usr/bin/fetchmail \
--verbose \
--daemon 0 \
--check \
--nosyslog \
--nodetach \
-f /etc/fetchmailrc" fetchmail <&- 2>&1