Add support for (local) dovecot auth service.

This commit is contained in:
2019-09-03 17:54:46 +02:00
parent f87f7bbda0
commit 051e7da995
5 changed files with 84 additions and 0 deletions

View File

@ -272,6 +272,14 @@ for _ip in $forward_mail_client_ips ; do
forward_mail_client_ip_arr+=("$_ip")
done
# ---
# - (local) Dovecot auth service
# ---
declare -a dovecot_auth_allowed_network_arr
for _port in $dovecot_auth_allowed_networks ; do
dovecot_auth_allowed_network_arr+=("$_port")
done
# ---
# - IP Addresses Mumble Server
# ---