ejabberd - Comments for "Preventing cross-domain messaging / preventing messages between virtual hosts" https://www.ejabberd.im/node/4992 en I am using multiple domains https://www.ejabberd.im/node/4992#comment-66870 <p>I am using multiple domains with auth_method:odbc<br /> example: DomainA, DomainB<br /> but abc@DomainA is not able to sent message to user xyz@DomainB.<br /> Please help.</p> Fri, 29 Apr 2016 08:04:30 +0000 meghavasu comment 66870 at https://www.ejabberd.im Hi, I'm bringing back a https://www.ejabberd.im/node/4992#comment-62832 <p>Hi,</p> <p>I'm bringing back a really old thread. I had a question about more "Advanced" filtering.</p> <p>For example, I'm trying to do the following. Since I have all my users in LDAP, and I have all users under specific OUs:</p> <p>ou=domainA,dc=foo,dc=bar<br /> ou=domainB,dc=foo,dc=bar</p> <p>I want all users in an OU:<br /> * to be able to see eachother in the buddy list by default<br /> * to be able to chat with eachother by default<br /> * cannot view users of other OU</p> <p>I have one special OU, where users:<br /> * should NOT see other users by default<br /> * can add other users in this OU (this is like Google Chat -- you don't know about all users but you can see them if you add them)<br /> * cannot talk to users of other OU</p> <p>While I could do this with mod_filter easily, it requires many lines of configuration for each individual domain. If you have 100+ domains, that is a really big file.</p> <p>I could probably write a puppet module to generate the file, but that is very complicated.</p> <p>Ideally I would like to configure some "generic" mappings for domain behavior and be done with it.</p> <p>Is this possible?</p> Mon, 13 Jan 2014 21:03:06 +0000 thoraxe comment 62832 at https://www.ejabberd.im Install mod_filter and https://www.ejabberd.im/node/4992#comment-57888 <p>Install mod_filter and configure similar to Example 5: <a href="http://www.ejabberd.im/mod_filter" title="http://www.ejabberd.im/mod_filter">http://www.ejabberd.im/mod_filter</a></p> Sat, 01 Oct 2011 20:10:33 +0000 mfoss comment 57888 at https://www.ejabberd.im