mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
Revert dummy change
This commit is contained in:
parent
7189d4c63f
commit
5c5c8eb814
|
@ -1326,7 +1326,7 @@ function _setup_postfix_relay_hosts() {
|
||||||
if [ -f /tmp/docker-mailserver/postfix-sasl-password.cf ]; then
|
if [ -f /tmp/docker-mailserver/postfix-sasl-password.cf ]; then
|
||||||
notify 'inf' "Adding relay authentication from postfix-sasl-password.cf"
|
notify 'inf' "Adding relay authentication from postfix-sasl-password.cf"
|
||||||
while read line; do
|
while read line; do
|
||||||
if ! echo "$line" | grep -q -e "^\s*#"; then
|
if ! echo "$line" | grep -q -e "^\s*#"; then
|
||||||
echo "$line" >> /etc/postfix/sasl_passwd
|
echo "$line" >> /etc/postfix/sasl_passwd
|
||||||
fi
|
fi
|
||||||
done < /tmp/docker-mailserver/postfix-sasl-password.cf
|
done < /tmp/docker-mailserver/postfix-sasl-password.cf
|
||||||
|
|
Loading…
Reference in a new issue