|
|
| Author |
Message |
|
| Guest |
Posted: Sun Sep 03, 2006 12:23 am |
|
|
|
Guest
|
Hi
im using mod_filter to only allow some users to talk to each other, blocking
everything else. Now i'm trying to use bandersnatch to log all those allowed
messages. Has someone even tried this ?
my first attempt to make bandersnatch work with mod_filter isnt working very
well :
{acl, bandersnatch, {node, "bandersnatch.localhost"}}.
{acl, grumiche, {user, "grumiche"}}.
{acl, alexandra, {user, "alexandra"}}.
{access, mod_filter, [
{allow, bandersnatch},
% User grumiche can talk with user alexandra
{grumiche_controle, grumiche},
% User alexandra can talk with user grumiche
{alexandra_controle, alexandra},
% Block everthing else
{deny,all}
]}.
{access, grumiche_controle, [ {allow, alexandra} ]}.
{access, alexandra_controle,[ {allow, grumiche} ]}.
Bandersnatch was able to log everything, but then everybody was talking to
each other. Can anyone give me an advice in how to use bandersnatch together
with mod_filter ?
Regards
Grumiche
_______________________________________________
ejabberd mailing list
ejabberd@jabber.ru
http://lists.jabber.ru/mailman/listinfo/ejabberd
Post recived from mailinglist |
|
|
| Back to top |
|
|
|
All times are GMT
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|
|