Hi Serusers,
I have a slight problem with aliases.
If I add the alias directly to "aliases" table in the DB, it never gets reloaded into SER memory.
If I add the alias through the FIFO interface, the "username" property doesnt get filled out correctly. In my "location" it is <username>@<domain> but when adding to "aliases" throught the FIFO I only get <username> (without @<domain>) .. I suppose I need it to be the same in aliases table for lookup("aliases") to work correctly, atleast its not working when its only the username without username@domain there.
Anyone got some suggestions for what to do ?
Thanks, Soren