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

Title: horde without SSL
Post by: lucho115 on July 21, 2006, 09:22:45 PM
how to doit? somebody knows?
thanks
bye
Title: horde without SSL
Post by: byte on July 22, 2006, 10:17:11 AM
Please do a search this has been answered a few times. Thanks
Title: horde without SSL
Post by: lucho115 on July 24, 2006, 02:00:00 PM
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
Title: horde without SSL
Post by: mrjhb3 on July 25, 2006, 03:02:53 AM
Quote from: "lucho115"
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
Title: horde without SSL
Post by: lucho115 on July 25, 2006, 02:21:44 PM
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
Title: horde without SSL
Post by: byte on July 25, 2006, 02:33:20 PM
Quote from: "mrjhb3"

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
Title: horde without SSL
Post by: mrjhb3 on July 25, 2006, 02:37:46 PM
Quote from: "lucho115"
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
Title: horde without SSL
Post by: lucho115 on July 26, 2006, 03:11:36 PM
Quote
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
Title: horde without SSL
Post by: byte on July 26, 2006, 03:59:22 PM
Quote from: "lucho115"
Quote

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.
Title: horde without SSL
Post by: lucho115 on July 26, 2006, 07:50:45 PM
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
Title: horde without SSL
Post by: byte on July 26, 2006, 08:34:31 PM
Quote from: "lucho115"
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...

Code: [Select]
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...

Code: [Select]

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
Title: horde without SSL
Post by: lucho115 on July 27, 2006, 03:06:36 PM
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
Title: horde without SSL
Post by: Rigger on July 30, 2006, 04:37:59 AM
Quote from: "lucho115"
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
Title: horde without SSL
Post by: lucho115 on July 31, 2006, 04:46:49 PM
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
Title: horde without SSL
Post by: Rigger on August 01, 2006, 09:26:17 AM
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
Title: horde without SSL
Post by: lucho115 on August 01, 2006, 08:38:54 PM
ok, but why you dont use the rpm of centos 4.3, its the rhel rpm with all the last patchs, or iam wrong?
Title: horde without SSL
Post by: Rigger on August 05, 2006, 11:15:48 PM
Quote from: "Rigger"
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
Title: horde without SSL
Post by: Rigger on August 06, 2006, 07:41:47 AM
Quote from: "lucho115"
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
Title: horde without SSL
Post by: byte on August 06, 2006, 07:23:12 PM
Quote from: "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!

Quote

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?
Title: horde without SSL
Post by: grattman on August 07, 2006, 03:55:02 AM
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
Title: horde without SSL
Post by: Rigger on August 07, 2006, 06:01:36 AM
Quote from: "byte"
Quote from: "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!

Quote

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