mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-28 14:45:34 +02:00
parent
3ec1fb202d
commit
f2f059bb91
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue