You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-09 23:07:35 +02:00
committed by
Thomas VIAL
parent
3ec1fb202d
commit
f2f059bb91
@ -3,11 +3,6 @@
|
|||||||
CONF=/tmp/docker-mailserver/fetchmail.cf
|
CONF=/tmp/docker-mailserver/fetchmail.cf
|
||||||
RC=/etc/fetchmailrc
|
RC=/etc/fetchmailrc
|
||||||
|
|
||||||
if [ -f "$RC" ]; then
|
|
||||||
echo "The Fetchmail configuration is file '$RC' is already generated."
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
if [ -f "$CONF" ]; then
|
if [ -f "$CONF" ]; then
|
||||||
cat /etc/fetchmailrc_general $CONF > $RC
|
cat /etc/fetchmailrc_general $CONF > $RC
|
||||||
else
|
else
|
||||||
|
Reference in New Issue
Block a user