Page 1 of 1

Preventing HTML emails being sent from SWA

Posted: Wed Apr 01, 2009 8:12 am
by kool4caats
I have just installed Scalix 11.4 and was hoping to use SWA as a client, for simplicity. For security we also need to disable HTML in emails. If possible we need to block HTML that is received, but certainly we should prevent HTML emails from being sent out.

It may seem a stupid question since SWA is a web client, and therefore presents the email in HTML anyway, but is there anyway of preventing HTML from being transmitted in the email? I can't find anything anywhere in the settings.

Failing that is there some kind of proxy I can implement that would serve that purpose?

Re: Preventing HTML emails being sent from SWA

Posted: Wed Apr 15, 2009 1:47 am
by guzi
Hi,
To prevent sending HTMl emails using webmail, you can go to,

Webmail -> Tools -> Options ->Composing mail

And select 'Default format of message composition' as " Palin text"

Click Ok to save the changes.

Regards,
Guzi

Re: Preventing HTML emails being sent from SWA

Posted: Wed May 13, 2009 11:08 am
by kool4caats
Thanks very much for the reply. I've only just checked back.

I hadn't looked under the client settings, as I was hoping there would be somewhere to set it centrally on the server so that users didn't have the option of sending HTML emails. I think this will do the trick for now though, as we are only going to have a handful of users, initially.

Much appreciated.

Re: Preventing HTML emails being sent from SWA

Posted: Thu May 14, 2009 1:01 am
by jangi
I don't know how to lock the option out... but here's how to change the default (for new users):

~/webmail/swa.properties:
change:

Code: Select all

swa.user.useRichText=true

to

Code: Select all

swa.user.useRichText=false