diff --git a/target/bin/setup-fetchmail b/target/bin/setup-fetchmail index 45eb92a4..79e04a95 100755 --- a/target/bin/setup-fetchmail +++ b/target/bin/setup-fetchmail @@ -3,11 +3,6 @@ CONF=/tmp/docker-mailserver/fetchmail.cf RC=/etc/fetchmailrc -if [ -f "$RC" ]; then - echo "The Fetchmail configuration is file '$RC' is already generated." - exit 0 -fi - if [ -f "$CONF" ]; then cat /etc/fetchmailrc_general $CONF > $RC else