ejabberd - Comments for "register on 16.09 return error 403 Denied by ACL" https://www.ejabberd.im/forum/25609/register-1609-return-error-403-denied-acl en I see you have in https://www.ejabberd.im/forum/25609/register-1609-return-error-403-denied-acl#comment-67112 <p>I see you have in mod_register this option:</p> <pre> ip_access: trusted_network </pre><p> And then in access_rules you have:</p> <pre> trusted_network: - deny: loopback </pre><p> And finally in ACL:</p> <pre> loopback: ip: - "127.0.0.0/8" </pre><p> This means that you are denying access to registration to any client in the adresses 127.0.0.*</p> Wed, 12 Oct 2016 13:54:07 +0000 badlop comment 67112 at https://www.ejabberd.im