Uploaded image for project: 'James Server'
  1. James Server
  2. JAMES-1185

Use server default domain when creating alias to email without "domain part"

    XMLWordPrintableJSON

Details

    Description

      AbstractVirtualUserTable has the following code:
      public void addAddressMapping(String user, String domain, String address) throws VirtualUserTableException{
      if (address.indexOf('@') < 0)

      { address = address + "@localhost"; }

      The address + "@localhost"; shoudl be ...default server domain...

      Attachments

        Activity

          People

            norman Norman Maurer
            eric@apache.org Eric Charles
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: