RE: [IMail Forum] Username vs Email Address prompt on login screen

2008-11-07 Thread Marc Rosamond
There are a couple of ways of changing Username to email address.  

 

The easiest one is to go into the html for the login.aspx page and find the
control with an id value of lblUsername and then add visible=false inside
of its tag.  This will hide the text that we generate.  You then can put
Email Address: or whatever else you want either before or after the tag
and it will show up when user's view the login page.  The only drawback to
this method is that it will say Email Address: no matter what language the
user chooses.  Also please note that you may need to add a font tag around
the text with the proper class to get it to look like the rest of the text
on the page.

 

The next method is to create your own language file.  In this case, you
would create an English language file which is basically the same except for
having that one particular value changed.  This KB article explains how to
do this:
http://docs.ipswitch.com/_Messaging/IMailServer/v10/PDF/CreateLanguageFileV1
0.pdf

The value that you will want to change in the language xml file is called
lblUsername.  Please note that creating your own language file is a more
advanced task and that you are only changing it for English.  Someone using
another language (Spanish for example) would still see the translated
version of Username:.

 

Marc Rosamond

Senior Web Developer, Imail

 

 

 

 

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Gary Jorgenson
Sent: Friday, November 07, 2008 10:46 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Username vs Email Address prompt on login screen

 

As one of the hold-outs that stayed with IMail version 8 a very very long
time,  I have to give kudos to Ipswitch for version 10.1.  We upgraded a few
days ago and aside from a couple small issues (my fault), the process went
smoothly.  So far my customers have responded positively and we're happy
with the admin interface. I've been with IMail for a very long time and am
glad I stuck with it.

 

One question.  On the webmail login screen, the prompt is labeled
Username.  In the previous version, we changed that prompt to Email
Address and it greatly reduced support calls.  I can't seem to find a way
to change this prompt in version 10.1.  Is there a way to do this?   If not,
can someone please put this on the wish list for future updates?

 

Thanks,

-Gary

 

Gary Jorgenson, RN President/CEO - Robin Technologies, Inc.
670 Lakeview Plaza Blvd., Suites I  J | Worthington, OH 43085
Phone: 614.888.3001 | Fax: 614.888.3002 | Cell: 614.961.0670
[EMAIL PROTECTED] | www.robintek.com



RE: [IMail Forum] How to log into Web Messaging from somewhere else?

2008-10-01 Thread Marc Rosamond
One option you might consider is modifying the html for the login.aspx page.
All the form fields and javascript need to remain there but you can add
whatever images, text, etc. that you want.  You would basically be making
login.aspx be your main website page. Another option would be to display the
login page inside of a html iframe on your main page. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of David E. Smith
Sent: Wednesday, October 01, 2008 2:19 PM
To: imail_forum@list.ipswitch.com
Subject: [IMail Forum] How to log into Web Messaging from somewhere else?

I'm presently using Imail 8.1, planning an upgrade to Imail 10.

Imail 8.1 will let you put the Web Messaging login form pretty much 
anywhere; in my case, I put it on the front page of our Web site, and it 
just POSTs to the real server's login.cgi page. People can check their 
email right from the front page, everyone is happy, works great.

Imail 10 won't let you do this - pretty much any attempt to log in from 
somewhere other than /iclient/login.aspx is bounced back to 
/iclient/login.aspx.

If you follow the Ipswitch Web forums, this is basically a duplicate of 
this post: http://forums.ipswitch.com/Topic47203-10-1.aspx

I've already tried most of the obvious stuff. The old SSO hack isn't 
really a viable choice, because it leaves people's passwords, in 
cleartext, in the browser history. I've also tried various means of 
forging Referer: headers, tampering with __VIEWSTATE, and some basic 
web.config trickery to try to get out of the application framework, so 
that I can somehow put a login form somewhere else, and have it work. So 
far, nothing seems to be working properly.

Since this is how basically every ISP I've ever visited does things 
(they have a big check your email right here form on the front page of 
their Web site), there's gotta be a workaround for this. I'm just not 
clever enough to figure it out. Any pointers would be greatly appreciated.

David Smith
MVN.net


To Unsubscribe: http://imailserver.com/support/discussion_list/
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://imailserver.com/support/kb.html




To Unsubscribe: http://imailserver.com/support/discussion_list/
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://imailserver.com/support/kb.html


RE: [IMail Forum] WEBMAIL CAPCHA

2008-10-01 Thread Marc Rosamond
CodeProject.com has a good article and source code for use if you decide to
create your own CAPTCHA using ASP.NET.

 

http://www.codeproject.com/KB/aspnet/CaptchaImage.aspx

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Grant Griffith
Sent: Wednesday, October 01, 2008 2:12 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] WEBMAIL CAPCHA

 

Can't we just add this into the current login page?  Since it is all built
on .NET, you should be able to do that.

 

Thanks,

Grant Griffith

Web Application Developer

Enhanced Telecommunications

http://www.etczone.com

812-932-1000

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darin Cox
Sent: Wednesday, October 01, 2008 2:06 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] WEBMAIL CAPCHA

 

You could put up a web page that implements and checks CAPTCHA, and then, if
successful, signs the user onto WebMail.  You'll also need to edit the
WebMail login page to redirect to your new page with CAPTCHA.


Darin.

 

 

- Original Message - 

From: Jorge Expressmail mailto:[EMAIL PROTECTED]  

To: Imail_Forum@list.ipswitch.com 

Sent: Wednesday, October 01, 2008 12:36 PM

Subject: [IMail Forum] WEBMAIL CAPCHA

 

Hi all,

Is there a way that I can implement a captcha in our webmail (CLIENT).

We are having problems with spammers, they are making brute force in the
webmail login page to get passwords, so they can use our server for relay.

Please advise

-Jorge



[IMail Forum] Latest Imail version ?

2008-05-14 Thread Marc Catuogno
I haven't seen much on the list - 

Is it worth the upgrade?

Is it STABLE?



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Imail V10 Complex Password

2008-04-30 Thread Marc Rosamond
The password complexity rules are only enforced in the webclient on the
preferences page.  When users change their passwords they will be forced to
adhere to whatever level you have set up.  The next generation of the admin
application will also honor these rules and force administrators to adhere
to them when creating/editing users, however, for now the admin application
will allow any password to be entered for users.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Mark Gordon
Sent: Wednesday, April 30, 2008 4:29 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Imail V10 Complex Password


In our testing using external DB (MSSQL) creating a new user with a weak
password in which the domain has any level be it strong password or
extreme enabled lets me type in a weak password for a new user. The
domain existed previously and the environment is a V10 upgraded from V
8.22. Also a brand new domain in the new version does the same thing.
Has anyone run across this?



Thanks,

Mark



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Version 10

2008-04-09 Thread Marc Rosamond
Regarding number 1 below:
In the full client, the number of messages shown per page is based on how
big your have your browser window.  The message grid will squeeze in however
many will fit.  To see more, you can either decrease the size of your
preview window or increase the overall browser window size.  All this is
javascript based so the message grid should immediately resize. Under some
browsers like Safari, it is occasionally necessary to reload the page after
resizing your window.  In the low bandwidth client, it does show 10 messages
per page by default, but if you go to your user preferences page, you can
change that number to be whatever you want.
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jose Mª Valades
  Sent: Wednesday, April 09, 2008 10:54 AM
  To: Imail_Forum@list.ipswitch.com; [EMAIL PROTECTED];
[EMAIL PROTECTED]
  Subject: Re: [IMail Forum] Version 10


  I have two suggestions on IMAIL 10:

  1 - On the Web mail.
  Allow display more than 10 messages per page or allow the user to modify
it.

  2 - About Premium Filter Mail-Filters: it is very important that non
indicate that the mean each TAG Premium filter
  For example:
  Premium filter, Tag = 90C5D63AC0104645B2912CEA117E0D7B ??



  This would help to control false positives.
Thanks
  Tripp Allen escribió:
It should be released in a few days.

Tripp Allen
President - Messaging Division
Ipswitch, Inc.
(706) 312-3560
Fax: (706) 868-8655
www.imailserver.com

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Taylor
Sent: Wednesday, April 09, 2008 8:36 AM
To: IMail Mailing List
Subject: [IMail Forum] Version 10

When should we expect to see this?

Thanks,

- GT


This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/





--
_

Departamento Técnico Mastercom
 mailto:[EMAIL PROTECTED]
 http://www.bme.es
 Tel/Fax: 902 52 50 05

Nota legal

NOTICIA LEGAL:

-
Este mensaje electrónico contiene información de Mastercom© Meteoespaña,
S.L.U. con CIF: B-81168858 que es privada y confidencial, siendo para el uso
exclusivo de la persona(s) entidad/es arriba mencionada/s. Si usted no es el
destinatario señalado, le informamos de que cualquier divulgación, copia,
distribución o uso de los contenidos está prohibida. Si usted ha recibido
este mensaje por error, por favor borre su contenido lo antes posible.
Gracias. Si usted no desea recibir más información sobre futuras y posibles
comunicaciones que le enviemos puede solicitarlo de forma gratuita en el
correo electrónico [EMAIL PROTECTED]


-
-
Normas para el correcto uso del correo electrónico:
http://www.rediris.es/mail/estilo.html
__


RE: [IMail Forum] How is the 10.0 Release Coming Along?

2008-03-07 Thread Marc Rosamond
IMail Server Version 10 is scheduled to release on March 31, 2008.
http://www.imailserver.com/v10-coming-soon.html
As of right now, everything is on track and we should be releasing that day.

 -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Travis Rabe
Sent: Friday, March 07, 2008 11:26 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] How is the 10.0 Release Coming Along?


  Anyone?  Is it going to be released soon?



  Travis




RE: [IMail Forum] spam filtering services

2008-02-27 Thread Marc Catuogno
Mark,

http://www.servpure.com/

The owner operator is intimately familiar with IMAIL and does a solid job of
spam filtering (and hosting) for me.  I've been using them for about a year,
and while nothing is perfect, it is at least as good, mostly better, as what
I was doing on my own and it doesn't take me several hours a day.

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Imail
Sent: Wednesday, February 27, 2008 9:43 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] spam filtering services


Can anyone recommend a MX based spam filtering company to filter for 
a couple thousand accounts that's reasonable and actually works?

Mark

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Another Web Interface

2008-02-27 Thread Marc Rosamond
I not exactly sure what you mean by face but if you are referring to the
overall look of the webclient, this document should give you the information
you need to customize it.
http://www.ipswitch.com/support/imail/guide/2006/2006_1/Branding.pdf?k_id=im
20061brand

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ing. Andrés E.
Gallo
Sent: Wednesday, February 27, 2008 11:57 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Another Web Interface


Hi

I wonder if the Imail 2006 web messaging 'face' can be replaced.
Used KillerWebMail before, but now, I'm tied to the 'default'.
Any clues?

Regards

Andres.-


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Another Web Interface

2008-02-27 Thread Marc Rosamond
As you mentioned, the branding document covers changes to images and colors.
So you can use it to display selected items in a different color or to have
your company's logo displayed at the top of the web interface. If you
know html and ASP.Net, you can also go in and make alterations to certain
pages to hide items or change the layout but those are changes that aren't
supported by Ipswitch.  For example, a lot of people like to go in and hide
the change user password feature on the preferences page.  This can easily
be done by wrapping that portion of the page in html comment tags.  Please
note that when you do an upgrade, these pages will be overwritten so you'll
need to save them somewhere else beforehand and then redo your changes if
you go with this method of customization.  Unfortunately, if you want more
substantial customization like having checkboxes instead of shift clicking
on messages then that cannot be done.  Coincidentally though, the two
features you mentioned, checkboxes and a low bandwidth template, are
features that will be included in Imail 10 that is coming out in the next
few weeks.  In it, users will have a preferences option that allows them to
either use shift clicking or checkboxes for selecting messages.  There will
also be an option on the login page to use a lower bandwidth version of the
client. If there are some other changes that you would like to have made to
the webclient, please feel free to send an email to this list or post your
list on the forum and let us know what changes you would like to have made.
We want the webclient to be the best that it can be, so we are very open to
new ideas and suggestions.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ing. Andrés E.
Gallo
Sent: Wednesday, February 27, 2008 12:27 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Another Web Interface


Thanks Marc, but this is just logos and graphics.
I mean something like more lightweigth interface, the for example
checkbox to select ALL messages instead of the SHIFT+CLICK, some kind of
custom color, etc.
Regards

Andres.-

Marc Rosamond escribió:
 I not exactly sure what you mean by face but if you are referring to the
 overall look of the webclient, this document should give you the
information
 you need to customize it.

http://www.ipswitch.com/support/imail/guide/2006/2006_1/Branding.pdf?k_id=im
 20061brand

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Ing. Andrés E.
 Gallo
 Sent: Wednesday, February 27, 2008 11:57 AM
 To: Imail_Forum@list.ipswitch.com
 Subject: [IMail Forum] Another Web Interface


 Hi

 I wonder if the Imail 2006 web messaging 'face' can be replaced.
 Used KillerWebMail before, but now, I'm tied to the 'default'.
 Any clues?

 Regards

 Andres.-


 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/






To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Another Web Interface

2008-02-27 Thread Marc Catuogno
The ability to export the user's contacts to a CSV would be very nice

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Rosamond
Sent: Wednesday, February 27, 2008 12:51 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Another Web Interface


As you mentioned, the branding document covers changes to images and colors.
So you can use it to display selected items in a different color or to have
your company's logo displayed at the top of the web interface. If you
know html and ASP.Net, you can also go in and make alterations to certain
pages to hide items or change the layout but those are changes that aren't
supported by Ipswitch.  For example, a lot of people like to go in and hide
the change user password feature on the preferences page.  This can easily
be done by wrapping that portion of the page in html comment tags.  Please
note that when you do an upgrade, these pages will be overwritten so you'll
need to save them somewhere else beforehand and then redo your changes if
you go with this method of customization.  Unfortunately, if you want more
substantial customization like having checkboxes instead of shift clicking
on messages then that cannot be done.  Coincidentally though, the two
features you mentioned, checkboxes and a low bandwidth template, are
features that will be included in Imail 10 that is coming out in the next
few weeks.  In it, users will have a preferences option that allows them to
either use shift clicking or checkboxes for selecting messages.  There will
also be an option on the login page to use a lower bandwidth version of the
client. If there are some other changes that you would like to have made to
the webclient, please feel free to send an email to this list or post your
list on the forum and let us know what changes you would like to have made.
We want the webclient to be the best that it can be, so we are very open to
new ideas and suggestions.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Ing. Andrés E.
Gallo
Sent: Wednesday, February 27, 2008 12:27 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Another Web Interface


Thanks Marc, but this is just logos and graphics.
I mean something like more lightweigth interface, the for example
checkbox to select ALL messages instead of the SHIFT+CLICK, some kind of
custom color, etc.
Regards

Andres.-

Marc Rosamond escribió:
 I not exactly sure what you mean by face but if you are referring to the
 overall look of the webclient, this document should give you the
information
 you need to customize it.

http://www.ipswitch.com/support/imail/guide/2006/2006_1/Branding.pdf?k_id=im
 20061brand

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Ing. Andrés E.
 Gallo
 Sent: Wednesday, February 27, 2008 11:57 AM
 To: Imail_Forum@list.ipswitch.com
 Subject: [IMail Forum] Another Web Interface


 Hi

 I wonder if the Imail 2006 web messaging 'face' can be replaced.
 Used KillerWebMail before, but now, I'm tied to the 'default'.
 Any clues?

 Regards

 Andres.-


 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/






To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] 8.22 Webmail

2008-02-12 Thread Marc Catuogno
Not a great test for me:

 



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Todd Richards
Sent: Tuesday, February 12, 2008 10:09 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] 8.22 Webmail

 

 

Hi Daniel -

 

Thanks.  I did try that yesterday but couldn't get logged in to anything

other than the lite version, which didn't showcase the new features.  Are

there issues with Firefox?  I got logged in with both Firefox and IE 7 (on

WinXP), and it wasn't wanting me to change fonts or in FF.  Also, when I

tried to attach a file, I could only attach one at a time.  Is that the

case, or am I doing something else wrong?

 

Todd

 

 

-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Donnelly

Sent: Tuesday, February 12, 2008 8:55 AM

To: Imail_Forum@list.ipswitch.com

Subject: [IMail Forum] 8.22 Webmail

 

 

Todd,

 

You can see and use the V9 Web mail (it is a lot different than

V8!) by

clicking on the Try IMail now... link on this page:

http://www.imailserver.com/

 

Daniel Donnelly

 

-Original Message-

From: [EMAIL PROTECTED]

[mailto:[EMAIL PROTECTED] Behalf Of Todd

Richards

Sent: Monday, February 11, 2008 4:03 PM

To: Imail_Forum@list.ipswitch.com

Subject: [IMail Forum] 8.22 Webmail

 

 

Happy Monday everyone -

 

 

 

Currently running 8.22.  I have a newer user complaining about

the features

of (or lack thereof) Webmail.  Asked why there isn't a way to

choose a

different font, insert a picture, attach more than one file at

once.  To be

honest, I don't use the web interface - and haven't really looked

around in

it until now.  And I see what she means.  99.9% of our users

download their

email to another program, so nobody has ever said anything.  I'm

guessing

this is standard in 8.22?  Any options?  Does it improve in the

newer

version?  Any other suggestions?

 

 

 

Thanks!

 

 

 

Todd

 

--=_NextPart_000_000D_01C86D5C.F3BAE5F0

Content-Type: text/html;

  charset=us-ascii

Content-Transfer-Encoding: quoted-printable

 

!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.0 Transitional//EN

HTML xmlns=3Dhttp://www.w3.org/TR/REC-html40; xmlns:v =3D=20

urn:schemas-microsoft-com:vml xmlns:o =3D=20

urn:schemas-microsoft-com:office:office xmlns:w =3D=20

urn:schemas-microsoft-com:office:word xmlns:q =3D=20

http://schemas.xmlsoap.org/soap/envelope/; xmlns:x2 =3D=20

http://schemas.microsoft.com/office/excel/2003/xml; xmlns:ois

=3D=20

http://schemas.microsoft.com/sharepoint/soap/ois/; xmlns:dir

=3D=20

http://schemas.microsoft.com/sharepoint/soap/directory/;

xmlns:ds =3D=20

http://www.w3.org/2000/09/xmldsig#; xmlns:dsp =3D=20

http://schemas.microsoft.com/sharepoint/dsp; xmlns:udc =3D=20

http://schemas.microsoft.com/data/udc; xmlns:xsd =3D=20

http://www.w3.org/2001/XMLSchema; xmlns:sps =3D=20

http://schemas.microsoft.com/sharepoint/soap/; xmlns:xsi =3D=20

http://www.w3.org/2001/XMLSchema-instance; xmlns:udcxf =3D=20

http://schemas.microsoft.com/data/udc/xmlfile; xmlns:wf =3D=20

http://schemas.microsoft.com/sharepoint/soap/workflow/;

xmlns:mver =3D=20

http://schemas.openxmlformats.org/markup-compatibility/2006;

xmlns:m =

=3D=20

http://schemas.microsoft.com/office/2004/12/omml; xmlns:mrels

=3D=20

http://schemas.openxmlformats.org/package/2006/relationships; =

xmlns:ex12t =3D=20

http://schemas.microsoft.com/exchange/services/2006/types;

xmlns:ex12m =

=3D=20

http://schemas.microsoft.com/exchange/services/2006/messages;H

EAD

META http-equiv=3DContent-Type content=3Dtext/html; =

charset=3Dus-ascii

META content=3DMSHTML 6.00.2800.1605 name=3DGENERATOR

STYLE

!--

 /* Font Definitions */

 @font-face

  {font-family:Cambria Math;

  panose-1:2 4 5 3 5 4 6 3 2 4;}

@font-face

  {font-family:Calibri;

  panose-1:2 15 5 2 2 2 4 3 2 4;}

 /* Style Definitions */

 p.MsoNormal, li.MsoNormal, div.MsoNormal

  {margin:0in;

  margin-bottom:.0001pt;

  font-size:11.0pt;

  font-family:Calibri,sans-serif;}

a:link, span.MsoHyperlink

  {mso-style-priority:99;

  color:blue;

  text-decoration:underline;}

a:visited, span.MsoHyperlinkFollowed

  {mso-style-priority:99;

  color:purple;

  text-decoration:underline;}

span.EmailStyle17

  {mso-style-type:personal-compose;

  font-family:Calibri,sans-serif;

  color:windowtext;}

.MsoChpDefault

  {mso-style-type:export-only;}

@page Section1

  {size:8.5in 11.0in;

  margin:1.0in 1.0in 1.0in 1.0in;}

div.Section1

  {page:Section1;}

--

/STYLE

!--[if gte mso 9]xml

 o:shapedefaults v:ext=3Dedit spidmax=3D1026 /

/xml![endif]--!--[if gte mso 9]xml

 o:shapelayout v:ext=3Dedit

  o:idmap v:ext=3Dedit data=3D1 /

 /o:shapelayout/xml![endif]--/HEAD

BODY lang=3DEN-US vLink=3Dpurple link=3Dblue

DIVSPAN class=3D515235014-12022008FONT face=3DArial=20

size=3D2Todd,/FONT/SPAN/DIV

DIVSPAN 

Re: [IMail Forum] Preferences in 2006.23

2007-12-30 Thread Marc Rosamond
All you need to do is put html comment tags around whatever part of the user 
options page you do not wish users to be able to change.  Below is an example 
of how you would do this. Please note that this is just an example of the 
technique to use and not the actual code that needs to be commented out.
!--tr
 td class=header3Cell colspan=3span 
id=lblUserOptsChangePwdTextChange Password/span/td
/tr/--
The html comment tags are !-- and  /-- and  as you can see in the example 
above, I have added them in front and behind the tr tags.  This will 
effectively hide this part of the page from the user.  The old user options 
page you used before will not work because there are new ASP.Net controls on 
the new one that the code is looking for.  Because of that same reason, you 
cannot simply remove pieces of the page that you don't want shown and must 
instead use html comment tags to hide the parts you do not wish to be shown.  I 
hope this helps to explain what needs to be done.  If you look at the actual 
user options page, it should be apparent which parts need to be commented out 
to accomplish what you are hoping to do.
Thanks,
Marc Rosamond
Senior Web Developer - Ipswitch, Inc.
-Original Message-
From: Tyler Jensen [EMAIL PROTECTED]
Sent 12/30/2007 2:04:42 PM
To: Ipswitch IMail Mailing List IMail_Forum@list.ipswitch.com
Subject: [IMail Forum] Preferences in 2006.23Hello and Happy Holidays. I just 
did the upgrade to 2006.23 from 2006.04 and all is working except it overwrote 
my previous useroptions.aspx. I am not a web developer or coder of any sort so 
my asp skills are zero. With my old useroptions.aspx I had someone comment 
out the change password feature so it was grayed out and user could not change 
their password. I need to do the same thing on the new useroptions.aspx. I 
would also like to disable the Forward To: option as well because I don't want 
my users to be able to forward to a different account. I tried replacing the 
new useroptions.aspx with the old on and it didn't like that.  If anyone has 
any ideas on what needs to be modified to disable password change and forward 
to capabilities I would appreciate you help very much!! Thanks!! Tyler

RE: [IMail Forum] WAY OT: VOIP class

2007-12-29 Thread Marc Catuogno
I did a test site, installed by a vendor - for roughly $20k,  This included
a 48 port POE switch, Cisco router, and 40 Cisco 7960 phones using Covad to
host the VM.  Covad has a great feature set and for full blown VM with all
the features it is about $30-$40 a person you can get about 14-15
simultaneous calls per circuit.  Unfortunately they have proven to be
unstable, having a frequent (once to twice a month VM outages) - I have
investigated other hosted solutions (M5,Paetec, etc) but their monthly per
person charges are usually higher, and they take much longer to provision
changes where Covad's changes are instantaneous.  The advantage to having it
hosted is that you don't need to upgrade the backend or worry about power
outages taking out your phone system.  Of course, Covad's outages have taken
me down several times...

I have begun to look at Asterick myself


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sharyn Schmidt
Sent: Friday, December 28, 2007 12:50 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] WAY OT: VOIP class



Are  you planning on implementing an open source (e.g. www.asterisk.org)
solution or a proprietary one?

I believe we are going with whatever Cisco uses. We are getting our
direction from our new, parent company. They are the ones requiring us to do
this.

Are you going to be doing the design, sizing, and installation yourself or
are you having an outside vendor do it?

I probably have the option of going either way on this. I'd prefer to design
it myself and perhaps get an outside vendor if we need more/different
cabling, but I'm open to either. At the moment, I don't know enough about it
to make that call. I do know that even if we do use an outside vendor for
the initial design and implementation, I still better know how to fix it
when it breaks :)



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail and IPhones

2007-12-03 Thread Marc Rosamond
I don't have an iPhone to test on, so I can't tell you for sure what problem
is that is preventing the web client from working, but from what you said it
sounds like the javascript isn't working.  Safari on the iPhone has the
ability to turn that on and off. You may want to check and make sure it is
turned on.  From the Home screen choose Settings  Safari, and then make
sure javascript it turned on.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Susan Doucette
Sent: Friday, November 30, 2007 6:19 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] IMail and IPhones


I have a few teachers and admin who are trying to get their email on
their IPhones. Apparently they can use the IPhone's Safari browser to
login to Web Messaging and they can see their accounts and latest email
message, but can't select and open other messages and can't use the
buttons (New, Delete, Reply, etc). I don't have an IPhone so I don't
really know how to describe the problem.

I'm also told that they've tried to configure the IPhone's mail client
to access the IMail server and they can't do that either. (Although I
haven't gotten them to write down the error message and let me know what
it says!) Has anyone else tested this? Do we know whether it works or
not? If it does, please tell me how to configure either IMail or the
IPhone to be compatible with each other.

Thanks,

~Susan

--

Susan Doucette
Information Technology
Santa Cruz City Schools
405 Old San Jose Rd.
Soquel, CA 95073
831-429-3410 x212

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Issue with loginsample.aspx after upgrading to 9.22

2007-11-28 Thread Marc Rosamond
If you are using the single sign on code that was mentioned in one of the KB
articles, try making the following change to it and see if it corrects your
problem.  I have marked the change with -- ADD THIS NEW LINE.   Another
user was having an issue whereby they would always get an invalid login
message and after investigating I discovered that two value properties were
being passed.  This fix corrected that issue and allowed  their page to
start working once again.  Your problem may be similar.
loginhtml = loginhtml.replace('type=password','');

loginhtml = loginhtml.replace('name=txtUsername', 'name=txtUsername
type=hidden value=enteredUser');

loginhtml = loginhtml.replace('Username:','');

loginhtml = loginhtml.replace('Password:','');

loginhtml = loginhtml.replace('value=*','title=*');---ADD THIS NEW
LINE

loginhtml = loginhtml.replace('name=txtPassword', 'name=txtPassword
type=hidden value=enteredPassword');

loginhtml = loginhtml.replace('class=submitButton', '');


  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Grant Griffith
  Sent: Wednesday, November 28, 2007 8:21 AM
  To: Imail_Forum@list.ipswitch.com
  Subject: [IMail Forum] Issue with loginsample.aspx after upgrading to 9.22


  Hey Everyone,



  We use a form on our webpage for people to login to there email and I had
used some code someone posted on the site for 9.0 a long time ago.  Well it
seems broke now in 9.22 as all they get is a blank page.  Can anyone tell me
what might of changed?



  Thanks,

  Grant Griffith

  Web Application Developer

  Enhanced Telecommunications

  http://www.etczone.com

  812-932-1000




RE: [IMail Forum] Web Interface in IMail 2006

2007-11-06 Thread Marc Rosamond
When you bring up the web client on the server, are you seeing a login page
with a blue IPSwitch Web Mail image on it or an error message?  If you are
seeing a login page, then everything IMail-wise is working.  You'll need to
configure IIS as you would any other website to allow those applications to
be visable from external machines. If you aren't sure how to do this, Google
setting up a website in IIS and you should find plenty of information
online about how to do that.  Also be sure your firewall is correctly set up
if you are using one.  If instead of the login page, you are getting an
error message when you bring up the web client locally then there is some
problem that needs to be addressed.  In that case, cut and paste the error
message in an email to this list and myself or someone else can probably
suggest some ideas as to what the problem may be.  If you have already
configured IIS correctly and done everything else you would normally do to
set up a website and still aren't able to access the web client from other
machines, I would suggest giving tech support a call.  They are very
knowledgable and should be able to assist you with your problem.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeffery Rehm
Sent: Tuesday, November 06, 2007 7:27 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Web Interface in IMail 2006


These work at the server, but get 'page cannot be displayed' from other
machines.


Marc Rosamond wrote:

If you are on the server, try these urls:
Web Client: http://localhost/iclient/login.aspx  (used by users for
checking
their email)
Web Admin: http://localhost/iadmin/login.asp (used by admins for
administering IMail)
If not on the actual server, replace localhost with the IP address of the
machine or whatever is appropriate in your case.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeffery Rehm
Sent: Monday, November 05, 2007 3:05 PM
To: IMail Forum
Subject: [IMail Forum] Web Interface in IMail 2006


Is there a web interface in 2006 IMail?  I can't find it even though
this is shown as one of the features.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/




To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Web Interface in IMail 2006

2007-11-05 Thread Marc Rosamond
If you are on the server, try these urls:
Web Client: http://localhost/iclient/login.aspx  (used by users for checking
their email)
Web Admin: http://localhost/iadmin/login.asp (used by admins for
administering IMail)
If not on the actual server, replace localhost with the IP address of the
machine or whatever is appropriate in your case.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Jeffery Rehm
Sent: Monday, November 05, 2007 3:05 PM
To: IMail Forum
Subject: [IMail Forum] Web Interface in IMail 2006


Is there a web interface in 2006 IMail?  I can't find it even though
this is shown as one of the features.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Auto suggest...

2007-10-24 Thread Marc Rosamond
Does she have any contacts that have an apostrophe in the name?  For
example: John O'Cain  The first release of the autosuggest had a bug whereby
an apostrophe in the name would break the javascript used by the
autosuggest.  That bug has since been fixed but may still exist in the
version that you are using.  I would have her check her contacts and if you
find one with an apostrophe, remove it for the time being.  For example:
John O'Cain would be changed to John OCain.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Greg Taylor
Sent: Wednesday, October 24, 2007 1:32 PM
To: IMail Mailing List
Subject: [IMail Forum] Auto suggest...


I have one user who, when she composes a new e-mail the web client does
not auto suggest from her contacts.  I had her try logging into web
mail from my computer and it still didn't work.  I had her try Firefox,
and it still doesn't work.  If I log in to web mail using her computer
it works fine for me and any other user.  I also tried deleting her
mailbox and letting it recreate totally empty... and still nothing.

Any help would be appreciated!



This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Auto suggest...

2007-10-24 Thread Marc Rosamond
I was under the impression that it was fixed in that version.  I am double
checking that now.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Travis Rabe
Sent: Wednesday, October 24, 2007 2:45 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Auto suggest...


Isn't that the latest release?  Did this bug get re-introduced?

TR

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Taylor
Sent: Wednesday, October 24, 2007 11:40 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Auto suggest...

That did it!!! Wow... We are running version 2006.22... Just an FYI to
anyone who runs into the same problem! Thanks so much.

Marc Rosamond wrote:
 Does she have any contacts that have an apostrophe in the name?  For
 example: John O'Cain  The first release of the autosuggest had a bug
whereby
 an apostrophe in the name would break the javascript used by the
 autosuggest.  That bug has since been fixed but may still exist in the
 version that you are using.  I would have her check her contacts and if
you
 find one with an apostrophe, remove it for the time being.  For example:
 John O'Cain would be changed to John OCain.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Greg Taylor
 Sent: Wednesday, October 24, 2007 1:32 PM
 To: IMail Mailing List
 Subject: [IMail Forum] Auto suggest...


 I have one user who, when she composes a new e-mail the web client does
 not auto suggest from her contacts.  I had her try logging into web
 mail from my computer and it still didn't work.  I had her try Firefox,
 and it still doesn't work.  If I log in to web mail using her computer
 it works fine for me and any other user.  I also tried deleting her
 mailbox and letting it recreate totally empty... and still nothing.

 Any help would be appreciated!


 
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the originator.
 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Auto suggest...

2007-10-24 Thread Marc Rosamond
Just to clarify, were you saying that you are running the latest release
when you encountered that problem?
I just checked our code base and the fix for it has been in place since 9.2
or 9.21 and is still there for 9.22.  In addition to looking at the code, I
tried reproducing the problem using 9.22 but wasn't able to.  If you were
running the latest version when you saw the issue, please email me the
information for the contact that caused the problem, so I can see if it is
some sort of special case scenario that we failed to account for.  My email
address is [EMAIL PROTECTED]Thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Taylor
Sent: Wednesday, October 24, 2007 11:40 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Auto suggest...

That did it!!! Wow... We are running version 2006.22... Just an FYI to
anyone who runs into the same problem! Thanks so much.

Marc Rosamond wrote:
 Does she have any contacts that have an apostrophe in the name?  For
 example: John O'Cain  The first release of the autosuggest had a bug
whereby
 an apostrophe in the name would break the javascript used by the
 autosuggest.  That bug has since been fixed but may still exist in the
 version that you are using.  I would have her check her contacts and if
you
 find one with an apostrophe, remove it for the time being.  For example:
 John O'Cain would be changed to John OCain.

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] Behalf Of Greg Taylor
 Sent: Wednesday, October 24, 2007 1:32 PM
 To: IMail Mailing List
 Subject: [IMail Forum] Auto suggest...


 I have one user who, when she composes a new e-mail the web client does
 not auto suggest from her contacts.  I had her try logging into web
 mail from my computer and it still didn't work.  I had her try Firefox,
 and it still doesn't work.  If I log in to web mail using her computer
 it works fine for me and any other user.  I also tried deleting her
 mailbox and letting it recreate totally empty... and still nothing.

 Any help would be appreciated!


 
 This email and any files transmitted with it are confidential and intended
 solely for the use of the individual or entity to whom they are addressed.
 If you have received this email in error please notify the originator.
 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Auto suggest...

2007-10-24 Thread Marc Rosamond
Thanks.  The name and email address for the contact that caused the problem
will be the only data I need.  If there was more than one, please send the
others as well so I can fully test everything.
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Greg Taylor
  Sent: Wednesday, October 24, 2007 3:20 PM
  To: Imail_Forum@list.ipswitch.com
  Subject: Re: [IMail Forum] Auto suggest...


  We are running 2006.22 and the problem occurred today... I will find the
contacts info and send it over.

  Marc Rosamond wrote:
Just to clarify, were you saying that you are running the latest release
when you encountered that problem?
I just checked our code base and the fix for it has been in place since 9.2
or 9.21 and is still there for 9.22.  In addition to looking at the code, I
tried reproducing the problem using 9.22 but wasn't able to.  If you were
running the latest version when you saw the issue, please email me the
information for the contact that caused the problem, so I can see if it is
some sort of special case scenario that we failed to account for.  My email
address is [EMAIL PROTECTED]Thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Greg Taylor
Sent: Wednesday, October 24, 2007 11:40 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Auto suggest...

That did it!!! Wow... We are running version 2006.22... Just an FYI to
anyone who runs into the same problem! Thanks so much.

Marc Rosamond wrote:
  Does she have any contacts that have an apostrophe in the name?  For
example: John O'Cain  The first release of the autosuggest had a bug
whereby
  an apostrophe in the name would break the javascript used by the
autosuggest.  That bug has since been fixed but may still exist in the
version that you are using.  I would have her check her contacts and if
you
  find one with an apostrophe, remove it for the time being.  For example:
John O'Cain would be changed to John OCain.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Greg Taylor
Sent: Wednesday, October 24, 2007 1:32 PM
To: IMail Mailing List
Subject: [IMail Forum] Auto suggest...


I have one user who, when she composes a new e-mail the web client does
not auto suggest from her contacts.  I had her try logging into web
mail from my computer and it still didn't work.  I had her try Firefox,
and it still doesn't work.  If I log in to web mail using her computer
it works fine for me and any other user.  I also tried deleting her
mailbox and letting it recreate totally empty... and still nothing.

Any help would be appreciated!



This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
  This email and any files transmitted with it are confidential and intended
solely for the use of the individual or entity to whom they are addressed.
If you have received this email in error please notify the originator.


Re: [IMail Forum] October 70% OFF

2007-10-04 Thread Marc Catuogno
Yes.  It is the only way that you can keep web messaging up!Marc Catuogno
MIS Director
Prudential Rand Realty
845-825-8025
-Original Message-
From: SJ.Stanaitis [EMAIL PROTECTED]
Sent 10/4/2007 9:26:30 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] October 70% OFFIs this a new product line? :)From: 
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of VIAGRA ® Official 
SiteSent: Thursday, October 04, 2007 9:22 AMTo: [EMAIL PROTECTED]: [IMail 
Forum] October 70% OFF  To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.html List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/ Knowledge 
Base/FAQ: http://www.ipswitch.com/support/IMail/ 

RE: [IMail Forum] Spellchecker problems

2007-09-27 Thread Marc Rosamond
The dictionary files used by the spellchecker can be found in the dic folder 
under the WebClient directory.  These are simply text files that can be edited 
using notepad. The one you will want to modify is the English file which is 
named en-US.dic. Newer versions of Imail have the words you mentioned and 
several others removed.  I'll send you the most recent version of the 
dictionary file so you don't have to find and edit all the offending words 
yourself.
  -Original Message-
  From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Behalf Of Herron Jim W. 
(DTI)
  Sent: Thursday, September 27, 2007 4:14 PM
  To: Imail_Forum@list.ipswitch.com
  Subject: [IMail Forum] Spellchecker problems


  Received a new complaint today: User has a last name of Kijowski in the body 
of the message, runs spell checker and is recommended two choices cocks**ker 
and cocks**kers. This is a school principle and there is fear that the name can 
be substituted and parents may not like that. 

   

  I do recall working with the .clx files in the distant past and have them in 
each domain’s root directory. But it seems things are different now. I found 
this in the knowledgebase it is from 7.0+. I am running 2006.03 version of 
Imail. 

  The Spell Checker contains compressed dictionary files which have a .clx 
extension, and cannot be edited.

  Each user has a user dictionary that they can customize to fit their needs. 
This file is called Userdict.tlx and can be edited by completing the following 
steps. To edit the User Dictionary, select Edit User Dictionary from the 
Options menu. This option allows the user to customize the user dictionary, by 
adding or deleting words.

  Dictionary Explanations:
  American English (ssceam2.clx) This is a compressed file and is not editable. 

  British English (sscebr2.clx) This is a compressed file and is not editable.

  User Dictionary (UserDict.tlx) This dictionary is created for the new user. 
Words can be added to or removed from the user dictionary. Words in user 
dictionaries may be offered as suggestions for misspelled words

  Because the default files cannot be edited, I was hoping to login add this 
name to my spellchecker, creating the UserDict.tlx file mentioned above, than 
copy this to each user. I did the addition, but the .tlx file was NOT 
generated. However, testing the spell checker afterwards worked. I have a 
second account and decided to do the same. Spell checking worked on it without 
modification, so I tried a third account, it worked also. I than created cached 
files and tried again and all three account reverted back to flagging the not 
too nice suggestion. I am confused and cannot find anything on the spell 
checker in 2006 manuals except for how it is used. Has anyone experienced this 
or modified the spell checker?  Seems the tlx file is not used in 2006 and 
there is no documentation to go on that I can find.

   

  Thanks, Jim

   

  James W. Herron
  Department of Technology and Information
  801 Silver Lake Blvd.
  Dover, De 19904
  [EMAIL PROTECTED]
  (P) 302-739-9657
  (F) 302-739-7243

   


RE: [IMail Forum] Disappearing of received messages

2007-09-14 Thread Marc Catuogno
How about if they have the text size set to largest in internet explorer and
can't even see the slider exists that was my favorite.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Mike Higgins
Sent: Friday, September 14, 2007 4:46 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Disappearing of received messages


We’ve had several users report this and it turned out to be that they didn’t
know to hit the Next Page button in order to see the messages that didn’t
fit on the first page.

Best Regards
Mike Higgins

HM Systems Software, Inc.
600 East Crescent Avenue, Suite 203
Upper Saddle River, NJ 07458-1846

Phone:  +1 201 934-3414 x14 (Business)
Fax:    +1 201 934-9206

http://www.HM-Software.com/ 


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Inna Ivers
Sent: Friday, September 14, 2007 3:31 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Disappearing of received messages

Hello all,
We have one user that is losing messages previously available in their Inbox
via Webmail. She sees the message today and it is gone tomorrow.
It is not in her Deleted messages box where she has set her preferences to
send deleted messages and it is not in her spam box either.
It simply disappears. Our users have both Max Messages and Max Mailbox size
set to unlimited.
We are running IMail 2006.1

What do you think may be the problem here?
Thank you,
 

Inna Ivers
Systems Specialist 
CLAMS Inc.

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Lean iMail Web interface?

2007-09-06 Thread Marc Rosamond
A lean webmail interface is currently in development and should be out in
iMail 10.  That version should be released sometime in Q1 of next year.
There is a possibility of a beta version of it being released somewhat
earlier.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Roger Baker
Sent: Thursday, September 06, 2007 3:01 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Lean iMail Web interface?


Does anyone know if iMail has made any progress on a lean webmail interface
for 2006 that doesn't take so much bandwidth?

I heard they were working on one a long time ago but never heard anything
more.
--
Thanks,
Roger

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] WAY OT: corrupt tcp/ip stack?

2007-08-28 Thread Marc Catuogno
Try this:

 

http://www.majorgeeks.com/download4372.html

 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Sharyn Schmidt
Sent: Tuesday, August 28, 2007 9:25 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] WAY OT: corrupt tcp/ip stack?

 

Hi Folks, 

Need to pick the brains of the gurus out there. We are having a weird
problem with some of our desktops. This has happened 3 times in the last 3
weeks. We thought the first one was a fluke, then the 2nd one, now a third.
I have googled the solutions to this and tried everything that I can find
online, but so far the only fix has been to reinstall windows which isn't a
good option.

Here are the errors. It looks like, for some reason, the tcp/ip stack is
being hosed, but replacing it doesn't seem to work. 

When doing an ipconfig, we get the following error: 

An internal error occurred: The request is not supported. 
Please contact MS product support services for further help. 
Additional information: Unable to query routing information 

 

When pinging 127.0.0.1: 

Unable to contact IP driver, error code 2 

In device manager, when, show hidden devices, non plug and play devices,
there is a yellow circle/explanation point icon next to the tcp/ip protocol
driver. When looking at the properties of this device its says:

This device is not present or not working properly or does not have all its
drivers installed (code 24) 

 

When trying to repair the local area connection, the error is: 

Failed to query tcp/ip settings of the connection. 

This, to me, all points to a hosed tcp/ip stack. So far, I have deleted the
winsock entries in the registry and replaced the tcp/ip stack, replaced the
NIC (even though I didn't think that would work) launched the windows
recovery console and run a chkdsk /r , and done all the usual things to
troubleshoot tcp/ip errors.  I'm out of ideas, nothing seems to work.

Anyone encountered this before and actually fixed it without reinstalling
windows? This has been  happening on our Win XP sp2 machines. No patches or
any other additional software have  been installed.

Thanks in advance! 
Sharyn 

 



Re: [IMail Forum] WAY OT: corrupt tcp/ip stack?

2007-08-28 Thread Marc Catuogno
I hate to suggest this, but did you try Windows system restore to a point 
before it was non-functioning? Marc Catuogno
MIS Director
Prudential Rand Realty
845-825-8025
-Original Message-
From: Sharyn Schmidt [EMAIL PROTECTED]
Sent 8/28/2007 11:09:22 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] WAY OT: corrupt tcp/ip stack?v\:* {
BEHAVIOR: url(#default#VML)
}
o\:* {
BEHAVIOR: url(#default#VML)
}
w\:* {
BEHAVIOR: url(#default#VML)
}
.shape {
BEHAVIOR: url(#default#VML)
}
@font-face {
font-family: Tahoma;
}
@page Section1 {size: 8.5in 11.0in; margin: 1.0in 1.25in 1.0in 1.25in; }
P.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
LI.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
DIV.MsoNormal {
FONT-SIZE: 12pt; MARGIN: 0in 0in 0pt; FONT-FAMILY: Times New Roman
}
A:link {
COLOR: blue; TEXT-DECORATION: underline
}
SPAN.MsoHyperlink {
COLOR: blue; TEXT-DECORATION: underline
}
A:visited {
COLOR: purple; TEXT-DECORATION: underline
}
SPAN.MsoHyperlinkFollowed {
COLOR: purple; TEXT-DECORATION: underline
}
P {
FONT-SIZE: 12pt; MARGIN-LEFT: 0in; MARGIN-RIGHT: 0in; FONT-FAMILY: Times New 
Roman; mso-margin-top-alt: auto; mso-margin-bottom-alt: auto
}
SPAN.EmailStyle18 {
COLOR: navy; FONT-FAMILY: Arial; mso-style-type: personal-reply
}
DIV.Section1 {
page: Section1
}
Thanks, that didn't work but I appreciate it.-Original Message-From: 
Marc Catuogno [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 28, 2007 9:39 
AMTo: [EMAIL PROTECTED]: RE: [IMail Forum] WAY OT: corrupt tcp/ip stack?Try 
this: http://www.majorgeeks.com/download4372.html  From: [EMAIL PROTECTED] 
[mailto:[EMAIL PROTECTED] On Behalf Of Sharyn SchmidtSent: Tuesday, August 28, 
2007 9:25 AMTo: [EMAIL PROTECTED]: [IMail Forum] WAY OT: corrupt tcp/ip 
stack? Hi Folks,Need to pick the brains of the gurus out there. We are having a 
weird problem with some of our desktops. This has happened 3 times in the last 
3 weeks. We thought the first one was a fluke, then the 2nd one, now a third. I 
have googled the solutions to this and tried everything that I can find online, 
but so far the only fix has been to reinstall windows which isn't a good 
option.Here are the errors. It looks like, for some reason, the tcp/ip stack is 
being hosed, but replacing it doesn’t seem to work. When doing an ipconfig, we 
get the following error:An internal error occurred: The request is not 
supported.Please contact MS product support services for further 
help.Additional information: Unable to query routing information When pinging 
127.0.0.1:Unable to contact IP driver, error code 2In device manager, when, 
show hidden devices, non plug and play devices, there is a yellow 
circle/explanation point icon next to the tcp/ip protocol driver. When looking 
at the properties of this device its says:This device is not present or not 
working properly or does not have all its drivers installed (code 24) When 
trying to repair the local area connection, the error is:Failed to query tcp/ip 
settings of the connection.This, to me, all points to a hosed tcp/ip stack. So 
far, I have deleted the winsock entries in the registry and replaced the tcp/ip 
stack, replaced the NIC (even though I didn’t think that would work) launched 
the windows recovery console and run a chkdsk /r , and done all the usual 
things to troubleshoot tcp/ip errors.  I'm out of ideas, nothing seems to 
work.Anyone encountered this before and actually fixed it without reinstalling 
windows? This has been  happening on our Win XP sp2 machines. No patches or any 
other additional software have  been installed.Thanks in advance!Sharyn 

RE: [IMail Forum] signature and specials chars

2007-08-27 Thread Marc Catuogno
Hi,

 

I pasted your code into my test account signature and got:

 

Met vriendelijke groet,
Marieke Kevenaar
Stagecoördinator

 

tio hogeschool hotelmanagement en toerisme
begijnenhof 8-12 / 5611 el eindhoven
t 040-29 62 828 / f 040-23 73 520
 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]  /  http://www.tio.nl 
www.tio.nl 

 

We had a problem with signatures after upgrading as well – it turns out that 
hitting “enter” and the end of each line corrected the problem. I can’t say 
that is your issue, but I haven’t applies any language packs and it appears to 
me that your signature above looks correct, right?  Try copying and pasting it 
from your email… that worked for me…

 

Marc

  _  

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Bonno Bloksma
Sent: Monday, August 27, 2007 2:15 PM
To: IMail_Forum
Subject: [IMail Forum] signature and specials chars

 

Hi,

 

I have a signature with a HTML color code where a special char is not handeled 
correctly:

 

--signature.txt

DIVSPAN style=FONT-SIZE: 10pt; FONT-FAMILY: Arial
DIV style=COLOR: #66b821
Met vriendelijke groet,
Marieke Kevenaar
Stagecoördinator
/DIV
DIV style=COLOR: #0189b4tio hogeschool hotelmanagement en toerisme
begijnenhof 8-12 / 5611 el eindhoven
t 040-29 62 828 / f 040-23 73 520
A href=mailto:[EMAIL PROTECTED]FONT color=#66b821[EMAIL 
PROTECTED]/FONT/Anbsp; / A href=http://www.tio.nl;FONT 
color=#66b821www.tio.nl/FONT/A 
/DIV/SPAN/DIV
--quote

 

This will end up as:

--quote

Met vriendelijke groet,
Marieke Kevenaar
Stageco�rdinator

tio hogeschool hotelmanagement en toerisme
begijnenhof 8-12 / 5611 el eindhoven
t 040-29 62 828 / f 040-23 73 520
[EMAIL PROTECTED]  /  http://www.tio.nl www.tio.nl 

--quote

The same thing happens when we have the signature as plain text. Does this have 
to do with the language we use in IMail? When I did the upgrade to 2006.21 I 
did not yet restore the Dutch language. It seems to use the UTF-8 encoding as 
each section starts with:

 

--quote

Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable

--quote

 

What is the best solution?

 

 

Met vriendelijke groet,
Bonno Bloksma
hoofd systeembeheer

 

tio hogeschool hotelmanagement en toerisme 

begijnenhof 8-12 / 5611 el eindhoven
t 040 296 28 28 / f 040 237 35 20
 mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]  /  http://www.tio.nl 
www.tio.nl 



[IMail Forum] ASP .NET 2.0 Errora in Eventlog for 2006.21

2007-08-10 Thread Marc Catuogno

Hey Ipswitch - someone found this article for me:

http://support.microsoft.com/kb/911816

They are working on a server that has more users and heavier webmail use
than mine.  They are seeing many more of these events logged and more
freezes than I am.

How about an immediate patch to at least log the errors?  

I would encourage anyone using 2006.21 look through their logs for the ASP
Net errors and report it to IPSWITCH so that they will work to stabilize
this product more quickly.  

So far most of my users are largely happy with the speed and improvements
made in 2002.21 but the random instability is killing the whole experience.




To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] 2006.21 Webmail problems

2007-08-09 Thread Marc Catuogno
Please forgive the long post, but I feel that 2006.21 needs an immediate
patch. I'm tired of being scared to upgrade and then paying for a product
that hasn't worked for years.  IPSWITCH techs have been on my server for
about 6 hours this week.  They converted my contacts from MDB to SQL stating
that access couldn't handle all the simultaneous hits.  Next they changed
some permissions on my ISS.  Next they want to do a re-install to make sure
all my Dll's and templates were correctly replaced properly during the
upgrade.  I may let them but I have little hope that it will work and I will
have to downgrade to 2006.1 -


2006.21 was installed about a week ago since then we have logged and
confirmed one defect:

PDF attachments sent through the latest Thunderbird from a MAC running
Leopard will cause webmail to crash and become unresponsive. Specifically
the wpw3.exe service will consume 50%-60% of the CPU.  With a 3mb attachment
it wouldn't time out and the webmail wouldn't come back on until the process
was stopped or the server was rebooted.

Since then I see multiple errors in my event log, most of which cause
webmail to freeze for a long time 5-10 minutes.  Errors such as this:

.NET Runtime 2.0 error 

EventType clr20r3, P1 w3wp.exe, P2 6.0.3790.3959, P3 45d6968e, P4 mscorlib,
P5 2.0.0.0, P6 461eee3d, P7 373a, P8 3b, P9 system.argumentexception, P10
NIL.

And many similar to this, failing on sending, previewing and
opening/downloading:

Event code: 3001 
Event message: The request has been aborted. 
Event time: 8/9/2007 9:19:08 PM 
Event time (UTC): 8/10/2007 1:19:08 AM 
Event ID: 420fb2f25aaf4ec7993a396c94ebc7d0 
Event sequence: 4030 
Event occurrence: 1 
Event detail code: 0 
 
Application information: 
Application domain:
/LM/W3SVC/798064825/Root/IClient-1-128311788600710458 
Trust level: Full 
Application Virtual Path: /IClient 
Application Path: C:\Program Files\Ipswitch\IMail\WebDir\WebClient\ 
Machine name: (removed)
 
Process information: 
Process ID: 3792 
Process name: w3wp.exe 
Account name: NT AUTHORITY\NETWORK SERVICE 
 
Exception information: 
Exception type: HttpException 
Exception message: Request timed out. 
 
Request information: 
Request URL:
http://webmail.prudentialrand.com/IClient/PreviewMsg.aspx?SeqNum=457486580 
Request path: /IClient/PreviewMsg.aspx 
User host address: 68.193.87.13 
User: (Email address removed)
Is authenticated: True 
Authentication Type: Forms 
Thread account name: NT AUTHORITY\NETWORK SERVICE 
 
Thread information: 
Thread ID: 1 
Thread account name: NT AUTHORITY\NETWORK SERVICE 
Is impersonating: False 
Stack trace: 
 
 
Custom event details: 

For more information, see Help and Support Center at

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] remove auto responder in 2006.2

2007-08-01 Thread Marc Catuogno
I would like remove the auto responder and the ability to forward from the
user preferences.  I could not find directions on how to do this in the KB
nor could I find it in the archives.


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Random forwarding failures

2007-06-21 Thread Marc Catuogno
Nico,

 

Blackberry changed their webfront and suddenly HTML email from Imail
Webclient stopped working, not truly Ipswitch's fault.  In response to my
complaints on this lists and a call into them, Ipswitch has put a plain text
version of the email to be sent along with the HTML.  They tested it with my
blackberry and Palm Treo users, the text was readable. I have high hopes for
the new release.

 

 I do have a hacked version of the compose message file for 2006.1 that
defaults all messages to plain text - it does have a bug where if you try to
attach a file after composing your message your text disappears, but it has
been a great workaround for us waiting for 2006.21 to be stable.

 

When I have seen forwarding break in the past it has usually been one or two
things - You are being blocked by that domain (for me it was AOL) or you are
having a DNS failure.   Again neither of which you can hang on Ipswitch.

 

If you are interested in the hacked file I can send it.  But I will not be
supporting it all, it is as is -

 

Marc

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nico Gazzano
Sent: Thursday, June 21, 2007 10:16 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Random forwarding failures

 

At about 12:30am this morning iMail stopped forwarding messages for some
accounts forwarding to other accounts on the domain and to certain handheld
accounts.  Around that time I had moved the spool directory to a new
partition and changed the log directory to reflect the changes.  The Queue
is pulling emails from the correct directory.  I've tried restarting all of
the services and that's not correcting it.  

 

Also, text stopped appearing on blackberries when sending emails through
iclient about two weeks ago.

 

That's two strikes for 2006.1 and I haven't heard anything better for
2006.2.  Come on IPSwitch! release a product that works at least half of the
time.  

 

Nico Gazzano

Data Center Manager

MIS Choice Inc.

 



RE: [IMail Forum] Random forwarding failures

2007-06-21 Thread Marc Catuogno
Nico,

 

I couldn't answer that about the agreement. I imagine if you called support
they would want you to restore the original file before they would help you.
All it we did was change some of the java script to force all email to be
plain text (new messages, forwards and replies) it does look funny if you
try to forward an HTML e-mail but it is a minor trade off for us as many of
our agents are mobile.  If you can wait it out for the release of 2006.21 I
would - but you are welcomed to the file if you want it.

 

I can't speak to your forwarding issue, I can only tell you what I found on
my server when we had forwarding issues.  

 

Marc

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nico Gazzano
Sent: Thursday, June 21, 2007 11:12 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Random forwarding failures

 

Marc,

 

The forwarding is going to the same domain on the Imail server, just a
different address.  I would understand the DNS theory if it was just the
forwarding to Blackberries, but we're doing POP collects with some Tmobile
Dash's and seeing a problem when forwarding from [EMAIL PROTECTED] to
[EMAIL PROTECTED]

 

Does the hacked file have any effect on the IPswitch support agreement?  

 

Thanks,

 

Nico Gazzano

Data Center Manager

MIS Choice Inc.

 

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Thursday, June 21, 2007 9:41 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Random forwarding failures

 

Nico,

 

Blackberry changed their webfront and suddenly HTML email from Imail
Webclient stopped working, not truly Ipswitch's fault.  In response to my
complaints on this lists and a call into them, Ipswitch has put a plain text
version of the email to be sent along with the HTML.  They tested it with my
blackberry and Palm Treo users, the text was readable. I have high hopes for
the new release.

 

 I do have a hacked version of the compose message file for 2006.1 that
defaults all messages to plain text - it does have a bug where if you try to
attach a file after composing your message your text disappears, but it has
been a great workaround for us waiting for 2006.21 to be stable.

 

When I have seen forwarding break in the past it has usually been one or two
things - You are being blocked by that domain (for me it was AOL) or you are
having a DNS failure.   Again neither of which you can hang on Ipswitch.

 

If you are interested in the hacked file I can send it.  But I will not be
supporting it all, it is as is -

 

Marc

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Nico Gazzano
Sent: Thursday, June 21, 2007 10:16 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Random forwarding failures

 

At about 12:30am this morning iMail stopped forwarding messages for some
accounts forwarding to other accounts on the domain and to certain handheld
accounts.  Around that time I had moved the spool directory to a new
partition and changed the log directory to reflect the changes.  The Queue
is pulling emails from the correct directory.  I've tried restarting all of
the services and that's not correcting it.  

 

Also, text stopped appearing on blackberries when sending emails through
iclient about two weeks ago.

 

That's two strikes for 2006.1 and I haven't heard anything better for
2006.2.  Come on IPSwitch! release a product that works at least half of the
time.  

 

Nico Gazzano

Data Center Manager

MIS Choice Inc.

 



RE: [IMail Forum] Force Plain Text on 2006.1 Webmail

2007-06-14 Thread Marc Catuogno
I would like to thank IPSWITCH for this fix and that they tested it with
some of my top level users to be sure that it worked.

On another note, I had someone hack composemsg.aspx in 2006.1 and now all of
our messages from webmail are in plain text.  

I would offer this file to anyone who is interested as long as it is
completely understood that this file is not supported by me, nor were the
changes documented. So if you use it and your IMAIL 2006.1 blows up, not my
fault.  It is working for me.  

I will send it off-list if anyone is interested.

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of tnichols
Sent: Thursday, June 14, 2007 2:32 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Force Plain Text on 2006.1 Webmail


The web client will now send plain text version of html messages.
For those who wish to test this, but don't wish to install until Imail is
officially released, http://webdemo.ipswitch.com will be updated as soon as
we release the next preview. (A previous list message has login details.)
This next preview version of Imail 9.21 has now achieved Release Candidate
status, and should be released, at latest, by early next week. 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Stefan Paege
Sent: Wednesday, June 13, 2007 3:15 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Force Plain Text on 2006.1 Webmail

Marc Catuogno schrieb:
 There has to be a fix or maybe a HACK to force Webmail to be plain text by
 default.  No one else out there is having a problem with the webmail HTML
 being unreadable on Blackberry's and Palm Treos???
 

While we don't use a Blackberry or Treo we would still like the default 
to be plain text.

-- 


Elektronik-Labor Carls GmbH  Co. KG

   Stefan Paege

Fon: +49 5973 9497-23
Fax: +49 5973 9497-19




Elektronik-Labor Carls GmbH  Co. KG
Kommanditgesellschaft:Sitz Neuenkirchen, Registergericht Steinfurt HRA 3310

Persönlich haftende Gesellschafterin: Elektronik-Labor Carls, 
Beteiligungsgesellschaft mbH, Sitz Neuenkirchen, Registergericht Steinfurt
HRB 4175

Geschäftsführer: Irmgard Carls, Joachim Schulte
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] Force Plain Text on 2006.1 Webmail

