mirror of
https://github.com/tomav/docker-mailserver
synced 2025-08-31 06:15:28 +00:00
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.
This commit is contained in:
committed by
Thomas VIAL
parent
cd7bc5f6bc
commit
6c9901e260
10
target/bin/debug-fetchmail
Executable file
10
target/bin/debug-fetchmail
Executable file
@@ -0,0 +1,10 @@
|
||||
#! /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
|
Reference in New Issue
Block a user