Add support for (local) dovecot auth service.
This commit is contained in:
@ -305,6 +305,23 @@ mail_user_ports="$standard_mailuser_ports"
|
||||
mail_client_ips=""
|
||||
forward_mail_client_ips=""
|
||||
|
||||
|
||||
# - (local) Dovecot auth service
|
||||
# -
|
||||
dovecot_auth_service=false
|
||||
|
||||
# - Port listen for dovecot auth requests
|
||||
# -
|
||||
dovecot_auth_port=44444
|
||||
|
||||
# - Client Network(s) allowed to connect to dovecot's auth service
|
||||
# -
|
||||
# - Example:
|
||||
# - dovecot_auth_allowed_networks="2001:678:a40:3000::/64 2a01:30:0:13:2f7:50ff:fed2:cef7"
|
||||
# -
|
||||
dovecot_auth_allowed_networks=""
|
||||
|
||||
|
||||
# - FTP Server
|
||||
# -
|
||||
ftp_server_ips=""
|
||||
|
Reference in New Issue
Block a user