2007-06-12 Thread Marc Catuogno
There has to be a fix or maybe a HACK to force Webmail to be plain text by
default.  No one else out there is having a problem with the webmail HTML
being unreadable on Blackberry's and Palm Treos???

I tried to edit the form for compose mail to have the plain text box set to
true - it worked, it was checked BUT any email sent was blank.  This can't
be too hard and someone out there who is competent programmer could probably
bang this out in under an hour.   Any takers???

Anyone have a suggestion for a fast migration to another Email program?  Is
Smarter mail still OK?

Getting desperate -

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] Now Blackberrys are getting Blank Emails

2007-06-07 Thread Marc Catuogno
IPSWITCH please look at this before releasing the final version of 2006.2!
I've gotten a number of complaints from blackberry users over the last two
days that they are just getting the subject and blank Emails.

If this situation continues into the next version I will have to dump Imail
-

Marc Catuogno
MIS Director
Prudential Rand Realty
845-825-8025
[EMAIL PROTECTED] 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Now Blackberrys are getting Blank Emails

2007-06-07 Thread Marc Catuogno
It was, but AFAIK it hasn't been included yet in the technical preview and I
really think it needs to be addressed.

Could there be a hack for 2006.1 that would force all Email to be composed
in Plain Text?  This would probably help the problem most of the time


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Travis Rabe
Sent: Thursday, June 07, 2007 2:07 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Now Blackberrys are getting Blank Emails


This would appear that BB wants a text version of HTML mail.  Either use
HTML, or Ipswitch would have to send a text email along with each HTML
email.  I could be wrong but I believe that is what was said before.

T

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Thursday, June 07, 2007 10:47 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Now Blackberrys are getting Blank Emails

IPSWITCH please look at this before releasing the final version of 2006.2!
I've gotten a number of complaints from blackberry users over the last two
days that they are just getting the subject and blank Emails.

If this situation continues into the next version I will have to dump Imail
-

Marc Catuogno
MIS Director
Prudential Rand Realty
845-825-8025
[EMAIL PROTECTED] 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Alternative sign on page with 2006.2

2007-06-04 Thread Marc Rosamond
There are some free javascript classes called Prototype that can perform
the AJAX fetch and should work under Safari.  The webclient uses this in
several areas for its AJAX calls.  A copy of the prototype javascript file
is already in the webclient's javascript folder (prototype.js).   The sign
on script was just something I threw together quickly so I didn't have time
to look into making it work on all browsers and at the time it was initially
built Prototype wasn't being used, so I just wrote my own custom code. If
you do a Google search for AJAX and prototype you'll most likely find enough
information there to get it to work under Safari as well.

 -Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Sent: Friday, June 01, 2007 5:13 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Alternative sign on page with 2006.2


  Thanks Mike, that saves us some time.  I guess we'll attempt to rework the
AJAX somehow.  That's not my cut of tea, but Luis is an expert at this
stuff.

  Matt



  Mike N wrote:
In terms of the problem with Safari / Ajax fetching the login page and
re-posting it: my page uses the exact same Ajax technique, so I would expect
to see the same problem.

   Regards,

   Mike
  - Original Message -
  From: Matt
  To: Imail_Forum@list.ipswitch.com
  Sent: Friday, June 01, 2007 4:58 PM
  Subject: Re: [IMail Forum] Alternative sign on page with 2006.2



  I am thinking about using your code in order to avoid that.  Before we
dig into it, do you have any idea if you code works with Safari browsers?

  Why the hell did Apple decide to create it's own browser based on code
other than Mozilla anyway???




RE: [IMail Forum] Alternative sign on page with 2006.2

2007-05-31 Thread Marc Rosamond
The only difference between 2006 and 2006.1 was an additional hidden field
was added called hdnPwdChanged.  No additional fields were added for 2006.2
so the login pages should continue to work.  I took a look the files that
are included with the KB article and the one for 2006 will work if you just
add that hdnPwdChanged field that I mentioned.  The other file which was
provided by a user appears to work differently from what the article
mentions.  If you use that file, your username ends up being enteredUser
and enteredPassword which of course will result in an invalid login
message.  It doesn't seem to support being able to pass the username and
password via the querystring as the original 2006 file did so I am guessing
the user who made it intended for you to hardcode your username and password
in the enteredUser and enteredPassword locations.  If hardcoding
doesn't work for your purposes and you need to pass the values via the
querystring, you'll need an updated version of the original 2006 file.  I
have made one and will have it added to the article page soon.  I will also
attach it to this email.  Let me know if you have any problems with it.
Thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Sent: Thursday, May 31, 2007 3:38 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Alternative sign on page with 2006.2


I found the following KB article that covers how to do this:

IMail - How to do Single Sign On with IMail 2006
http://support.ipswitch.com/kb/IM-20051206-DM06.htm

It lists versions for both 2006 and 2006.1, but not for 2006.2.  I tried
the 2006.1 version with 2006.2 and had no success (I had a friend who is
great with JavaScript, XML, etc. stay up late and try to get this to
work).  We were both too tired to try to start taking apart the code,
but it appears that this simply won't work the way it was provided.

I'm wondering if the code in the KB is supposed to work with 2006.2, or
if there is some code somewhere that could be used to create a custom
sign-on page.  I've searched the archives as well as the message board
to no avail thus far, and any help would be appreciated.

Thanks,

Matt

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/








RE: [IMail Forum] Alternative sign on page with 2006.2

2007-05-31 Thread Marc Rosamond
I tested the file that I attached with 2006.2 and it worked correctly for me
every time.
If you run into any problems, post a message here and I'll try to help you
out with whatever issue you are seeing.
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
  Sent: Thursday, May 31, 2007 11:04 AM
  To: Imail_Forum@list.ipswitch.com
  Subject: Re: [IMail Forum] Alternative sign on page with 2006.2


  Marc,

  I do believe that what you said here will in fact solve our problem,
though it would be good if you could confirm that it works with 2006.2 with
your tweak.  Please don't hesitate to post that here when it is available.

  Thanks,

  Matt



  Marc Rosamond wrote:
The only difference between 2006 and 2006.1 was an additional hidden field
was added called hdnPwdChanged.  No additional fields were added for 2006.2
so the login pages should continue to work.  I took a look the files that
are included with the KB article and the one for 2006 will work if you just
add that hdnPwdChanged field that I mentioned.  The other file which was
provided by a user appears to work differently from what the article
mentions.  If you use that file, your username ends up being enteredUser
and enteredPassword which of course will result in an invalid login
message.  It doesn't seem to support being able to pass the username and
password via the querystring as the original 2006 file did so I am guessing
the user who made it intended for you to hardcode your username and password
in the enteredUser and enteredPassword locations.  If hardcoding
doesn't work for your purposes and you need to pass the values via the
querystring, you'll need an updated version of the original 2006 file.  I
have made one and will have it added to the article page soon.  I will also
attach it to this email.  Let me know if you have any problems with it.
Thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Sent: Thursday, May 31, 2007 3:38 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Alternative sign on page with 2006.2


I found the following KB article that covers how to do this:

IMail - How to do Single Sign On with IMail 2006
http://support.ipswitch.com/kb/IM-20051206-DM06.htm

It lists versions for both 2006 and 2006.1, but not for 2006.2.  I tried
the 2006.1 version with 2006.2 and had no success (I had a friend who is
great with JavaScript, XML, etc. stay up late and try to get this to
work).  We were both too tired to try to start taking apart the code,
but it appears that this simply won't work the way it was provided.

I'm wondering if the code in the KB is supposed to work with 2006.2, or
if there is some code somewhere that could be used to create a custom
sign-on page.  I've searched the archives as well as the message board
to no avail thus far, and any help would be appreciated.

Thanks,

Matt

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/







RE: [IMail Forum] Alternative sign on page with 2006.2

2007-05-31 Thread Marc Rosamond
I meant I tested the file that I attached to my prior message.  Here it is
again.  Sorry for the confusion.

  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
  Sent: Thursday, May 31, 2007 11:22 AM
  To: Imail_Forum@list.ipswitch.com
  Subject: Re: [IMail Forum] Alternative sign on page with 2006.2


  Marc,

  I think you forgot to attach it :)

  Thanks,

  Matt



  Marc Rosamond wrote:
I tested the file that I attached with 2006.2 and it worked correctly
for me every time.
If you run into any problems, post a message here and I'll try to help
you out with whatever issue you are seeing.
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
  Sent: Thursday, May 31, 2007 11:04 AM
  To: Imail_Forum@list.ipswitch.com
  Subject: Re: [IMail Forum] Alternative sign on page with 2006.2


  Marc,

  I do believe that what you said here will in fact solve our problem,
though it would be good if you could confirm that it works with 2006.2 with
your tweak.  Please don't hesitate to post that here when it is available.

  Thanks,

  Matt



  Marc Rosamond wrote:
The only difference between 2006 and 2006.1 was an additional hidden field
was added called hdnPwdChanged.  No additional fields were added for 2006.2
so the login pages should continue to work.  I took a look the files that
are included with the KB article and the one for 2006 will work if you just
add that hdnPwdChanged field that I mentioned.  The other file which was
provided by a user appears to work differently from what the article
mentions.  If you use that file, your username ends up being enteredUser
and enteredPassword which of course will result in an invalid login
message.  It doesn't seem to support being able to pass the username and
password via the querystring as the original 2006 file did so I am guessing
the user who made it intended for you to hardcode your username and password
in the enteredUser and enteredPassword locations.  If hardcoding
doesn't work for your purposes and you need to pass the values via the
querystring, you'll need an updated version of the original 2006 file.  I
have made one and will have it added to the article page soon.  I will also
attach it to this email.  Let me know if you have any problems with it.
Thanks.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Matt
Sent: Thursday, May 31, 2007 3:38 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Alternative sign on page with 2006.2


I found the following KB article that covers how to do this:

IMail - How to do Single Sign On with IMail 2006
http://support.ipswitch.com/kb/IM-20051206-DM06.htm

It lists versions for both 2006 and 2006.1, but not for 2006.2.  I tried
the 2006.1 version with 2006.2 and had no success (I had a friend who is
great with JavaScript, XML, etc. stay up late and try to get this to
work).  We were both too tired to try to start taking apart the code,
but it appears that this simply won't work the way it was provided.

I'm wondering if the code in the KB is supposed to work with 2006.2, or
if there is some code somewhere that could be used to create a custom
sign-on page.  I've searched the archives as well as the message board
to no avail thus far, and any help would be appreciated.

Thanks,

Matt

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/












RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-18 Thread Marc Catuogno
I did a second test with a more tech savy person, still a blank body using
the wireless sync and the default Palm mail client that is simply called
Mail:

About Mail:

Nokia Inc.  Copyright 1995-2006

Version 7.0.16.4


This really needs to be addressed -


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Thursday, May 17, 2007 2:23 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


We haven't tried older versions; we tried with .21.  But, we haven't
modified the mail format created by the client from 2006.2.  The Treo user
we tested with is using IMAP to read their mail and it's working fine.

Tripp

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Thursday, May 17, 2007 2:03 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

They are using the wireless sync program and the standard client built into
the Treo.  I don't have the device in front of me, but she is not the only
user to complain that they were only getting the subject when mail was sent
from the Imail webclient.  She was the only one that I tested with technical
preview though. 

If you send from the old webmail can your user see it?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Thursday, May 17, 2007 1:49 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


Marc,

I just tried this by sending an html email from the 2006.21 web client to a
user on a PALM OS 5.4.9 Treo.  They were able the read the full message on
the Treo with no problems.  How is your user reading mail from the Treo?

Tripp


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Wednesday, May 16, 2007 5:40 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

I logged into a server running the new release and sent an HTML e-mail to
someone using a Palm Treo - they still only got the subject, the body was
blank.  Guess this isn't fixed.  I'm very disappointed. 



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-18 Thread Marc Catuogno
Tripp,

Maybe I'm being dense, but the wireless sync doesn't give you those options.
You go to VZ website or call them, they put in your server, username,
password etc and then the wireless sync program pushes it to your device.
Then you can't open the HTML email sent from the webclient, but HTML from
anywhere else works.  Makes me think it is an IMAIL issue, no?

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Friday, May 18, 2007 12:49 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


We are also using the default mail client and have it set to IMAP and it's 
working fine.  Are they using POP, IMAP, or some other flavor or 
synchronization? I recommend trying POP or IMAP as those are the supported 
protocols.

Tripp

- Original Message - 
From: Marc Catuogno [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, May 18, 2007 12:50 PM
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


I did a second test with a more tech savy person, still a blank body using
 the wireless sync and the default Palm mail client that is simply called
 Mail:

 About Mail:

 Nokia Inc.  Copyright 1995-2006

 Version 7.0.16.4


 This really needs to be addressed -


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
 Sent: Thursday, May 17, 2007 2:23 PM
 To: Imail_Forum@list.ipswitch.com
 Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


 We haven't tried older versions; we tried with .21.  But, we haven't
 modified the mail format created by the client from 2006.2.  The Treo user
 we tested with is using IMAP to read their mail and it's working fine.

 Tripp

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
 Sent: Thursday, May 17, 2007 2:03 PM
 To: Imail_Forum@list.ipswitch.com
 Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

 They are using the wireless sync program and the standard client built 
 into
 the Treo.  I don't have the device in front of me, but she is not the only
 user to complain that they were only getting the subject when mail was 
 sent
 from the Imail webclient.  She was the only one that I tested with 
 technical
 preview though.

 If you send from the old webmail can your user see it?

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
 Sent: Thursday, May 17, 2007 1:49 PM
 To: Imail_Forum@list.ipswitch.com
 Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


 Marc,

 I just tried this by sending an html email from the 2006.21 web client to 
 a
 user on a PALM OS 5.4.9 Treo.  They were able the read the full message on
 the Treo with no problems.  How is your user reading mail from the Treo?

 Tripp


 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
 Sent: Wednesday, May 16, 2007 5:40 PM
 To: Imail_Forum@list.ipswitch.com
 Subject: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

 I logged into a server running the new release and sent an HTML e-mail to
 someone using a Palm Treo - they still only got the subject, the body was
 blank.  Guess this isn't fixed.  I'm very disappointed.



 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-18 Thread Marc Catuogno
So every other HTML email is readable on this client (which is not third
party software, it is the default setup and Email for Verizon on this
device) even the old 8.22 email was readable and the fault is with the Palm
Treo?  

It SHOULD be RFC complaint or it IS RFC compliant?  Palm and Verizon are
pretty big, I would think if they had a problem getting HTML email in
general that they would've addressed it.

I will call Verizon, I will see if I can get through to someone, but it
seems to me that the logic on this list is flawed.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Friday, May 18, 2007 3:06 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


Not necessarily.  The HTML messages we generate should be RFC compliant and 
therefore readable by any RFC complaint mail client.  It could be that their

Sync program is looking for something in particular that the messages don't 
have, or that there is some header in the mesages throwing off their sync 
program.   For us to figure out what is causing their program to not deliver

the entire message would just be guesswork.  Whomever supports the synch 
program needs to look into why the synch is not working correctly.

Tripp

- Original Message - 
From: Marc Catuogno [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, May 18, 2007 1:12 PM
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


 Tripp,

 Maybe I'm being dense, but the wireless sync doesn't give you those 
 options.
 You go to VZ website or call them, they put in your server, username,
 password etc and then the wireless sync program pushes it to your device.
 Then you can't open the HTML email sent from the webclient, but HTML from
 anywhere else works.  Makes me think it is an IMAIL issue, no?

 Marc

 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-18 Thread Marc Catuogno
They are getting it through the wireless sync program that manages to get
every other HTML message just fine.  This is the default way to get Email on
the Verizon/PALM OS version of these phones.  Several of my Real Estate
agents have this and they do not have the capacity to install another Email,
nor should they have to, especially when the ONLY program they can't get
Email from is IMAIL.

If every other HTML client gets through save IMAIL isn't it logical to
assume that maybe, as absurd as it may sound, just maybe that IMAIL has an
issue sending HTML email?  That they are doing something non-compliant?
Would this be so far fetched?  Maybe someone at IMAIL has access to a
Verizon Palm TREO and test it? Wow - what a concept.  I've been asking them
to look at this for months.

AOL, Outlook, Outlook Express, Fire Fox, BS Real Estate News letters
generated from websites, ETC all in HTML, all display FINE using this
method. The only time the agents can't read the body of the email is when it
is sent through the web client as HTML. Anyone see a pattern here???
 
It worked in 8.22 doesn't work on 2006.1 or higher, hmm maybe they changed
something?  

I will see if I can see anything different in the headers as Mike Higgins
suggested, but I am not a programmer by any stretch and would have no idea
what I was looking for.


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Travis Rabe
Sent: Friday, May 18, 2007 4:12 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


If it syncs via POP or IMAP it is fine.  But you are saying a third party
apps grabs the email wirelessly.  Cingular has the same type of app which I
do not use, I just pop directly.  You need to find out how they are getting
their mail.

Travis

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Friday, May 18, 2007 12:41 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

So every other HTML email is readable on this client (which is not third
party software, it is the default setup and Email for Verizon on this
device) even the old 8.22 email was readable and the fault is with the Palm
Treo?  

It SHOULD be RFC complaint or it IS RFC compliant?  Palm and Verizon are
pretty big, I would think if they had a problem getting HTML email in
general that they would've addressed it.

I will call Verizon, I will see if I can get through to someone, but it
seems to me that the logic on this list is flawed.




-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Friday, May 18, 2007 3:06 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


Not necessarily.  The HTML messages we generate should be RFC compliant and 
therefore readable by any RFC complaint mail client.  It could be that their

Sync program is looking for something in particular that the messages don't 
have, or that there is some header in the mesages throwing off their sync 
program.   For us to figure out what is causing their program to not deliver

the entire message would just be guesswork.  Whomever supports the synch 
program needs to look into why the synch is not working correctly.

Tripp

- Original Message - 
From: Marc Catuogno [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, May 18, 2007 1:12 PM
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


 Tripp,

 Maybe I'm being dense, but the wireless sync doesn't give you those 
 options.
 You go to VZ website or call them, they put in your server, username,
 password etc and then the wireless sync program pushes it to your device.
 Then you can't open the HTML email sent from the webclient, but HTML from
 anywhere else works.  Makes me think it is an IMAIL issue, no?

 Marc

 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/




To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-18 Thread Marc Catuogno
Travis,

Did you see a MUST anywhere?  No.  I just thought it would warrant some
investigation into IMAIL and everyone here was just pointing at wireless
sync where my experience so far has been that everything else gets through
fine.  I called this into Ipswitch months ago.

FYI the article is about ACTIVE sync not WIRELESS sync, there are no user
settings in the wireless sync as I've stated repeatedly. 

Have you found IMAIL's web messaging so flawless that it is inconceivable to
you that they could be doing something non-standard? I have had quite a few
unpleasant experiences with webmail...


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Travis Rabe
Sent: Friday, May 18, 2007 6:14 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

O – it can’t be a user setting.  According to Marc it *Must* be Imail.  It
just has to be – period.  Or wait…maybe…..the verdict is still out on this
one.

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Henline
Sent: Friday, May 18, 2007 3:01 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

I also found this, but not sure if it is related:
http://www.futurehardware.in/570771.htm

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Henline
Sent: Friday, May 18, 2007 5:46 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS
Check the content type of the messages that do show up fine and compare
it with the content type of the messages that do not.  
Here are couple different sample HTML messages I received today:
Comcast Web Mail: multipart/alternative
Outlook: multipart/alternative
IClient: multipart/mixed 
Yahoo: multipart/mixed
This is part of the header information Mike H. was referring to.  Also,
just to confirm, these messages show up fine in every other email client
you use.  Is that correct?  
Jason H.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Friday, May 18, 2007 5:13 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS
They are getting it through the wireless sync program that manages to
get
every other HTML message just fine.  This is the default way to get
Email on
the Verizon/PALM OS version of these phones.  Several of my Real Estate
agents have this and they do not have the capacity to install another
Email,
nor should they have to, especially when the ONLY program they can't get
Email from is IMAIL.
If every other HTML client gets through save IMAIL isn't it logical to
assume that maybe, as absurd as it may sound, just maybe that IMAIL has
an
issue sending HTML email?  That they are doing something non-compliant?
Would this be so far fetched?  Maybe someone at IMAIL has access to a
Verizon Palm TREO and test it? Wow - what a concept.  I've been asking
them
to look at this for months.
AOL, Outlook, Outlook Express, Fire Fox, BS Real Estate News letters
generated from websites, ETC all in HTML, all display FINE using this
method. The only time the agents can't read the body of the email is
when it
is sent through the web client as HTML. Anyone see a pattern here???
 
It worked in 8.22 doesn't work on 2006.1 or higher, hmm maybe they
changed
something?  
I will see if I can see anything different in the headers as Mike
Higgins
suggested, but I am not a programmer by any stretch and would have no
idea
what I was looking for.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Travis Rabe
Sent: Friday, May 18, 2007 4:12 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

If it syncs via POP or IMAP it is fine.  But you are saying a third
party
apps grabs the email wirelessly.  Cingular has the same type of app
which I
do not use, I just pop directly.  You need to find out how they are
getting
their mail.
Travis
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Friday, May 18, 2007 12:41 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS
So every other HTML email is readable on this client (which is not third
party software, it is the default setup and Email for Verizon on this
device) even the old 8.22 email was readable and the fault is with the
Palm
Treo?  
It SHOULD be RFC complaint or it IS RFC compliant?  Palm and Verizon are
pretty big, I would think if they had a problem getting HTML email in
general that they would've addressed it.
I will call Verizon, I will see if I can get through to someone, but it
seems to me that the logic on this list is flawed.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED

RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-17 Thread Marc Catuogno
They are using the wireless sync program and the standard client built into
the Treo.  I don't have the device in front of me, but she is not the only
user to complain that they were only getting the subject when mail was sent
from the Imail webclient.  She was the only one that I tested with technical
preview though. 

If you send from the old webmail can your user see it?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Thursday, May 17, 2007 1:49 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


Marc,

I just tried this by sending an html email from the 2006.21 web client to a
user on a PALM OS 5.4.9 Treo.  They were able the read the full message on
the Treo with no problems.  How is your user reading mail from the Treo?

Tripp


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Wednesday, May 16, 2007 5:40 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

I logged into a server running the new release and sent an HTML e-mail to
someone using a Palm Treo - they still only got the subject, the body was
blank.  Guess this isn't fixed.  I'm very disappointed. 



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-16 Thread Marc Catuogno
I logged into a server running the new release and sent an HTML e-mail to
someone using a Palm Treo - they still only got the subject, the body was
blank.  Guess this isn't fixed.  I'm very disappointed. 



To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS

2007-05-16 Thread Marc Catuogno
I didn't do a download, I used the test user that was set up by Ipswitch so
I was unaware of any strictures on posting here what I found.  I also did
not mean to portray 2006.21 as a full release.

Regardless, the issue still appears to persist and I hope that someone at
Ipswitch is listening.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John T (lists)
Sent: Wednesday, May 16, 2007 7:14 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS


Please note: There is no such thing as a released Imail 2006.21.

It is still in beta.

Per instructions from Ipswitch, if you are going to participate in the beta
(Technical Preview) of 2006.21, you are to post any and all issues with said
beta (technical preview) on the Imail forum specifically setup for that.

John T
 -Original Message-
 From: [EMAIL PROTECTED] [mailto:Imail_Forum-
 [EMAIL PROTECTED] On Behalf Of Marc Catuogno
 Sent: Wednesday, May 16, 2007 2:40 PM
 To: Imail_Forum@list.ipswitch.com
 Subject: [IMail Forum] IMail 2006.21 - HTML not readable on PALM OS
 
 I logged into a server running the new release and sent an HTML e-mail
 to
 someone using a Palm Treo - they still only got the subject, the body
 was
 blank.  Guess this isn't fixed.  I'm very disappointed.
 
 
 
 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-
 archive.com/imail_forum%40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMail 2006.21 Technical Preview Program

2007-05-15 Thread Marc Catuogno
Is Ipswitch Running a server that we can log into to test 2006.21?  I would
like to see how attachments are handled.  I would also like to see if
sending Email to Treo's in HTML  still results in only the subject getting
through -

 

Marc

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jason Henline
Sent: Monday, May 14, 2007 1:27 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 Technical Preview Program 

 

Many of the items you listed were addressed in 2006.2:
http://support.ipswitch.com/kb/IM-20070305-JH01.htm

 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Monday, May 14, 2007 11:29 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] IMail 2006.21 Technical Preview Program 

 

I don't see anything here about the issues with attachments in Webmail. I
have had several issues since migrating from 8.22: 

 

Here are clips from some of my posts since moving to 2006.XX I truly hope
they were not lost in the shuffle.  It would be nice to have a stable
functional product that doesn't have me issuing 'work arounds' to all my
users:

 

 

I truly hope that 2006.2 is released soon and fixes the issue where any HTML
Email sent to individuals using Treo phones (PALM OS) results in the person
on the Treo only getting the subject of the Email.  

 

 

Attachments forwarded from other webmail clients (Hotmail, Yahoo) show up as
.txt attachments that can't be opened.

 

Links sent in plain text Emails aren't able to be clicked

 

The ability to have a signature attached to replies and forwards would be
nice.

 

Bring Back check boxes to select multiple messages

 

Code the page so that the auto-refresh of the main page doesn't steal focus
from composing an Email.  At least make the auto-refresh update the message
list!

 

Since the upgrade, my Korean agents can't send or receive Email with Korean
characters.

 

Contacts added from clicking the link from a received Email, there is no way
to add both the first and last name so the address sorts alphabetically. It
just adds the whole Email address as the first name.

 

Please make it possible to submit the username and password through a
different front end website so my users don't have to enter their username
and password twice.  This was possible in 2006.04 and earlier and isn't now
in 2006.1.

 

Safari support

 

his Email was a flyer created by some cheesy real estate software-
regardless it displays correctly when viewed through outlook express using
IMAP - THIS is what you get when using webmail: 

 

 

If you encounter this error again, please provide the following information
to your network administrator to assist in trouble-shooting.

 

Message:

The given path's format is not supported.

 

StackTrace:

at System.Security.Util.StringExpressionSet.CanonicalizePath(String path,
Boolean needFullPath) at
System.Security.Util.StringExpressionSet.AddExpressions(String[] str,
Boolean checkForDuplicates, Boolean needFullPath) at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAcc
ess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
needFullPath, Boolean copyPathList) at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean
bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at
Ipswitch.Web.Mail.Imap4Message.ProcessAttachmentType(Entity part, String
partreference) at Ipswitch.Web.Mail.Imap4Message.ProcessBodyPart(Entity
part, String partreference) at
Ipswitch.Web.Mail.Imap4Message.ProcessMultipartRelatedType(Entity part,
String partreference) at
Ipswitch.Web.Mail.Imap4Message.ProcessMultipartType(Entity part, String
partreference) at Ipswitch.Web.Mail.Imap4Message.ProcessBodyPart(Entity
part, String partreference) at
Ipswitch.Web.Mail.Imap4Message.GetMessageFromServer() at
Ipswitch.Web.Mail.Imap4Folder.GetMessage(Int32 messageIndex) at
Ipswitch.Web.Client.PreviewMsg.LoadPreviewPane(String Folder, String
SequenceNumber) at Ipswitch.Web.Client.PreviewMessage.Page_Load(Object
sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain()

 

 

 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Thursday, May 10, 2007 9:53 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] IMail 2006.21 Technical Preview Program 

 

You are invited to participate in the IMail  2006.21 Technical Preview
Program!

The IMail Development Team has been hard at work on the latest release of
IMail. This release includes many exciting new features that have been
requested from our

RE: [IMail Forum] IMail 2006.21 Technical Preview Program

2007-05-14 Thread Marc Catuogno
I don't see anything here about the issues with attachments in Webmail. I
have had several issues since migrating from 8.22: 

 

Here are clips from some of my posts since moving to 2006.XX I truly hope
they were not lost in the shuffle.  It would be nice to have a stable
functional product that doesn't have me issuing 'work arounds' to all my
users:

 

 

I truly hope that 2006.2 is released soon and fixes the issue where any HTML
Email sent to individuals using Treo phones (PALM OS) results in the person
on the Treo only getting the subject of the Email.  

 

 

Attachments forwarded from other webmail clients (Hotmail, Yahoo) show up as
.txt attachments that can't be opened.

 

Links sent in plain text Emails aren't able to be clicked

 

The ability to have a signature attached to replies and forwards would be
nice.

 

Bring Back check boxes to select multiple messages

 

Code the page so that the auto-refresh of the main page doesn't steal focus
from composing an Email.  At least make the auto-refresh update the message
list!

 

Since the upgrade, my Korean agents can't send or receive Email with Korean
characters.

 

Contacts added from clicking the link from a received Email, there is no way
to add both the first and last name so the address sorts alphabetically. It
just adds the whole Email address as the first name.

 

Please make it possible to submit the username and password through a
different front end website so my users don't have to enter their username
and password twice.  This was possible in 2006.04 and earlier and isn't now
in 2006.1.

 

Safari support

 

his Email was a flyer created by some cheesy real estate software-
regardless it displays correctly when viewed through outlook express using
IMAP - THIS is what you get when using webmail: 

 

 

If you encounter this error again, please provide the following information
to your network administrator to assist in trouble-shooting.

 

Message:

The given path's format is not supported.

 

StackTrace:

at System.Security.Util.StringExpressionSet.CanonicalizePath(String path,
Boolean needFullPath) at
System.Security.Util.StringExpressionSet.AddExpressions(String[] str,
Boolean checkForDuplicates, Boolean needFullPath) at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAcc
ess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
needFullPath, Boolean copyPathList) at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean
bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at
Ipswitch.Web.Mail.Imap4Message.ProcessAttachmentType(Entity part, String
partreference) at Ipswitch.Web.Mail.Imap4Message.ProcessBodyPart(Entity
part, String partreference) at
Ipswitch.Web.Mail.Imap4Message.ProcessMultipartRelatedType(Entity part,
String partreference) at
Ipswitch.Web.Mail.Imap4Message.ProcessMultipartType(Entity part, String
partreference) at Ipswitch.Web.Mail.Imap4Message.ProcessBodyPart(Entity
part, String partreference) at
Ipswitch.Web.Mail.Imap4Message.GetMessageFromServer() at
Ipswitch.Web.Mail.Imap4Folder.GetMessage(Int32 messageIndex) at
Ipswitch.Web.Client.PreviewMsg.LoadPreviewPane(String Folder, String
SequenceNumber) at Ipswitch.Web.Client.PreviewMessage.Page_Load(Object
sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain()

 

 

 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Thursday, May 10, 2007 9:53 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] IMail 2006.21 Technical Preview Program 

 

You are invited to participate in the IMail  2006.21 Technical Preview
Program!

The IMail Development Team has been hard at work on the latest release of
IMail. This release includes many exciting new features that have been
requested from our user base. The Technical Preview Program allows users to
interact directly with the IMail development team to experience and perfect
new features and functionality within the software. 

 

If you're enthusiastic about working with new technologies, new product
features, and the latest versions of our applications, then we have some
really exciting things to show you!

 

Highlights of What's New in IMail Server 2006.21  

*   Removed a handle leak in the web client which was causing web client
failures on high use servers.  
*   Updated the Premium Antispam engine. The latest version provides new
options for configuring spam filtering of message header content as well as
handling options for messages  identified as coming from a Dirty IP. 
*   Administrator: Added the ability to hide Active Directory (Built-in)

RE: [IMail Forum] attachment problem

2007-05-07 Thread Marc Catuogno
Yes.  IMAIL will mangle attachments in 2006.1 - I have them showing up as
.dat files most often.  If you have the people sending from Outlook change
to plain text, it MAY get the attachment through If they could save the
attachment first and attach it to a new email instead of forwarding (and
send in plain text) that could help as well.  They should also jump through
a hoop or two...

I'm REALLY hoping they fix this in 2006.2 when they patch it!

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Doucette
Sent: Monday, May 07, 2007 4:44 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] attachment problem


I'm trying to pin down the source of a problem we're having. So far I 
can't tell if it's related to IMail or not. The problem occurs when 
people forward an email message that has an attachment. The person 
receiving the forwarded email cannot open the attachment. It seems to 
especially happen when the person doing the forwarding is using the 
Outlook client. Has anyone heard of this before. We're running IMail 2006.1

Thanks for any help.

-- 

Susan Doucette
Information Technology
Santa Cruz City Schools
405 Old San Jose Rd.
Soquel, CA 95073
831-429-3410 x212

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] attachment problem

2007-05-07 Thread Marc Catuogno
My server is in a completely different physical location and is not part of
the internal network.  

I think (don't quote me) that the attachment issue comes from the way the
Imail 2006.1 parses HTML that causes attachments to get munged in the
Webmail.  Usually if you can get the sender to change to plain text, the
attachments are readable.

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Parsons
Sent: Monday, May 07, 2007 5:31 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] attachment problem


Happens when there is a loop on your network.  That means that your users
are using external DNS to resolve your mail server address to its public IP.
Try running internal DNS  with the private ip of the mail server.  Another
way to do this is update your host file on each workstation with the private
ip address instead. Files are getting corrupt when they route out of the
network and back in.  I use the host file approach and seems to work.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Monday, May 07, 2007 3:59 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] attachment problem

Yes.  IMAIL will mangle attachments in 2006.1 - I have them showing up as
.dat files most often.  If you have the people sending from Outlook change
to plain text, it MAY get the attachment through If they could save the
attachment first and attach it to a new email instead of forwarding (and
send in plain text) that could help as well.  They should also jump through
a hoop or two...

I'm REALLY hoping they fix this in 2006.2 when they patch it!

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan Doucette
Sent: Monday, May 07, 2007 4:44 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] attachment problem


I'm trying to pin down the source of a problem we're having. So far I can't
tell if it's related to IMail or not. The problem occurs when people forward
an email message that has an attachment. The person receiving the forwarded
email cannot open the attachment. It seems to especially happen when the
person doing the forwarding is using the Outlook client. Has anyone heard of
this before. We're running IMail 2006.1

Thanks for any help.

-- 

Susan Doucette
Information Technology
Santa Cruz City Schools
405 Old San Jose Rd.
Soquel, CA 95073
831-429-3410 x212

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] attachment problem

2007-05-07 Thread Marc Catuogno
I know that, that was what I suggested since the original poster mentioned
Outlook. But trust me IMAIL 2006.1 HAS attachment issues.  Some can be
solved having the client change to plain text others, like forwarded
attachments from Yahoo and Hotmail/MSN just can't be read.  Also if someone
composes an HTML message in the Web Client to someone using a Palm Treo,
only the subject can be read.  I am EAGERLY awaiting the fixes to these
issues.



-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Daniel Donnelly
Sent: Monday, May 07, 2007 5:50 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] attachment problem


If the attachment ends up as a winmail.dat it is not IMail
mangling it, but Outlook trying to send in a format that only
Outlook/Exchange recognizes. A simple tweak to the client
settings fixes this...
http://support.ipswitch.com/kb/IM-2125-DM02.htm

Daniel Donnelly

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of Marc
Catuogno
Sent: Monday, May 07, 2007 4:59 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] attachment problem


Yes.  IMAIL will mangle attachments in 2006.1 - I have them
showing up as
.dat files most often.  If you have the people sending from
Outlook change
to plain text, it MAY get the attachment through If they
could save the
attachment first and attach it to a new email instead of
forwarding (and
send in plain text) that could help as well.  They should also
jump through
a hoop or two...

I'm REALLY hoping they fix this in 2006.2 when they patch it!

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Susan
Doucette
Sent: Monday, May 07, 2007 4:44 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] attachment problem


I'm trying to pin down the source of a problem we're having. So
far I
can't tell if it's related to IMail or not. The problem occurs
when
people forward an email message that has an attachment. The
person
receiving the forwarded email cannot open the attachment. It
seems to
especially happen when the person doing the forwarding is using
the
Outlook client. Has anyone heard of this before. We're running
IMail 2006.1

Thanks for any help.

--

Susan Doucette
Information Technology
Santa Cruz City Schools
405 Old San Jose Rd.
Soquel, CA 95073
831-429-3410 x212

To Unsubscribe:
http://www.ipswitch.com/support/mailing-lists.html
List Archive:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe:
http://www.ipswitch.com/support/mailing-lists.html
List Archive:
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] 8.2 to 2006.2 issues

2007-04-25 Thread Marc Catuogno
Patrick,

 

There have been quite a few issues with 2006.2, especially with heavy web
use.  I had to upgrade to 2006.1 which has been pretty stable (but has
attachment issues in Webmail, Safari issues etc) but I would hang on for at
least a couple of weeks until they patch the issues 2006.2.  before thinking
about it.

 

Just an opinion.

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Patrick Fowler
Sent: Wednesday, April 25, 2007 9:13 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] 8.2 to 2006.2 issues

 

We are thinking of upgrading to the newest version of IMail soon.  We are
currently on ver 8.2.  We have issues with Webmail and slowness with it.
About 1000 - 1500 users use webmail as their primary email client.  If we
upgrade are there issues to be aware of?  Will the new version help with our
webmail issues and how many webmail clients can it handle at a time?

 

Patrick Fowler, CCSP

Extreme Network Associate # 10128

ShoreTel Certified Installer

LAN/WAN - Email Administrator

Laramie County School District #1

 



RE: [IMail Forum] Need Help in Los Angeles

2007-04-11 Thread Marc Catuogno
Balaji,

 

When my system got to be too much for me to deal with alone, I contacted
Matt Bramble (a frequent list contributor).  He helped me switch servers
from California to NY and took over the hosting and my spam/virus filtering
as well. The transition was smooth and the service has been above and
beyond.

 

Marc 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Balaji Gullapalli
Sent: Wednesday, April 11, 2007 3:11 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Need Help in Los Angeles

 

