> I'm using the following in ejabberd.cfg to enable aliases: > > {ldap_uids, [{"alias", "%u at der-he.de"}]}. > > (change to your domain) Thanks for that! I've changed it to {ldap_uids, [{"alias", "%u@%d"}]}. which also seems to work on my initial tests without changing domains. Will keep testing with more users.