Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0-M2
-
None
Description
AbstractVirtualUserTable has the following code:
public void addAddressMapping(String user, String domain, String address) throws VirtualUserTableException{
if (address.indexOf('@') < 0)
The address + "@localhost"; shoudl be ...default server domain...