Hello,

 

I hope this is not a OT.

 

We are based in Los Angeles; I am looking for a Consulting Company locally
which can help us to upgrade our Imail from 8.xx to 2006.x on windows 2003
using external Database MS Sql with 4 plus users, also need to setup the
redundancy or backup email system.

 

I searched in IPswitch website for a list of consulting companies, I didn't
find anywhere. I see only the resellers list. This list will help many
people, if IPswitch provides it on their website.

 

Please help us and contact me at [EMAIL PROTECTED]

 

Thank you

Balaji.

 



[IMail Forum] 2006.2- how unstable is it?

2007-04-03 Thread Marc Catuogno

I haven't seen anything on the list in the last two days.   

I have about 1,000 users, mostly webmail users.  Too scared to upgrade.  

Is it working?  Is it stable?

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Error accessing a mailbox folder using Webmail on 2006.2

2007-03-12 Thread Marc Catuogno
The only time that happened to me was when the folder name had special
characters in it.  Like John's mail

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Diarmaid Mac
Aonghusa
Sent: Monday, March 12, 2007 6:46 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Error accessing a mailbox folder using Webmail on
2006.2


Hi

I have a user with a .mbx that cannot seem to be accessed.  In the folder
list it sees it and shows how many unread messages are in it but when you
click the name you get...

An error was encountered while processing your request. 

If you encounter this error again, please provide the following information
to your network administrator to assist in trouble-shooting.

Message:
Object reference not set to an instance of an object.

StackTrace:
at Ipswitch.Web.Client.MsgList.grdMsgList_NeedDataSource(Object sender,
EventArgs e) at ComponentArt.Web.UI.Grid.OnNeedDataSource(EventArgs e) at
ComponentArt.Web.UI.Grid.DataBind() at
ComponentArt.Web.UI.Grid.ComponentArtPreRender(EventArgs oArgs) at
ComponentArt.Web.UI.WebControl.OnPreRender(EventArgs e) at
System.Web.UI.Control.PreRenderRecursiveInternal() at
System.Web.UI.Control.PreRenderRecursiveInternal() at
System.Web.UI.Control.PreRenderRecursiveInternal() at
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint,
Boolean includeStagesAfterAsyncPoint)


I have copied the .mbx file to my account and I get the same error.  I have
opended it in a text editor and cannot see anything odd there although it is
too big to go through in detail (2.5meg).

I have looked up this error message (
http://support.ipswitch.com/kb/IM-20051207-DM01.htm ) but the reference to
it does not seem to apply in this case.

Any suggestions?

Thanks


___
Diarmaid Mac Aonghusa
Fusio.net 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Control Access Allowed Machine IP Keeps Disappearing

2007-03-12 Thread Marc Catuogno
I did that, it still kept adding my gateway and other IPS.  So far this
hasn't.  

 

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John T (lists)
Sent: Monday, March 12, 2007 11:09 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Control Access Allowed Machine IP Keeps
Disappearing

 

Marc, with the settings you have, you might was well set them to 0.

 

John T

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Sunday, March 11, 2007 7:58 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Control Access Allowed Machine IP Keeps
Disappearing

 

I had a vaguely similar problem where IMAIL kept adding my gateway to the
deny list  I changed the settings as follows and the problem seems to have
gone away:

 


 

Dictionary Attack Settings


 

Max Invalid Recipients Per Session:

  


 

Soft Error Limits:

  


 

Hard Error Limit:

  


 

Minutes To Deny Access:

  


 

Error Delay Seconds:

  


 

 

 


Security Options

 


Copy to Mail Address: 

  Enable Copy All Mail

 


 

 Allow Remote Mail to Local Groups

 


 

 Allow Remote View of Local Groups

 


 

 Check Valid Sender

 


 

 Auto Deny Possible Hack Attempts

 


 

 Disable SMTP VRFY Command

 


 

 

 

 

 

 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeffery Rehm
Sent: Sunday, March 11, 2007 10:15 PM
To: IMail Forum
Subject: [IMail Forum] Control Access Allowed Machine IP Keeps Disappearing

 

 

Ok, now this is getting annoying...  IMail Access Control is set to DENY 

all computers except one particular machine.  Three times today I have 

had to go back in and add the machine to the list of allowed addresses.  

The IP in question will have access for a while and then all of a sudden 

stop.  I go to the Access Control list and the IP is gone again.  This 

has been going on for over a week and started happening all of a 

sudden.  This is IMail 2006.

 

 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html

List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

 



RE: [IMail Forum] Control Access Allowed Machine IP Keeps Disappearing

2007-03-11 Thread Marc Catuogno
I had a vaguely similar problem where IMAIL kept adding my gateway to the
deny list  I changed the settings as follows and the problem seems to have
gone away:

 


 
Dictionary Attack Settings


 
Max Invalid Recipients Per Session:




 
Soft Error Limits:




 
Hard Error Limit:




 
Minutes To Deny Access:




 
Error Delay Seconds:




 
 

 


Security Options

 

Copy to Mail Address: 

Enable Copy All Mail

 

 

Allow Remote Mail to Local Groups

 

 

Allow Remote View of Local Groups

 

 

Check Valid Sender

 

 

Auto Deny Possible Hack Attempts

 

 

Disable SMTP VRFY Command

 


 

 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jeffery Rehm
Sent: Sunday, March 11, 2007 10:15 PM
To: IMail Forum
Subject: [IMail Forum] Control Access Allowed Machine IP Keeps Disappearing

 

 

Ok, now this is getting annoying...  IMail Access Control is set to DENY 

all computers except one particular machine.  Three times today I have 

had to go back in and add the machine to the list of allowed addresses.  

The IP in question will have access for a while and then all of a sudden 

stop.  I go to the Access Control list and the IP is gone again.  This 

has been going on for over a week and started happening all of a 

sudden.  This is IMail 2006.

 

 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html

List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/

Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

 



RE: [IMail Forum] DST patch

2007-03-07 Thread Marc Catuogno
Does it really?  I HOPE 2006.2 does, my webmail on2006.2 is always an hour
behind.

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Tripp Allen
Sent: Wednesday, March 07, 2007 11:06 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] DST patch

 

You should not have to do anything with IMail as it uses the time reported
by the OS.

 

Tripp

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Geater
Sent: Wednesday, March 07, 2007 10:53 AM
To: Imail_Forum@list.ipswitch.com
Cc: 'Eric Geater'
Subject: [IMail Forum] DST patch

From Ipswitch's perspective, do we need to do anything to Imail 2006 to
prepare for the Daylight Saving Time changes?

 

We've already updated the DST issue in Windows, just wanted to cover bases.

 

Thanks

Eric



[IMail Forum] Foriegn Language support? Korean?

2007-02-06 Thread Marc Catuogno
Is there any chance this will be included in the next release or in an
upcoming service pack?


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


Re: [IMail Forum] Imail vulnerability, or do we have a Virus

2007-01-29 Thread marc

Joel, mail to [EMAIL PROTECTED] and ask to remove the entry from the list 
permanently, because of using imail.

http://www.mail-archive.com/imail_forum@list.ipswitch.com/msg103112.html

but be aware what Matt told you about vulnerable versions of IMail...

marc

At 15:06 29.01.2007, you wrote:
We were added to the CBL list Saturday, after contacting them they asked me
if I was using Imail, Why did they ask if I was using Imail.  Because of
the, IMail - SMTP Vulnerability mentioned here:
http://support.ipswitch.com/kb/IM-20061026-JH01.htm?

Concerned that I was somehow allowing SPAM to forward/relay through our
machine I looked at the SMTP logs and notice mail from [EMAIL PROTECTED]
was being sent to [EMAIL PROTECTED]  According to the logs the
messages originated from our mail server.  Have we been exploited by the
Imail vulnerability, or do we have a Virus?  

I'm just trying to figure out which direction to go from here.

Thanks,

Joel

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
[Scanned for viruses]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Imail vulnerability, or do we have a Virus

2007-01-29 Thread marc

no change with no alternative:
http://member.dnsstuff.com/forums/showthread.php?t=1572967

If you are running IPSwitch IMail, note that IPSwitch has finally
(after more than 3 years of us trying to contact them) implemented
a workaround. IMail 2006.1 now has an option to avoid helo spoofing,
please turn this option on. If you cannot upgrade to 2006.1, another
workaround is to cause your IMail installation to relay through
a better-behaving mail server. Even Exchange or IIS on the same box
will do. 

try the 90-day delist like darin told you.

marc


At 18:03 29.01.2007, you wrote:
Oh how silly of me.Let me call them and say: excuse me, uhhm.  I choose
not to upgrade, therefore there is no alternative.

I try that.

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Matrosity Tech
Support
Sent: Monday, January 29, 2007 10:58 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Imail vulnerability, or do we have a Virus

Read the last 4 words in that message and I think you can call them back.

Thanks,

Bill Foresman
MatrosityHosting.com
850.656.2644

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Darin Cox
Sent: Monday, January 29, 2007 11:54 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Imail vulnerability, or do we have a Virus

Yep, we found that out last week.  They must have changed their policy just
before we talked to them, and changed their email text just afterwards.

Darin.


- Original Message - 
From: Joel Lichtenberger [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Monday, January 29, 2007 11:47 AM
Subject: RE: [IMail Forum] Imail vulnerability, or do we have a Virus


Marc,

Apparently they no longer do this, here is the first line of the email they
sent me:

[Note: if you have received messages from us about IPSwitch/IMail before,
please note that IPSwitch has finally implemented a workaround.
Please see below.  We will no longer be perm-delisting IMail installations
unless there's no alternative.]

Joel

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of marc
Sent: Monday, January 29, 2007 10:42 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Imail vulnerability, or do we have a Virus


Joel, mail to [EMAIL PROTECTED] and ask to remove the entry from the list
permanently, because of using imail.

http://www.mail-archive.com/imail_forum@list.ipswitch.com/msg103112.html

but be aware what Matt told you about vulnerable versions of IMail...

marc

At 15:06 29.01.2007, you wrote:
We were added to the CBL list Saturday, after contacting them they asked me
if I was using Imail, Why did they ask if I was using Imail.  Because of
the, IMail - SMTP Vulnerability mentioned here:
http://support.ipswitch.com/kb/IM-20061026-JH01.htm?

Concerned that I was somehow allowing SPAM to forward/relay through our
machine I looked at the SMTP logs and notice mail from
[EMAIL PROTECTED]
was being sent to [EMAIL PROTECTED]  According to the logs the
messages originated from our mail server.  Have we been exploited by the
Imail vulnerability, or do we have a Virus?

I'm just trying to figure out which direction to go from here.

Thanks,

Joel

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
[Scanned for viruses]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
[Scanned for viruses]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Verizon 450 action not taken

2007-01-09 Thread Marc Catuogno
I had the same exact problem with them.  The problem eventually resolved
itself, but you need to have some type of Verizon account to get anywhere
with them.  Do you or any of your customers have a Verizon account?

 

Marc

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Katie
LaSalle-Lowery
Sent: Tuesday, January 09, 2007 2:29 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Verizon 450 action not taken

 

Hello, 

 

When I Google my problem I see thousands of reports of the same but nothing
specific to our setup (Imail 8.05, Declude, Simple DNS Plus).

 

Any insight would be appreciated.

 

My problem is this (which is a copy  paste of part of an email I sent to
[EMAIL PROTECTED]): 

 

For about two weeks the verizon.net mail servers have been refusing relays
from our mail server. 

 

Here is an example log snippet: 

 

01:03 20:47 SMTP-(3EFC3D80) Trying verizon.net (0)

01:03 20:47 SMTP-(3EFC3D80) Connect verizon.net [206.46.232.11:25] (1)

01:03 20:47 SMTP-(3EFC3D80) 220 sv18pub.verizon.net MailPass SMTP server
v1.2.0 - 112105154401JY+PrW ready Wed, 3 Jan 2007 21:47:56 -0600
01:03 20:47 SMTP-(3EFC3D80) EHLO mail.mtwi.net

01:03 20:47 SMTP-(3EFC3D80) 250-sv18pub.verizon.net

01:03 20:47 SMTP-(3EFC3D80) 250-8BITMIME
01:03 20:47 SMTP-(3EFC3D80) 250 SIZE 20971520
01:03 20:47 SMTP-(3EFC3D80) MAIL FROM:[EMAIL PROTECTED]

01:03 20:47 SMTP-(3EFC3D80) 450 Requested mail action not taken-Try
later:sv18pub.verizon.net
01:03 20:47 SMTP-(3EFC3D80) SMTP_DELIV_FAILED
01:03 20:47 SMTP-(3EFC3D80) QUIT

 

I have attempted to create a trouble report through online chat.  The
support staff there referred me to your whitelist form -- a step I had
already taken.  I have submitted the whitelist form entering both of the IP
addresses assigned to our mail server (69.51.66.5  69.51.66.6) and multiple
domain names hosted on that server (eg centric.net and mtwi.net).  I have
made four or more submissions and received, in every case, a response saying
that our IP is not blocked.  I advised the online chat support staff of that
and they then said they were not able to help me further.  I requested that
the the problem report be escalated to staff that could assist and was
informed that the online support staff have no means by which to do so.  All
of your phone support contacts do not allow a caller to proceed without an
account number.  

 

 

Thank you, 

 

Katie LaSalle-Lowery

Centric Internet Services

1410 Reserve St.

Missoula, MT 59801

Local Phone 549-3337 ext. 21

Toll Free (888)593-2776 ext. 21

Fax (406)721-3438



RE: [IMail Forum] Web Messaging and Firefox

2007-01-03 Thread Marc Rosamond
Regarding this issue: with Firefox (latest version: 1.5.0.9) and Web
Messaging when a client wants to compose a new message, the client clicks
the New button to open the New Message page. On the New Message page,
the client is not able to enter text directly into the text field.

Using Firefox, when I click on the body of the message, I do not see the
cursor at first, however, as soon as I type a character both that character
and the cursor appear as expected.  There does not appear to be any problem
with entering information in the body field of a message as far as I can
tell.  Has the user tried clicking on the body and then typing a few
characters or are they just assuming they cannot enter any data because no
cursor is there at first?

Marc Rosamond
Ipswitch
  -Original Message-
  From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] Behalf Of De Wysockie, Bill
  Sent: Wednesday, January 03, 2007 12:53 PM
  To: Imail_Forum@list.ipswitch.com
  Subject: [IMail Forum] Web Messaging and Firefox


  We just upgraded from IMail 8.2 to IMail Secure 2006.1. Here is a problem
that we are having with Firefox (latest version: 1.5.0.9) and Web
Messaging - anyone know if this is a known issue? When a client wants to
compose a new message, the client clicks the New button to open the New
Message page. On the New Message page, the client is not able to enter
text directly into the text field unless the following steps are followed:

  1. The client copies text from another source (such as Notepad).
  2. The client clicks the Paste button. This pastes the text into the text
field and also makes the text field accessible for direct text entry.

  Any one else have this problem? We're wondering if there is a workaround
or if this is an issue that Ipswitch plans to fix in an upcoming patch.

  Thanks!

  Bill

  William De Wysockie
  Distance Learning Coordinator
  Southwestern Seminary
  Fort Worth, TX 76115
  [EMAIL PROTECTED]




RE: [IMail Forum] HTML Email munged on TREO phones ( 2006.1)

2007-01-03 Thread Marc Catuogno
Kevin,

 

Anything sent from the web HTML has a blank body, with or without the
signature.  Plain text is readable, Plain Text with a signature is readable
but the signature is all on one line instead of being well spaced.

 

Marc

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Gillis
Sent: Wednesday, December 27, 2006 1:47 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] HTML Email munged on TREO phones ( 2006.1)

 

hi marc,

thanks for the post.  a few quick questions.

1) in the example below, only the subject gets through but body and
signature do not?

2) Also, if there is no signature, does the subject and body both come
through okay?

3) If it's plain text, does it come through okay (subject/body/signature)
regardless of whether there's a signature?

bye for now,

kg

-Original Message-
From: Marc Catuogno [EMAIL PROTECTED]
Sent 12/27/2006 1:39:18 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] HTML Email munged on TREO phones ( 2006.1)

I truly hope that 2006.2 is released soon and fixes the issue where any HTML
Email that includes a signature sent to individuals using Treo phones
results in the person on the Treo only getting the subject of the Email.
This is becoming more and more of a problem for my users.
 
Marc
 
To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] HTML Email munged on TREO phones ( 2006.1)

2006-12-27 Thread Marc Catuogno
I truly hope that 2006.2 is released soon and fixes the issue where any HTML
Email that includes a signature sent to individuals using Treo phones
results in the person on the Treo only getting the subject of the Email.
This is becoming more and more of a problem for my users.

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] HTML Email munged on TREO phones ( 2006.1)

2006-12-27 Thread Marc Catuogno
So far the complaints have been from the Palm OS - I will have to do some
testing to find out about the other issues.  

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of S.J.Stanaitis
Sent: Wednesday, December 27, 2006 2:21 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] HTML Email munged on TREO phones ( 2006.1)


They running the PalmOS or the M$ one?

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Wednesday, December 27, 2006 1:39 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] HTML Email munged on TREO phones ( 2006.1)

I truly hope that 2006.2 is released soon and fixes the issue where any HTML
Email that includes a signature sent to individuals using Treo phones
results in the person on the Treo only getting the subject of the Email.
This is becoming more and more of a problem for my users.

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Thinking about upgrade. Looking for opinions.

2006-12-08 Thread Marc Catuogno
Well I will say again that I thought about some alternate solutions, IMGATE,
ASSP, Tweaking IMAIL and Declude  I finally decided that I was spending
way too much time reviewing and tweaking.  I had Matt Bramble from Mailpure
Gateway(and migrate) my Imail.  After the first week he had been handling
it, my spam went way way down. Now I am spending almost no time worrying
about it and even less time doing anything with spam.   That would be my
suggestion if you can deal with giving up some control.

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Eric Geater
Sent: Friday, December 08, 2006 10:53 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Thinking about upgrade. Looking for opinions.


I have decided to look into a more advanced version of Imail Server, such as
Imail Server Plus.  Are there any users who are running this iteration, and
satisfied with its antispam capabilities?  These past weeks have been
incredibly hard on us, and our company may be ready for an upgrade to our
present system.

Either that, or some great suggestions on tweaking the antispam capabilities
of plain old Imail Server.

Thanks!!

Eric Geater

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] horribly mangled message in 2006.1

2006-12-05 Thread Marc Catuogno

I would call support but I don't have an hour to spend on hold...

This Email was a flyer created by some cheesy real estate software-
regardless it displays correctly when viewed through outlook express using
IMAP - THIS is what you get when using webmail: 


If you encounter this error again, please provide the following information
to your network administrator to assist in trouble-shooting.

Message:
The given path's format is not supported.

