Fix whitespace issues
This commit is contained in:
parent
48521b2f2f
commit
96f9b6f21a
|
@ -114,6 +114,7 @@ if [ ! -f "/etc/opendmarc/ignore.hosts" ]; then
|
||||||
mkdir -p /etc/opendmarc/
|
mkdir -p /etc/opendmarc/
|
||||||
echo "localhost" >> /etc/opendmarc/ignore.hosts
|
echo "localhost" >> /etc/opendmarc/ignore.hosts
|
||||||
fi
|
fi
|
||||||
|
END
|
||||||
|
|
||||||
# SSL Configuration
|
# SSL Configuration
|
||||||
case $DMS_SSL in
|
case $DMS_SSL in
|
||||||
|
@ -192,6 +193,7 @@ case $DMS_SSL in
|
||||||
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
: <<'END'
|
||||||
#
|
#
|
||||||
# Override Postfix configuration
|
# Override Postfix configuration
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in New Issue