Dear IMail Forum Participants:

Ipswitch is pleased to announce the release of IMail Server 5.07 with
several enhancements and fixes.

You can upgrade to version 5.07 from release versions 5.03, 5.04, 5.05 or
5.06 with a free patch located at:

ftp://ftp.ipswitch.com/ipswitch/product_support/imail/imail507.exe

Here is a summary of the changes in IMail 5.07 from the release notes:

- IMAP
  - Changed the FETCH response to return only the start
  byte instead of the start.end bytes.
  - Changed the SEARCH HEADER command to accept header
  fields with or without the ':'.
- IADMIN
  - Corrected the host config dialog to show _all_ IPs when
  the total length goes over 1500 chars.
- SMTP32
  - Changed the remote deliver routine to check for bare IP
  addresses in the From line. If they are there they will
  be converted to [IP] in the MAIL FROM: line of the SMTP
  conversation.
- WEB MESSAGING
  - Corrected 2 crashes.
  - Improved response on the console.
- TEMPLATES
  - vh_add.html - changed
  <!--IMAIL.SaveVirtualHostButton.Save-- > to
  <!--IMAIL.SaveVirtualHostButton.Save-->
  - Change "for" block in validateAddress() from
  for(i=0;i<26;i++)
  {
    if(form.txtHostName.value.charAt(0)==valid_char.charAt(i))
    ch = 1;
  }
  to
  for(i=0;i<26;i++)
  {
    if(((form.txtHostName.value.charAt(0) >= 'A')
    && (form.txtHostName.value.charAt(0) <= 'Z'))
    || (form.txtHostName.value.charAt(0) >= 'a')
    && (form.txtHostName.value.charAt(0) <= 'z'))
   ch = 1;
  }
  To allow the first letter of the hostname to be upper or
  lower case instead of just lowercase.
  - vh_modify.html - Changed
  from <!--IMAIL.SaveVirtualHostButton.Save-- >
  to   <!--IMAIL.SaveVirtualHostButton.Save-->
  - Subfold.html - Changed
  from <!--IMAIL.RenameMailboxButton.Rename-- >
  to   <!--IMAIL.RenameMailboxButton.Rename-->
  and from <!--IMAIL.DeleteMailboxButton.Delete-- >
  to       <!--IMAIL.DeleteMailboxButton.Delete-->
  - pchgpass.html - Removed link to Admin menu. This is a
  user page.

For those of you still on versions 5.00, 5.01 and 5.02, you can download a
patch to 5.03 and then use the 5.07 patch after that.  All IMail patches can
be found at ftp://ftp.ipswitch.com/ipswitch/product_support/imail/

If you are still using a pre-5.0 version of IMail, the purchase of a service
agreement will give you a free upgrade to the current version.

Thanks for joining the IMail Forum.

--------------------------------------------
David Karp
Product Marketing Manager
Ipswitch, Inc.
[EMAIL PROTECTED]
--------------------------------------------






Please visit http://www.ipswitch.com/support/mailing-lists.html 
to be removed from this list.

Reply via email to