StackTrace:
at System.Security.Util.StringExpressionSet.CanonicalizePath(String path,
Boolean needFullPath) at
System.Security.Util.StringExpressionSet.AddExpressions(String[] str,
Boolean checkForDuplicates, Boolean needFullPath) at
System.Security.Permissions.FileIOPermission.AddPathList(FileIOPermissionAcc
ess access, String[] pathListOrig, Boolean checkForDuplicates, Boolean
needFullPath, Boolean copyPathList) at
System.Security.Permissions.FileIOPermission..ctor(FileIOPermissionAccess
access, String[] pathList, Boolean checkForDuplicates, Boolean needFullPath)
at System.IO.FileStream..ctor(String path, FileMode mode, FileAccess access,
FileShare share, Int32 bufferSize, Boolean useAsync, String msgPath, Boolean
bFromProxy) at System.IO.FileStream..ctor(String path, FileMode mode) at
Ipswitch.Web.Mail.Imap4Message.ProcessAttachmentType(Entity part, String
partreference) at Ipswitch.Web.Mail.Imap4Message.ProcessBodyPart(Entity
part, String partreference) at
Ipswitch.Web.Mail.Imap4Message.ProcessMultipartRelatedType(Entity part,
String partreference) at
Ipswitch.Web.Mail.Imap4Message.ProcessMultipartType(Entity part, String
partreference) at Ipswitch.Web.Mail.Imap4Message.ProcessBodyPart(Entity
part, String partreference) at
Ipswitch.Web.Mail.Imap4Message.GetMessageFromServer() at
Ipswitch.Web.Mail.Imap4Folder.GetMessage(Int32 messageIndex) at
Ipswitch.Web.Client.PreviewMsg.LoadPreviewPane(String Folder, String
SequenceNumber) at Ipswitch.Web.Client.PreviewMessage.Page_Load(Object
sender, EventArgs e) at System.Web.UI.Control.OnLoad(EventArgs e) at
System.Web.UI.Control.LoadRecursive() at
System.Web.UI.Page.ProcessRequestMain()


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Virus on Imail server

2006-12-02 Thread Marc Catuogno
Here was a better translation:

 

http://www.sophos.com/security/analyses/w32rbotfwy.html?_log_from=rss

 

But if you have a root-kit, you really should try to format.

 

  _  

From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Richard Farris
Sent: Saturday, December 02, 2006 9:50 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Virus on Imail server

 

Since 10/06/06 I have been fighting a virus on my mail server...was not too
concerned about it until last week when it evidently helped me get
blacklisted with spamcop, spamhause, UBL and some otherscan anyone tell
me how to get rid of it...I have tried everything to no avail

The virus is putting a.exe and .exe in the winnt\system32 folder and or
the C:\ drive

Also it has 1x32.exe or 2X32.exe or 0X32.exe running in the Task Manager and
it installs Numeric file in Registry...

It also puts files like Hub101bl in the Internet.IE5 folder in Temporary
Internet Files...

 

Spamcop said I had a proxy virus that is sending out emails..maybe thru
forms on server as this is my web server also..don't understand that but I
don't doubt it

 

I have made a temporary solution by relaying mail to a server that is not
listed and so far in the past week it is OK...but

the 65.240.164.10 server keeps getting blacklisted by one or more lists..I
have declude hijack and have locked the server down by requiring all
customers to go to server authentication..I thought that would stop
itNOT

 

I can clean the server completely with F-Prot then Trojan Hunter and the
next moring it is all back and I have to try to do the same thing
over...sometimes the server will stay clean for days and sometimes just a
few minutes...it is driving me crazyanyone else out there ever
experience this and if so how did you fix it...

 

Many of my google serches have brought up Chinese web sites which may be the
sourceI am not sure..

 

This web site has a very good description of what I am seeing but has not
helped me..

http://translate.google.com/translate?hl=en
http://translate.google.com/translate?hl=ensl=deu=http://www.pc-magazin.d
e/internet/cm/virenecke/show_sophos.php%3Fid%3D3570sa=Xoi=translateresnum
=1ct=resultprev=/search%3Fq%3D2x32.exe%2Bvirus%26hl%3Den%26lr%3D
sl=deu=http://www.pc-magazin.de/internet/cm/virenecke/show_sophos.php%3Fid
%3D3570sa=Xoi=translateresnum=1ct=resultprev=/search%3Fq%3D2x32.exe%2Bv
irus%26hl%3Den%26lr%3D

 

If you need anymore info let me know and if you thing you can help I will
email you directly...


Richard Farris
Ethixs Online
1.270.247. Office
1.800.548.3877 Tech Support
Crossroads to a Cleaner Internet



[IMail Forum] 2006.1 Continuing issues - patch date?

2006-11-13 Thread Marc Catuogno
Dear Ipswitch,

Where is the patch? WHEN is the patch?:

Attachments forwarded from webmail clients show up as .txt attachments that
can't be opened.

Links sent in plain text Emails aren't able to be clicked

The ability to have a signature attached to replies and forwards would be 
nice.

Code the page so that the auto-refresh of the main page doesn't steal focus
from composing an Email.  At least make the auto-refresh update the message
list!

Since the upgrade, my Korean agents can't send or receive Email with Korean
characters.

When all dictionary attack fields are set to 0 Imail still somehow
mysteriously adds entries to the CAL.

Contacts added from clicking the link from a received Email, there is no way
to add both the first and last name so the address sorts alphabetically. It
just adds the whole Email address as the first name.

When contacts were edited to add a first and last name it seems to add
duplicate entries instead of editing the original contacts.

Please make it possible to submit the username and password through a
different front end website so my users don't have to enter their username
and password twice.  This was possible in 2006.04 and earlier and isn't now
in 2006.1.


THANK YOU -

Oh, and Safari support -

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Export username and password..

2006-11-10 Thread marc

you have no idea what you are talking about!
no one thread can be ridiculous enough.
just give a solution, refer to the archives or be quite.

At 16:36 10.11.2006, you wrote:
You have no idea what you are talking about 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Jim F.
Sent: Friday, November 10, 2006 9:26 AM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Export username and password..

I have no problem telling people to refer to the archives.  In fact, I'm
in favor of it.  But one doesn't have to be an a-hole to do so. I don't
care how helpful someone is most of the time.


[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


Re: [IMail Forum] Proper etiquette when posting to a list or forum!

2006-11-10 Thread Marc
/breaking lurker-mode

John,

Perhaps you should heed your own advice. Ironically, your previous email,
which was received here just 3 mins prior to this post, violated rule number
5.

5. Do not post in html format. The size of a message in HTML is a lot
larger
than that of plain text. This is a problem for those on dial-up and those
with PDAs.

BTW, who died and left you pompous-windbag-in-change?

/resuming lurker-mode

-M

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] IMAIL 2006.1 Address Book Bug

2006-11-03 Thread Marc Catuogno
If User A Emails User B on 2006.1 and user A's Email format is
[EMAIL PROTECTED] and User B clicks add to address book when
reading User A's Email it will add it but adds the whole firstname.lastname
as the first name in the contacts.  NOW when User B goes to compose a new
message and clicks the TO button the alphabetizing is all screwed up
because it sorts by last name which is now a blank field.

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] IMAIL 2006.1 Address Book Bug

2006-11-03 Thread Marc Catuogno
I don't write programs - but maybe it should just alphabetize by e-mail
address or give you the option to choose what you sort by.  Additionally
when you go to edit the info to put the correct first and last name in it
duplicates the contacts...

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Rod Dorman
Sent: Friday, November 03, 2006 4:00 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] IMAIL 2006.1 Address Book Bug


On Friday, November 3, 2006, 15:32:06, Marc Catuogno wrote:
 If User A Emails User B on 2006.1 and user A's Email format is
 [EMAIL PROTECTED] and User B clicks add to address book when
 reading User A's Email it will add it but adds the whole
firstname.lastname
 as the first name in the contacts.  NOW when User B goes to compose a new
 message and clicks the TO button the alphabetizing is all screwed up
 because it sorts by last name which is now a blank field.

I'm curious, how do you expect IMail to be able to differentiate between
firstname.lastname, lastname.firstname, firstname.middlename.lastname,
lastname.firstname.middlename?


-- 
[EMAIL PROTECTED] The avalanche has already started, it is too
Rod Dorman  late for the pebbles to vote. - Ambassador Kosh

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] I hope IMAIL works works with IE7

2006-10-31 Thread Marc Catuogno








http://www.microsoft.com/technet/updatemanagement/windowsupdate/ie7announcement.mspx










RE: [IMail Forum] Update for SMTP vulnerability in 8.22

2006-10-27 Thread marc

any news about planning to check/fix prior 8.22 versions?
will Kevin Gillis answer this (and here)?

marc


At 09:36 27.10.2006, you wrote:

Is Ipswitch planning to check/fix prior 8.22 versions?
Any SMTP update for 8.15 will work in 8.05??
If i understand correctly, SMTP was fully rewrited in 8.22, so is same in
8.05 and 8.15

Thxs,
Pere Ginabreda



-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Tripp Allen
Enviado el: viernes, 27 de octubre de 2006 3:57
Para: Imail_Forum@list.ipswitch.com
Asunto: [IMail Forum] Update for SMTP vulnerability in 8.22


The steps and files to update 8.22 are located here:
http://support.ipswitch.com/kb/IM-20061026-JH01.htm  Note this will ONLY
work for 8.22.

Thanks,
Tripp Allen
Software Development Manager, Messaging
Ipswitch, Inc.

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

[Scanned for viruses by Declude]


