ejabberd - Comments for "Deny registration for an vhost" https://www.ejabberd.im/forum/29772/deny-registration-vhost en Thanks it really worked for https://www.ejabberd.im/forum/29772/deny-registration-vhost#comment-67770 <p>Thanks it really worked for me</p> Wed, 24 Jan 2018 11:39:00 +0000 nuller comment 67770 at https://www.ejabberd.im This works for me: hosts: https://www.ejabberd.im/forum/29772/deny-registration-vhost#comment-67769 <p>This works for me:</p> <pre> hosts: - "private.localhost" - "public.localhost" acl: publicserver: server: - "public.localhost" privateserver: server: - "private.localhost" access_rules: register: - deny: privateserver - allow: publicserver modules: mod_register: access: register </pre> Wed, 24 Jan 2018 09:43:39 +0000 badlop comment 67769 at https://www.ejabberd.im