1

Topic: Login from your IP address is not allowed.

==== REQUIRED BASIC INFO OF YOUR IREDMAIL SERVER ====
- iRedMail version (check /etc/iredmail-release):
- Deployed with iRedMail Easy or the downloadable installer?
- Linux/BSD distribution name and version:
- Store mail accounts in which backend (LDAP/MySQL/PGSQL):
- Web server (Apache or Nginx):
- Manage mail accounts with iRedAdmin-Pro?
- [IMPORTANT] Related original log or error message is required if you're experiencing an issue.
====

hi, by mistake I wanted to load my internal LAN so that the admins could only access it from my network and it won't let me access the web. How do I deactivate the IP if I can't access the iredadmin pro?

----

Spider Email Archiver: On-Premises, lightweight email archiving software developed by iRedMail team. Supports Amazon S3 compatible storage and custom branding.

2

Re: Login from your IP address is not allowed.

You can remove the IP restrictions from SQL table "iredadmin.settings" like this:
- Connect to database:

mysql iredadmin

- Run SQL commands to remove the IP restrictions:

DELETE FROM settings WHERE k IN ("global_admin_ip_list", "admin_login_ip_list");