[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


Re: [IMail Forum] Update for SMTP vulnerability in 8.22

2006-10-27 Thread marc

Thx for this update, and wow, how a software can be useless after only 1,5 
years!? This negligently attitude is not more acceptable. I will not pay 1000 
USD and have next year after SA expired again a security problem. Is this a new 
manner to force to upgrade?

marc


At 15:24 27.10.2006, you wrote:

  I talked to Kevin Gillis.  The short answer is no patch for anything 
 older than 8.22.



- Original Message 
From: marc [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, October 27, 2006 4:51:00 AM
Subject: RE: [IMail Forum] Update for SMTP vulnerability in 8.22


any news about planning to check/fix prior 8.22 versions?
will Kevin Gillis answer this (and here)?

marc


At 09:36 27.10.2006, you wrote:

Is Ipswitch planning to check/fix prior 8.22 versions?
Any SMTP update for 8.15 will work in 8.05??
If i understand correctly, SMTP was fully rewrited in 8.22, so is same in
8.05 and 8.15

Thxs,
Pere Ginabreda



-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Tripp Allen
Enviado el: viernes, 27 de octubre de 2006 3:57
Para: Imail_Forum@list.ipswitch.com
Asunto: [IMail Forum] Update for SMTP vulnerability in 8.22


The steps and files to update 8.22 are located here:
http://support.ipswitch.com/kb/IM-20061026-JH01.htmhttp://support.ipswitch.com/kb/IM-20061026-JH01.htm
  Note this will ONLY
work for 8.22.

Thanks,
Tripp Allen
Software Development Manager, Messaging
Ipswitch, Inc.

To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.htmlhttp://www.ipswitch.com/support/mailing-lists.html
List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: 
http://www.ipswitch.com/support/IMail/http://www.ipswitch.com/support/IMail/

[Scanned for viruses by Declude]


[Scanned for viruses by Declude]

To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.htmlhttp://www.ipswitch.com/support/mailing-lists.html
List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: 
http://www.ipswitch.com/support/IMail/http://www.ipswitch.com/support/IMail/



[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Update for SMTP vulnerability in 8.22

2006-10-27 Thread marc

or replace imail and go to smartermail...

marc

At 16:44 27.10.2006, you wrote:
So, if you have no SA and are on 8.15, you either pay, or get hacked?
 


Dave

===
Beach Computers
Affordable Hosting Solutions
http://www.beachcomp.com
===
Cheap Domain Warehouse
Get Your Own Dot!
http://www.cheapdomainwarehouse.com
 


Disclaimer and confidentiality note:

The contents of this communication are intended/meant only for addressee(s) 
and may contain information that is privileged or otherwise confidential.
If you are not the intended recipient you are hereby notified that any 
disclosure, copying, distribution or taking any action in reliance on the
contents of this information is strictly prohibited and may be unlawful.
The contents of this e-mail shall not be forwarded to any third party. If you 
have received this electronic mail transmission in error, please delete
it from your system without copying or forwarding it, and notify the sender of 
the error by reply email, so that the sender's address records
can be corrected.
Views and opinions are solely those of the sender unless clearly indicated as 
being that of Beach Computers or any of it's affiliated companies.
Beach Computers cannot assure that the integrity of this communication has 
been maintained or that it is free of errors, virus, interception or 
interference.
 


--
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robbie Pardue
Sent: Friday, October 27, 2006 9:24 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Update for SMTP vulnerability in 8.22


  I talked to Kevin Gillis.  The short answer is no patch for anything 
 older than 8.22.



- Original Message 
From: marc [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, October 27, 2006 4:51:00 AM
Subject: RE: [IMail Forum] Update for SMTP vulnerability in 8.22


any news about planning to check/fix prior 8.22 versions?
will Kevin Gillis answer this (and here)?

marc


At 09:36 27.10.2006, you wrote:

Is Ipswitch planning to check/fix prior 8.22 versions?
Any SMTP update for 8.15 will work in 8.05??
If i understand correctly, SMTP was fully rewrited in 8.22, so is same in
8.05 and 8.15

Thxs,
Pere Ginabreda



-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Tripp Allen
Enviado el: viernes, 27 de octubre de 2006 3:57
Para: Imail_Forum@list.ipswitch.com
Asunto: [IMail Forum] Update for SMTP vulnerability in 8.22


The steps and files to update 8.22 are located here:
http://support.ipswitch.com/kb/IM-20061026-JH01.htmhttp://support.ipswitch.com/kb/IM-20061026-JH01.htm
  Note this will ONLY
work for 8.22.

Thanks,
Tripp Allen
Software Development Manager, Messaging
Ipswitch, Inc.

To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.htmlhttp://www.ipswitch.com/support/mailing-lists.html
List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: 
http://www.ipswitch.com/support/IMail/http://www.ipswitch.com/support/IMail/

[Scanned for viruses by Declude]


[Scanned for viruses by Declude]

To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.htmlhttp://www.ipswitch.com/support/mailing-lists.html
List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: 
http://www.ipswitch.com/support/IMail/http://www.ipswitch.com/support/IMail/



[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Update for SMTP vulnerability in 8.22

2006-10-27 Thread marc

Right, but also partially responsible by IPSwitch. Its the first time in 10 
years that a software seems to be useless after 3 years only, when IMail 8.x 
was coming out... again, this not acceptable.

marc


At 17:00 27.10.2006, you wrote:
I don't think it is negligent. This is a relatively new exploit found very
recently and Imail have released a fix quite quickly.

I take the view that if you use outdated software without an SA then you are
leaving yourself vulnerable and you have to be at least partially
responsible for what follows - it is your implementation.
Pressure Ipswitch to bring out a fix for previous veriosn by all means, I
think they should but don't expect them to do so.

David

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of marc
Sent: 27 October 2006 15:28
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Update for SMTP vulnerability in 8.22


Thx for this update, and wow, how a software can be useless after only 1,5
years!? This negligently attitude is not more acceptable. I will not pay
1000 USD and have next year after SA expired again a security problem. Is
this a new manner to force to upgrade?

marc


At 15:24 27.10.2006, you wrote:

  I talked to Kevin Gillis.  The short answer is no patch for anything
older than 8.22.



- Original Message 
From: marc [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, October 27, 2006 4:51:00 AM
Subject: RE: [IMail Forum] Update for SMTP vulnerability in 8.22


any news about planning to check/fix prior 8.22 versions?
will Kevin Gillis answer this (and here)?

marc


At 09:36 27.10.2006, you wrote:

Is Ipswitch planning to check/fix prior 8.22 versions?
Any SMTP update for 8.15 will work in 8.05??
If i understand correctly, SMTP was fully rewrited in 8.22, so is same 
in
8.05 and 8.15

Thxs,
Pere Ginabreda



-Mensaje original-
De: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] nombre de Tripp Allen 
Enviado el: viernes, 27 de octubre de 2006 3:57
Para: Imail_Forum@list.ipswitch.com
Asunto: [IMail Forum] Update for SMTP vulnerability in 8.22


The steps and files to update 8.22 are located here:
http://support.ipswitch.com/kb/IM-20061026-JH01.htmhttp://support.ip
switch.com/kb/IM-20061026-JH01.htm  Note this will ONLY work for 8.22.

Thanks,
Tripp Allen
Software Development Manager, Messaging Ipswitch, Inc.

To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.htmlhttp://www.ipswitc
h.com/support/mailing-lists.html
List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/http://w
ww.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: 
http://www.ipswitch.com/support/IMail/http://www.ipswitch.com/suppor
t/IMail/

[Scanned for viruses by Declude]


[Scanned for viruses by Declude]

To Unsubscribe: 
http://www.ipswitch.com/support/mailing-lists.htmlhttp://www.ipswitch
.com/support/mailing-lists.html List Archive: 
http://www.mail-archive.com/imail_forum%40list.ipswitch.com/http://ww
w.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: 
http://www.ipswitch.com/support/IMail/http://www.ipswitch.com/support
/IMail/



[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

[Scanned for viruses by Declude]


[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


Re: [IMail Forum] SMTP Exploit Scanning Going on NOW

2006-10-27 Thread marc

same here, hope Kevin Gillis will answer this questions
otherwise it seems to answer my question about the manner to force an upgrade.

marc


At 20:53 27.10.2006, you wrote:

 Does IPSwitch have stated life-of-product somewhere?
 I ask because Imail 8.2 came out in April 28 of 2005 and was the first to 
 require Activation (?)
 Was the condition of this activation an active support contract at the 
 time?  And if so is one ordinarily included with the software at time of 
 purchase?
  If, for example, one would ordinarily get a 1-year contract with 
 purchase, then that would mean that someone purchasing imail before April 28 
 of 2004 would be excluded from this upgrade without purchasing a support 
 contract.  That makes the life-of-product for an IPSwitch purchase only 2.5 
 years.
  I understand that you don't pay for a support contract, you don't get 
 to call when it breaks is a reasonable standard.  And I understand that you 
 don't get a support contract you don't get new features is another okay 
 standard.  
 But this is not a feature or a user problem, this is a security 
 vulnerability.  By refusing to release a patch for the basic functionality of 
 Imail 8.15, Ipswitch is going from flag-ship software to abandonware in 2.5 
 years...which seems a little rough.  
 I understand that IPSwitch makes these products in order to make money 
 and that a small-office admin with a system that is good enough for her 
 needs, that her users know and like, and that doesn't change enough for her 
 to need spendy service-contracts stops making money for IPswitch if she 
 cannot be compelled to upgrade for by a marketing blitz, but Imail 8.15 
 itself was only released in February of 2005...that's 18 months ago.  18 
 months from THE-version to no-more-patches seems excessive.
 How about a patch for 8.15 and a time-of-life mailling.  We will no 
 longer be supporting Imail 8.15 after January 31st, here are your 
 options...instead of Nah, we've just decided arbitrarily that it's too much 
 trouble.  No warning, no nothing.  Monday there's an exploit, Friday it's 
 expired, that's just the way it is. 
  ...I talked to techsupport this morning and was told personally that 
 nearly all of the cases of exploitation that they have seen have been of 
 version 8.15.
 If SMTP was really so totally different between 8.15 and 8.22 then how 
 can it have the exact same vulnerability?  but still be too different to fix? 
  If most of the people experiencing trouble are using 8.15 then how can it 
 not be worth it to release a patch for them?  Even for basic Internet 
 Netiquette and reputation of the software this is not right.
 All apologies if I missed the 8.15 will expire on in my monthly 
 spamming and/or if this was in the fine-print when I clicked Agree (I 
 guess).



- Original Message 
From: Tripp Allen [EMAIL PROTECTED]
To: Imail_Forum@list.ipswitch.com
Sent: Friday, October 27, 2006 10:15:19 AM
Subject: RE: [IMail Forum] SMTP Exploit Scanning Going on NOW

We are not currently planning a patch for 8.1X so you will need to upgrade.

Tripp


-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Beach Computers
Sent: Friday, October 27, 2006 12:25 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] SMTP Exploit Scanning Going on NOW

Tripp,

Is there anyone in Ipswitch that can CONFIRM this:

If any of your customers are running 8.15 they have 2 options.
PAY and upgrade.
Stay vulnerable if not running any gateways.

Your input is appreciated.



Dave

---
|Beach Computers|
|Affordable Hosting Solutions   |
|http://www.beachcomp.comhttp://www.beachcomp.com   |
===
|Cheap Domain Warehouse |
|Get Your Own Dot!  |
|http://www.cheapdomainwarehouse.comhttp://www.cheapdomainwarehouse.com|
--


Disclaimer and confidentiality note:

The contents of this communication are intended/meant only for addressee(s)
and may contain information that is privileged or otherwise confidential.
If you are not the intended recipient you are hereby notified that any
disclosure, copying, distribution or taking any action in reliance on the
contents of this information is strictly prohibited and may be unlawful.
The contents of this e-mail shall not be forwarded to any third party. If
you have received this electronic mail transmission in error, please delete
it from your system without copying or forwarding it, and notify the sender
of the error by reply email, so that the sender's address records can be
corrected.
Views and opinions are solely those of the sender unless clearly indicated
as being that of Beach Computers or any of it's affiliated companies.
Beach Computers cannot assure that the integrity of this communication has
been

RE: [IMail Forum] Update for SMTP vulnerability in 8.22

2006-10-27 Thread marc

does your desktop software examples have any security holes to compromise a 
server shared with hundreds of customers? make a serious comparison to convince 
me, that this is common. we are talking about business server software not for 
100 bugs.

marc

QuickBooks 2003 is no longer usable if you want to do a common list of
things.
QuickBooks prior to 2007 will not be usable on Windows Vista.
Your AV software is useless the day after the definition subscription
expires.

I am sure others can come with lots of examples.

John T
eServices For You


[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Update for SMTP vulnerability in 8.22

2006-10-27 Thread marc

I do not have any reason to change the meaning of my post. Just read the 
subject to this theard and than you will understand the meaning of useless.

marc

At 02:46 28.10.2006, you wrote:
 does your desktop software examples have any security holes to compromise
a server
 shared with hundreds of customers? make a serious comparison to convince
me, that
 this is common. we are talking about business server software not for 100
bugs.
 
 marc

Neither I nor any one else would consider QuickBooks Professional or
Enterprise mere desktop software which does not have major ripple affect
through a company if something goes wrong, sir!

Are you now attempting to change the meaning of your post I was responding
to in which you stated that this is the first time in 10 years you have
heard of software that was useless after 3 years?

You opened your mouth and made a broad general matter-of-fact statement. I
proved it wrong.

John T
eServices For You

Life is a succession of lessons which must be lived to be understood.
Ralph Waldo Emerson (1802-1882)


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

[Scanned for viruses by Declude]


[Scanned for viruses by Declude]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Removing the Forward To: option in 2006

2006-10-25 Thread Marc Catuogno








Forgive me for not knowing exactly how to
put this, but make sure that you made it transparent and didnt just
comment it out. IF you have any forwarding allowed (I had some people
grandfathered in and had manually put in some Blackberry forwarding) AND
you just comment it out, any time they click save when they change their
preferences it will deleted the forward.ima file because the commented out
section submits a blank forward.



Marc











From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Tyler Jensen
Sent: Wednesday, October 25, 2006
4:54 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum]
Removing the Forward To: option in 2006







Never mind. That was an easy fix on the useroptions.aspx
page.











Have a good night!











Ty







- Original Message - 





From: Tyler Jensen 





To: Ipswitch IMail Mailing List 





Sent: Wednesday, October
25, 2006 3:08 PM





Subject: [IMail Forum]
Removing the Forward To: option in 2006











Does anyone know how to remove the Forward To: option under
User Preferences in 2006? I don't think I want to give my users this
option right now. It was pretty easy in versions 7 and 8.











Thanks for your help!











Tyler












RE: [IMail Forum] Attachment viewing issue

2006-10-23 Thread Marc Catuogno
Kevin,

If you provide a login I will try to see if it is reproducible.  I can
forward the unreadable message from my user to an address you provide to see
if you can get to the attachment.  When I forwarded the attachment to
Outlook I was able to open it, so if you can't open it in 2006.2 then it
still wouldn't be fixed by my estimation.

Marc 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Gillis
Sent: Sunday, October 22, 2006 7:57 PM
To: Imail_Forum@list.ipswitch.com
Cc: Jason Benton (Jason Benton)
Subject: RE: [IMail Forum] Attachment viewing issue


Hi Darin and Marc,

Sounds like a few topics.

1) Attachment issue with some with some services, but particularly ISPs
Is this a recent issue in 2006.1 or has this been happening for some time
with earlier builds?  We fixed an attachment issue in 2006.2 (next release)
which we can make available to try this out on our demo site to see if that
addresses it.  If we provided credentials, do you have exact steps that we
can try to reproduce on the 2006.2 build?

2) End user controlled white-list is the top end-user request?  What AS are
you using today?

3) Safari support - we completed this work in 2006.2 and it's available on
the demo site if anyone wants to access it.

Bye for now,

kg 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Julie Harris
Sent: Friday, October 20, 2006 13:13
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Attachment viewing Broken - KNOWN ISSUE 2006.1

I've been curious about the Smartermail.  We already use their Stats which
works great!
Temporarily, I'm going to check out the Mailbee Bill Foresman was
recommending.
I love Imail 8.x. It's the web mail that lacks.  We use declude for
filtering which works pretty good...

But does Smartermail have offer the ability for users to 'whitelist' email
addresses without having to be smart enough to figure out the Imail web amil
filtering?  I love my users, but that's their biggest compliant.

Thanks,
Julie

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Ryan
Sent: Friday, October 20, 2006 12:54 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Attachment viewing Broken - KNOWN ISSUE 2006.1

We just moved to Smarttools SmarterMail after being long time Imail
customers (7 years).  The move was near flawless and we've been extremely
happy with the product.  Funny thing is, we bought the Unlimited version of
the software for not much more than the cost of the SA renewal we let lapse
earlier this year.

Ryan


On Oct 20, 2006, at 7:13 AM, Julie Harris wrote:

 Amen.  My company has been wanting to upgrade to the new one. I've 
 been too reluctant.

 Has anyone considered switching from Imail to a different software?  
 If so, what have you looked at?

 Thanks,
 Julie

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of Darin Cox
 Sent: Friday, October 20, 2006 10:03 AM
 To: Imail_Forum@list.ipswitch.com
 Subject: Re: [IMail Forum] Attachment viewing Broken - KNOWN ISSUE
 2006.1

 Wow.  Every time I think we should upgrade using the license we've had 
 for a year now someone posts something like this that makes me realize 
 we're still better off staying with 8.x.

 Now the problem is that by the time 2006 is truly stable without any 
 loss of functionality (e.g. Webmail in Safari and this attachment 
 issue), we'll be out of our SA purchased last October.

 Kevin G.  Do you have any input on this?

 Darin.


 - Original Message -
 From: Marc Catuogno [EMAIL PROTECTED]
 To: Imail_Forum@list.ipswitch.com
 Sent: Friday, October 20, 2006 9:30 AM
 Subject: [IMail Forum] Attachment viewing Broken - KNOWN ISSUE 2006.1


 I called Ipswitch last week and added my name to the list of people 
 complaining about a known issue of any attachments forwarded from 
 places like AOL, Yahoo, and Hotmail showing up as .txt attachments 
 with no way of getting the real attachment out of this .txt file.

 This is a very, very aggravating issue and it is ridiculous that it is 
 taking them this long to fix what I consider basic Email client 
 functionality.

 I want someone from Ipswitch to acknowledge this on list and give us 
 an estimated time of repair.

 Marc

 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%
 40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%
 40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

 To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
 List Archive: http://www.mail-archive.com/imail_forum%
 40list.ipswitch.com/
 Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http

[IMail Forum] Attachment viewing Broken - KNOWN ISSUE 2006.1

2006-10-20 Thread Marc Catuogno
I called Ipswitch last week and added my name to the list of people
complaining about a known issue of any attachments forwarded from places
like AOL, Yahoo, and Hotmail showing up as .txt attachments with no way of
getting the real attachment out of this .txt file.  

This is a very, very aggravating issue and it is ridiculous that it is
taking them this long to fix what I consider basic Email client
functionality.

I want someone from Ipswitch to acknowledge this on list and give us an
estimated time of repair.

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Slightly OT: Imail gateway solutions

2006-10-18 Thread Marc Catuogno








After using just Declude and spending
hours a day modifying filters and blocking almost all of Russia and China with Imails Control
Access List I gave up. I have Matt Bramble from Mail Pure
gatewaying my Email and hosting my Box. He helped me migrate from 8.22 to
2006.1. Once we moved to Mailpure, all the image, Viagra and stock spam
went away. The only leak was industry specific stuff and with some
tweaking that stopped very soon after. I dont spend hours creating
filters and now he worries about making sure the boxes are on and the
connections are up and about new filters. Best move I made in a long time



Marc











From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Troy D. Hilton
Sent: Tuesday, October 17, 2006
4:54 PM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Slightly
OT: Imail gateway solutions





Forgive me if Im a bit brain-slow today. In dealing
with the latest spam flood Im looking into a gateway solution for my
Imail server. Of course in lurking around here Ive seen IMGate come up a
lot. Since my mail server is also my DNS server what solution would you recommend
to use to take all of this filtering off my primary box? I thought about a
Barracuda firewall but couldnt think it through as to how to have the
firewall filter spam but still allow DNS connections.



Any advice?



Troy D. Hilton

Serveon, Inc.

302-529-8640

[EMAIL PROTECTED]










[IMail Forum] Adding Vaca Message DELETES forward.ima!! Dictionary attack feature broken -

2006-10-16 Thread Marc Catuogno
I just tested this on my server three times.  I have the option to forward
edit out of the templates.  HOWEVER some people still had their old
forward.ima files in their directory (you know the managing partner, the
VP...) so they both went away today and put Vacation messages in through the
webmail.  It appears that on my server if you add or remove a vacation
message it also DELETES the forward.ima file. So not ONE of their Email
messages got through to them today. How very nice

Um - FIX THIS yesterday please

Thank you,

Marc

PS: This is AFTER the dictionary attack 'feature' blocked my gateway on
Friday.  I was instructed by Ipswitch to set all the settings to 0 and
this would shut off the dictionary attack feature.  On Friday it listed two
IPs (one was my gateway) so that I was not getting anything but local mail
for 24 hours.  Guess it ain't off huh?

This always makes you look good to the bosses - 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] Korean support in 2006.1?

2006-10-12 Thread Marc Catuogno
I have an agent who can't read or send e-mails in Korean now that we have
upgraded.  Is this being worked on?

She can from Yahoo and other clients, so it isn't her browser.

Any suggestions?

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] Fwds Unreadable in webmail 2006.1

2006-10-09 Thread Marc Catuogno










One of my agents is getting forwards from Yahoo. Aside
from them being embedded two and three attachments deep, the only thing showing
up is a .TXT file and the .PPS file that was the actual forward just shows up
as coded jibberish once the .TXT is opened





Marc








RE: [IMail Forum] Webmail Issues...

2006-10-05 Thread Marc Catuogno








Please dont forget:



HTML links arent clickable if the
message is composed in Plain Text



Email signature doesnt show up in
replies or forwards



The auto-refresh steals the focus and the
message you are working on reduces















From:
[EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Gil Gomes
Sent: Thursday, October 05, 2006
8:20 AM
To: IMail_Forum@list.ipswitch.com
Subject: [IMail Forum] Webmail
Issues... 







Is Ipswitch planning to ever correct the myriad of
problems with WebMail? For instance... 

1)
Webmail can't seem to read the filename of some attachments. The filename
comes up in webmail as download.aspx

2)
When you hit enter at the end of a line, you get a double space. If you
hit CtrlEnter you're all set... Bizarre.

3)
This error... I'm not sure what's causing this, but I'm seeing a lot of
emails that pop this screen up... 







4)
Performance issues... Webmail can be painfully slow opening a folder if it
contains more than a few hundred emails... 










RE: [IMail Forum] Non-HTML e-mail has no links in 2006.1

2006-10-02 Thread Marc Catuogno
How about the Darwinian approach? Let the people who are going to fall for
Phishing get taken for all their money, then they won't be able to afford
computers or internet connections...  : )

But seriously - the people who are going to click links that they aren't
supposed to are just as likely to cut and paste the link as they are to
click it

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Kevin Gillis
Sent: Monday, October 02, 2006 2:33 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Non-HTML e-mail has no links in 2006.1


Hi John,

We're looking at revisiting this issue in the next sprint.  

Some admins want all links disabled (even in rich html) as a
security/anti-phishing pre-caution but completely understand the parity
issue (used to work one way but no longer does).

Bye for now,

kg 

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John E. Richardson
Sent: Monday, October 02, 2006 11:04
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Non-HTML e-mail has no links in 2006.1

Is there anything further on this?

I also have users that are unable to click links in their mail as well. The
links were clickable as expected in 8.2 but are not since the move to
2006.1 about a month ago.


Thanks,

John Richardson

 
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Marc Catuogno
Sent: Wednesday, September 27, 2006 11:45 AM
To: Imail_Forum@list.ipswitch.com
Subject: [IMail Forum] Non-HTML e-mail has no links in 2006.1

If any of your Webmail users are getting any list or newsletter e-mail that
is sent in plain text, the links are not clickable. I've been told that even
when the text has the proper anchor tags, the links are just plain text.

I think this was a bit short sighted and should be fixed.  I try to convince
all my users to send in plain text whenever possible, now when they do their
links don't work

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/
---
[This E-mail scanned for viruses by Declude Virus]


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] Non-HTML e-mail has no links in 2006.1

2006-09-27 Thread Marc Catuogno
If any of your Webmail users are getting any list or newsletter e-mail that
is sent in plain text, the links are not clickable. I've been told that even
when the text has the proper anchor tags, the links are just plain text.

I think this was a bit short sighted and should be fixed.  I try to convince
all my users to send in plain text whenever possible, now when they do their
links don't work

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Non-HTML e-mail has no links in 2006.1

2006-09-27 Thread Marc Catuogno
Compose an e-mail in say Outlook.  Make sure you are composing in plain
text and put in a link www.prudentialrand.com and it is highlighted in blue
and is clickable in most other mail clients - in IMAIL 2006.1 it is not able
to be clicked by the recipient of the e-mail.

Open this e-mail in the webclient if you are using it and Outlook then you
will see what I mean.

Marc


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Travis Rabe
Sent: Wednesday, September 27, 2006 11:52 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Non-HTML e-mail has no links in 2006.1

If they were clickable - how would that be plain-text?

Travis
On 9/27/06, Marc Catuogno [EMAIL PROTECTED]  wrote:
If any of your Webmail users are getting any list or newsletter e-mail that 
is sent in plain text, the links are not clickable. I've been told that even
when the text has the proper anchor tags, the links are just plain text.

I think this was a bit short sighted and should be fixed.  I try to convince

all my users to send in plain text whenever possible, now when they do their
links don't work

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html 
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



-- 
Regards,
Travis Rabe
[EMAIL PROTECTED] 

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


RE: [IMail Forum] Non-HTML e-mail has no links in 2006.1

2006-09-27 Thread Marc Catuogno








Actually one complaint has been that some
newsletters are plain text with embedded links, sometimes the links are long,
and now they are not able to click on them and it is a pain. I was just
explaining how to easily duplicate what I was talking about using Outlook.



I think most e-mail clients or interfaces
would have shown this as a clickable link. We had to change our listing
watch e-mail from plain text to HTML so the agents could click the
links.



Below is an example:



From: ShowingValue
[EMAIL PROTECTED]
Sent 9/26/2006 6:09:49 PM
To: [EMAIL PROTECTED]
Subject: ShowingValue - New Showing Update


There has been new showings on your listings for Sep 26, 2006. Please click on
the following link and login to ShowingValue to view:
https://betaweb.suprakim.com/aeiiiweb/login.asp?mls=30mlspod=1USERNAME=56403RT=SRSD=09%2F25%2F2006ED=09%2F26%2F2006
To disable showing update emails or to update how often you receive these
emails, please click here and login to ShowingValue:
https://betaweb.suprakim.com/aeiiiweb/login.asp?mls=30mlspod=1USERNAME=56403RT=AS












From:
[EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On
Behalf Of Travis Rabe
Sent: Wednesday, September 27,
2006 12:32 PM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum]
Non-HTML e-mail has no links in 2006.1





Outlook has never _ and _
probably never will follow any sort of RFC very well. Plain text is plain
text IMO. If you like the mix of HTML and plain text, then you use Rich
Text. Rich Text, however, is a mess as well - again Microsoft. 

Be happy that they canot jsut clicking on links. This is a safety boost
if nothing else.

Travis



On 9/27/06, Marc
Catuogno 
[EMAIL PROTECTED] wrote:

Compose an e-mail in say Outlook.Make sure you are
composing in plain 
text and put in a link www.prudentialrand.com
and it is highlighted in blue
and is clickable in most other mail clients - in IMAIL 2006.1 it is not able
to be clicked by the recipient of the e-mail. 

Open this e-mail in the webclient if you are using it and Outlook then you
will see what I mean.

Marc


From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]
On Behalf Of Travis Rabe
Sent: Wednesday, September 27, 2006 11:52 AM
To: Imail_Forum@list.ipswitch.com
Subject: Re: [IMail Forum] Non-HTML e-mail has no links in 2006.1

If they were clickable - how would that be plain-text?

Travis
On 9/27/06, Marc Catuogno [EMAIL PROTECTED]
 wrote:
If any of your Webmail users are getting any list or newsletter e-mail that
is sent in plain text, the links are not clickable. I've been told that even
when the text has the proper anchor tags, the links are just plain text.

I think this was a bit short sighted and should be fixed.I try to convince 

all my users to send in plain text whenever possible, now when they do their
links don't work

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html

List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/



--
Regards,
Travis Rabe
[EMAIL PROTECTED]

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/






-- 
Regards,
Travis Rabe
[EMAIL PROTECTED] 








RE: [IMail Forum] Results after Upgrading to Imail 2006.1

2006-09-23 Thread Marc Catuogno
Ditto -

Moved from one server to another, not an in place upgrade: 

1. Had to run convert for the mailboxes to work properly
2. Had to turn off force subscribe in IMAP for people to be able to see
their sub-folders.
3. Had to run wgscvt.exe so people could see their address books.
4. Had to tell users to remove  and  from any of any contacts as any
address below one containing those symbols wouldn't display.
5. Had to manually remove any apostrophes from any subfolders as they would
not display in 2006.1.

Marc

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of John T (Lists)
Sent: Saturday, September 23, 2006 12:27 PM
To: Imail_Forum@list.ipswitch.com
Subject: RE: [IMail Forum] Results after Upgrading to Imail 2006.1


 It's not a necessity - if you don't run it the mailboxes will
automatically
 get converted the first time they are opened.

But as he is experiencing if the existing mailbox size is 0 KB, meaning it
already existed but has had all email removed from it via POP3 or IMAP, SMTP
can not open it. 

It is a confirmed bug now that multiple people have experienced it. After I
had upgraded, I was experiencing this and had started to delete them and
then I called into support and went through the manual run and it started
working. 

I am suspecting that this is a bug that occurs during other than an inplace
upgrade. In my case and in Martin's case the upgrade was from 8.22 on one
server to 9.1 on another server.

John T
eServices For You

Seek, and ye shall find!


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


[IMail Forum] Links not clickable in 2006.1 Web messaging

2006-09-16 Thread Marc Catuogno
Some e-mails that contain links are showing up with non-clickable text that
displays as links in other e-mail clients.

Any ideas?

Thanks,

Marc

To Unsubscribe: http://www.ipswitch.com/support/mailing-lists.html
List Archive: http://www.mail-archive.com/imail_forum%40list.ipswitch.com/
Knowledge Base/FAQ: http://www.ipswitch.com/support/IMail/


  1   2   3   4   5   >