From 6885efa800b8f48a3a437c77ee8dacb4302e44f2 Mon Sep 17 00:00:00 2001 From: Josef Friedrich Date: Mon, 29 Aug 2016 22:04:40 +0200 Subject: [PATCH] Use setup.sh for debugging --- ...-from-a-remote-mail-server-(using-builtin-fetchmail).md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md b/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md index 8b9998b..96220d6 100644 --- a/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md +++ b/Retrieve-emails-from-a-remote-mail-server-(using-builtin-fetchmail).md @@ -50,10 +50,9 @@ More details how to configure fetchmail can be found in the [fetchmail man page To debug your `fetchmail.cf` configuration run this command: ``` -docker run --rm \ - -v "$(pwd)/config:/tmp/docker-mailserver" \ - -ti tvial/docker-mailserver:latest \ - sh -c "cat /etc/fetchmailrc_general /tmp/docker-mailserver/fetchmail.cf > /etc/fetchmailrc; /etc/init.d/fetchmail debug-run" +./setup.sh debug fetchmail ``` +For more informations about the configuration script `setup.sh` [[read the corresponding wiki page|Setup-docker-mailserver-using-the-script-setup.sh]]. + By default the fetchmail service searches very 5 minutes for new mails on your external mail accounts. \ No newline at end of file