mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-04 01:55:29 +02: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:
parent
cd7bc5f6bc
commit
6c9901e260
5 changed files with 32 additions and 6 deletions
|
@ -361,9 +361,7 @@ fi
|
|||
|
||||
# Enable fetchmail daemon
|
||||
if [ "$ENABLE_FETCHMAIL" = 1 ]; then
|
||||
if [ -f /tmp/docker-mailserver/fetchmail.cf ]; then
|
||||
cat /etc/fetchmailrc_general /tmp/docker-mailserver/fetchmail.cf > /etc/fetchmailrc
|
||||
fi
|
||||
/usr/local/bin/setup-fetchmail
|
||||
echo "Fetchmail enabled"
|
||||
/etc/init.d/fetchmail start
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue