mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
11 lines
179 B
Plaintext
11 lines
179 B
Plaintext
|
#! /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
|