Page 1 of 1

reply-to address

Posted: Tue Feb 20, 2007 1:34 pm
by ramsay
I am running Scalix version 11.0.1. I would like to change the reply-to address through web access. In version 10.0.1, I was able to change the reply-to address. In version 11.0.1, the option is there but cannot be changed. What it the work around?

Solution found

Posted: Wed Feb 21, 2007 9:23 am
by ramsay
I later found this article which solved my problem.

viewtopic.php?t=5062&highlight=replyto

I hope it helps..

Re: reply-to address

Posted: Thu May 27, 2010 7:25 am
by RickC
From an earlier post:

I believe that you can change this by tweaking the /var/opt/scalix/<NN>/webmail/swa.properties file to allow users to change their Reply-To field.

Code: Select all
swa.allusers.allowFromReplyToModification=false


needs to be changed to

Code: Select all
swa.allusers.allowFromReplyToModification=true