Hi
I have an issue with Horde, in that when I try to access my webmail from work, it frequently borks with the error "Your Internet Address has changed since the beginning of your Mail session. To protect your security, you must login again."
My work appears to use a badly set up proxy which uses two external IPs.
I have RTFM and STFW and found that I should change the
/etc/e-smith/templates/home/httpd/html/horde/config/conf.php file. There should be two lines:
$conf['auth']['checkip'] = true;
Both lines must be changed to
$conf['auth']['checkip'] = false;
in order to prevent IP address check upon login and the problem described above.
But, this config file file on an e-smith box (7.3) seems to just point to some templates
" Sorted by name (.bak,~,.o,.h,.info,.swp,.obj at end of list)
"= /etc/e-smith/templates/home/httpd/html/horde/config/conf.php/
../
00header
100GeneralSettings
110SQL
120AdminAuthentication
125Authentication
130Signup
140Logging
160PreferenceSystem
200CacheSystem
220Mailer
230VirtualFileStorage
235MimeDetection
240ProblemReporting
300MenuSettings
320Hooks
330PortalBlock
340Kolab
999footer
999mimp
template-begin
Can anyone point me in the direction of where the "checkip" option can be switched off?
TIA
Pete[/code]