Koozali.org: home of the SME Server
Obsolete Releases => SME Server 7.x => Topic started by: lucho115 on July 21, 2006, 09:22:45 PM
-
how to doit? somebody knows?
thanks
bye
-
Please do a search this has been answered a few times. Thanks
-
ok, so can you tell me how to search this things, because i type on the searcher this words:
horde
horde + ssl
horde no ssl
horde nossl
horde + no ssl
but i cant find any text taking about no ssl and horde, only my own post on the forum.
So, please tell me how to do it, beause iam disturbed.
I will waitngs for your response.
thanks
bye
-
ok, so can you tell me how to search this things, because i type on the searcher this words:
horde
horde + ssl
horde no ssl
horde nossl
horde + no ssl
but i cant find any text taking about no ssl and horde, only my own post on the forum.
So, please tell me how to do it, beause iam disturbed.
I will waitngs for your response.
thanks
bye
I don't see that this has been answered either. You could have had a look at your httpd.conf file and did some googling on apache which would have helped, though.
This is not recommended, and not fully tested, but a quick test allowed me to login to webmail via http and https.
Change the following:
# RewriteRule ^/webmail(/.*|$) https://%{HTTP_HOST}/webmail$1 [L,R]
# RewriteRule ^/horde(/.*|$) https://%{HTTP_HOST}/horde$1 [L,R]
Alias /webmail /home/httpd/html/horde/imp
Alias /horde /home/httpd/html/horde
then do this - /etc/rc7.d/S86httpd-e-smith restart
Report back it that works for you.
JB
-
ok, its works ,but only for the localnet, and bring me a lot of problems with the server-manager, so i unchange this fixes, and i will be waiting for other method.
Anyway i think that maybe iam wrong looking for a way to speed the webmail and still using horde, maybe i need to use other webmail solutions more faster
like squirrelmail , so i want to add to this post other question: howto add squirrelmail to sme7?
thanks
bye
-
I don't see that this has been answered either.
It is..using keywords "no ssl" brought up this link...
http://forums.contribs.org/index.php?topic=32693.0
-
ok, its works ,but only for the localnet, and bring me a lot of problems with the server-manager, so i unchange this fixes, and i will be waiting for other method.
Anyway i think that maybe iam wrong looking for a way to speed the webmail and still using horde, maybe i need to use other webmail solutions more faster
like squirrelmail , so i want to add to this post other question: howto add squirrelmail to sme7?
thanks
bye
Well it would be good if you listed ALL of your requirements up front. I don't know what issues you had with server-manager. With the changes, I stated, my server-manager works just fine. I won't be trying to access this from outside my localnet as SME 7 has been designed to run webmail via https and I don't really see a valid reason why can you not run it that mode. As far as speeding it up, that depends on your server specs. Horde 3 does take more resources to run. If you browse the horde mailing list archives, you will see some various php accelerators mentioned. But none of them are installed by sme 7, so you would be on your own then.
Good Luck with squirrelmail, if you get it working, post a howto, I'm sure others may be interested. But, for me, I enjoy using horde.
JB
-
It is..using keywords "no ssl" brought up this link...
http://forums.contribs.org/index.php?topic=32693.0
this link, say nothing about using no ssl with horde, only talk about how to change the https port
-
this link, say nothing about using no ssl with horde, only talk about how to change the https port
It does 443 is infact the ssl bit they are talking about and changing it to port 80 will make it non ssl.
-
ok, ok, but this post is unfinish, there no a conclution, so if you say that this issue is well knowed, please show me where, because iam unable to find it,
thaks
bye
-
ok, ok, but this post is unfinish, there no a conclution, so if you say that this issue is well knowed, please show me where, because iam unable to find it,
thaks
bye
This can be done BUT this is not recommended and has to be done via command line and WILL leave a blank space in the email panel where webmail. THIS IS AT YOUR OWN RISK.
Now at the command line do the following...
db configuration setprop imp access full
db configuration setprop imp status enabled
db configuration setprop horde access full
db configuration setprop horde status enabled
signal-event email-update
Then make sure that your setting's are correct by doing...
db configuration show imp
And check that access is full and status is enabled then do same for horde and now go to your fav web browser and use http or https
ONLY DO THIS IF YOU KNOW THAT YOUR REDUCING YOUR SECURITY FOR WEBMAIL AND IS NOT RECOMMEND
-
ok, thaks, it works ok, and iam happy, jeje, anyway iam trying to make work squirrelmail, because its more faster than horde, when it be ready , i will do a howto,
bye
-
ok, thaks, it works ok, and iam happy, jeje, anyway iam trying to make work squirrelmail, because its more faster than horde, when it be ready , i will do a howto,
bye
I'd have to agree with the others and advise against disabling the the SSL for horde. I use Squirrelmail as the primary webmail access to my server but it is set up only to allow SSL also. Just more secure.......
Rigger
-
ok, so you have squirrelmail runing on sme 7, can you tell me how to?
i think that installing the package for centos 4.3, but if you doit yet , please tell me howto doit?
thks
bye
-
Working out the final bugs in a Squirrelmail rpm. Should be able to finish it up by this weekend if I have enough time to work on it. Based on he latest Squirrelmail 1.4.7
Rigger
-
ok, but why you dont use the rpm of centos 4.3, its the rhel rpm with all the last patchs, or iam wrong?
-
Working out the final bugs in a Squirrelmail rpm. Should be able to finish it up by this weekend if I have enough time to work on it. Based on he latest Squirrelmail 1.4.7
I have a new rpm for installing SquirrelMail 1.4.7 on SME 7. I need a couple people to test it out. If your interested send me a PM with your email address.
Rigger
-
ok, but why you dont use the rpm of centos 4.3, its the rhel rpm with all the last patchs, or iam wrong?
I used the CentOS version source rpm as the basis for the SME version. The CentOS rpm was only up the SquirrelMail 1.4.6 so I bumped up to the next 1.4.7 for the build. I changed the installation directory and had to set up a custom template fragment for the httpd.conf so the SquirrelMail would not be lost at another SME upgrade. I additionally used some of the install/removal scripts from the SME6 (SquirrelMail) rpm by Ergozd in this build.
The package is ready but I'd like send it to a couple people to test out before releasing it.
Rigger
-
I have a new rpm for installing SquirrelMail 1.4.7 on SME 7.
Rigger, can you please start a new thread in the SME 7 Contribs, as this is not part of the standard base. Thanks!
I need a couple people to test it out. If your interested send me a PM with your email address.
Rigger
Why not open a new bug and let people try it from there and report back on that bug?
-
Okay...so if one did what was published above, not that I have, it would be as simple as reversing it to put the SSL back in place?
Thanks,
Brian
-
I have a new rpm for installing SquirrelMail 1.4.7 on SME 7.
Rigger, can you please start a new thread in the SME 7 Contribs, as this is not part of the standard base. Thanks!
I need a couple people to test it out. If your interested send me a PM with your email address.
Rigger
Why not open a new bug and let people try it from there and report back on that bug?
Thanks, I'd forgotten this thread was in the base forum, dropped on my favorites bar to get striaght to it and then didn't pay attention to the forum name. I'll start a thread over in the contribs section.
Rigger