2
0
mirror of https://github.com/tomav/docker-mailserver synced 2025-08-31 14:25:59 +00:00

Rename function and adjust comment (#2306)

This commit is contained in:
Casper
2021-11-28 17:02:07 +01:00
committed by GitHub
parent babae05d4a
commit a8a39a0a1a
2 changed files with 3 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ function _relayhost_sasl
# add domain-specific auth from config file:
while read -r LINE
do
if ! _strip_comments "${LINE}"
if ! _is_comment "${LINE}"
then
echo "${LINE}" >> /etc/postfix/sasl_passwd
fi