2003-01-07 20:10:35 +01:00
|
|
|
% $Id$
|
|
|
|
|
2003-02-02 20:49:19 +01:00
|
|
|
override_acls.
|
|
|
|
|
2003-01-18 20:42:48 +01:00
|
|
|
{acl, admin, {user, "aleksey"}}.
|
|
|
|
{acl, admin, {user, "ermine"}}.
|
2003-01-19 21:17:56 +01:00
|
|
|
{acl, admin, {user, "test"}}.
|
|
|
|
{acl, admin, {user, "aleksey", "jabber.ru"}}.
|
|
|
|
{acl, admin, {user, "ermine", "jabber.ru"}}.
|
|
|
|
|
2003-02-01 21:21:28 +01:00
|
|
|
|
|
|
|
{acl, blocked, {user, "test2"}}.
|
|
|
|
|
2003-01-18 20:42:48 +01:00
|
|
|
{acl, jabberorg, {server, "jabber.org"}}.
|
|
|
|
{acl, aleksey, {user, "aleksey", "jabber.ru"}}.
|
|
|
|
|
2003-01-29 21:21:14 +01:00
|
|
|
{acl, test, {user_glob, "test.*"}}.
|
|
|
|
%{acl, test2, {user_glob, "test*"}}.
|
|
|
|
|
|
|
|
|
2003-01-21 21:36:55 +01:00
|
|
|
{access, disco_admin, [{allow, admin},
|
2003-01-23 21:57:55 +01:00
|
|
|
{deny, all}]}.
|
2003-01-07 20:10:35 +01:00
|
|
|
|
2003-01-21 21:36:55 +01:00
|
|
|
{access, configure, [{allow, admin}]}.
|
2003-01-19 21:17:56 +01:00
|
|
|
|
2003-02-01 21:21:28 +01:00
|
|
|
{access, c2s, [{deny, blocked},
|
|
|
|
{allow, all}]}.
|
|
|
|
|
2003-01-07 20:10:35 +01:00
|
|
|
{host, "e.localhost"}.
|
|
|
|
|
2003-02-01 21:21:28 +01:00
|
|
|
{listen, [{5522, ejabberd_c2s, start, [{access, c2s}]},
|
2003-02-06 20:09:22 +01:00
|
|
|
%{5523, ejabberd_c2s, start,
|
|
|
|
% [{access, c2s}, {ssl, [{certfile, "./ssl.pem"}]}]},
|
2003-01-23 21:57:55 +01:00
|
|
|
{5269, ejabberd_s2s_in, start, []},
|
2003-02-01 21:21:28 +01:00
|
|
|
{8888, ejabberd_service, start,
|
|
|
|
[{host, "asd.e.localhost", [{password, "asdqwe"}]}]}
|
2003-01-23 21:57:55 +01:00
|
|
|
]}.
|
2003-01-07 20:10:35 +01:00
|
|
|
|
2003-01-29 18:12:23 +01:00
|
|
|
% This value (5569) is only for debugging, must be 5269
|
|
|
|
{outgoing_s2s_port, 5569}.
|
|
|
|
|
2003-01-22 21:40:40 +01:00
|
|
|
{modules, [
|
2003-01-24 21:18:33 +01:00
|
|
|
{mod_register, []},
|
|
|
|
{mod_roster, []},
|
|
|
|
{mod_configure, []},
|
|
|
|
{mod_disco, []},
|
|
|
|
{mod_stats, []},
|
|
|
|
{mod_vcard, []},
|
2003-01-23 21:57:55 +01:00
|
|
|
{mod_offline, []},
|
2003-01-24 21:18:33 +01:00
|
|
|
{mod_echo, [{host, "echo.e.localhost"}]},
|
|
|
|
{mod_private, []},
|
|
|
|
{mod_time, [{iqdisc, no_queue}]},
|
|
|
|
{mod_version, []}
|
2003-01-23 21:57:55 +01:00
|
|
|
]}.
|
2003-01-07 20:10:35 +01:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
% Local Variables:
|
|
|
|
% mode: erlang
|
|
|
|
% End:
|