Skip to content

Commit

Permalink
chg: change name to trusted_proxies
Browse files Browse the repository at this point in the history
  • Loading branch information
drscream committed Oct 3, 2014
1 parent 030ace9 commit 693cb6b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions copy/opt/core/var/mdata-setup/includes/31-dovecot.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ ssl_key = </opt/local/etc/dovecot/ssl/dovecot.pem
EOF
fi

if mdata-get login_trusted_networks 1>/dev/null 2>&1; then
if mdata-get trusted_proxies 1>/dev/null 2>&1; then
cat > /opt/local/etc/dovecot/conf.d/core-proxy-trusted.conf <<EOF
login_trusted_networks = $(mdata-get login_trusted_networks)
login_trusted_networks = $(mdata-get trusted_proxies)
EOF

fi

0 comments on commit 693cb6b

Please sign in to comment.