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:
@@ -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
|
||||
|
Reference in New Issue
Block a user