Quote:
Originally Posted by mansoor Hello,
Could you please paste the values of the following configuration directives from /opt/zimbra/conf/nginx.conf ?
mail_login_user_max
mail_login_user_ttl
mail_login_ip_max
mail_login_ip_ttl
Regards,
Mansoor Peerbhoy |
Here they are:
---
# egrep '^\s*mail_login.*(max|ttl)' /opt/zimbra/conf/ngin*.conf
/opt/zimbra/conf/nginx.conf: mail_login_ip_max 0;
/opt/zimbra/conf/nginx.conf: mail_login_ip_ttl 3600s;
/opt/zimbra/conf/nginx.conf: mail_login_user_max 0;
/opt/zimbra/conf/nginx.conf: mail_login_user_ttl 3600s;
---