Closed zirvesosyal closed 6 months ago
whitelist is IP addresses that NOT need autenticate with two factors (allowed only with login+password)
works fine for me: with the example in config.inc.php.dist, renamed to config.inc.php my local computers can login without two factor (I have 192.168.1.0/24 IPs)
Your situation? I think you need put only static IP:
$rcmail_config['whitelist'] = array('31.223.10.104');
If a connection is made with an IP other than a static IP, I want two factors to be active. How can I do that?
Local IP block: 172.16.x.x static ip address: 31.223.10.104
config.inc.php open the file
I edit it like this but it doesn't work. Where am I making a mistake?