diff --git a/mailpiler.sh b/mailpiler.sh index 3acd4eb..2761c83 100644 --- a/mailpiler.sh +++ b/mailpiler.sh @@ -1,7 +1,18 @@ #!/bin/bash +# Authors: +# (C) 2021 Idea an concept by Christian Zengel +# (C) 2021 Script design and prototype by Markus Helmke +# (C) 2021 Script rework by Thorsten Spille + source ./zamba.conf +# Set Timezone +ln -sf /usr/share/zoneinfo/$LXC_TIMEZONE /etc/localtime + +# configure system language +dpkg-reconfigure locales + HOSTNAME=$(hostname -f) echo "Ensure your Hostname is set to your Piler FQDN!"