mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-07-15 03:44:56 +02:00
Rename function and adjust comment (#2306)
This commit is contained in:
parent
babae05d4a
commit
a8a39a0a1a
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue