Author: Derek (derek_AT_datatag.fsnet.co.uk)
Date: 11-30-02 10:17
I too had the same problem with E-Smith Server V5.0 onwards and tried all manner of things to sort it but to no avail. However once I actually put my brain into gear and thought about the problem (aided by the 193 page Squid Configuration Manual from
www.visolve.com) the solution was actually quite easy.
For a quick fix - try the following:
1. Logon to a normal shell as root and cd into /etc/squid
2. Copy squid.conf to squid.conf.mitel (just in case...)
3. Edit with vi (or whatever) squid.conf and include the following two lines:
#Following line added to test Outlook Web Access
extension_methods SEARCH
4. Save squid.conf
5. Type service squid restart
6. Test access to your exchange server from a network machine.
When I get time, I'll fathom out where to put this as a template fragment.....
Hope it helps,
Derek.
I created a directory for squid in templates-custom
type: mkdir -p /etc/e-smith/templates-custom/etc/squid/squid.conf
Your custom fragments for squid should be created in this directory
I then created a file called 50extension_methods10SEARCH in squid.conf directory
using pico
type: pico 50extension_methods10SEARCH
file contained the single line below
extension_methods SEARCH
(thanks Derek)
saved it and then expanded the template
type: /sbin/e-smith/expand-template /etc/squid/squid.conf
restarted squid services
type: service squid restart
worked perfect Now whenever you reboot the settings will stick