You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +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:
committed by
Thomas VIAL
parent
cd7bc5f6bc
commit
6c9901e260
4
setup.sh
4
setup.sh
@ -26,7 +26,7 @@ SUBCOMMANDS:
|
||||
|
||||
debug:
|
||||
|
||||
$0 debug fetchmail (not yet implemented)
|
||||
$0 debug fetchmail
|
||||
"
|
||||
exit 1
|
||||
}
|
||||
@ -84,7 +84,7 @@ case $1 in
|
||||
shift
|
||||
case $1 in
|
||||
fetchmail)
|
||||
_docker sh -c "cat /etc/fetchmailrc_general /tmp/docker-mailserver/fetchmail.cf > /etc/fetchmailrc; /etc/init.d/fetchmail debug-run"
|
||||
_docker debug-fetchmail
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
|
Reference in New Issue
Block a user