> I applied both changes in strings.php you suggested to the Squirrelmail
> 1.4.10a installation. Now I can login and work with most of the available
> functionality. Unfortunately there's still a problem when sending e-mails.
> I get the following error message when sending an e-mail in ssl mode:
>
> Not Found
>
> The requested URL /mydomain.com/squirrelmail/src/right_main.php was not
> found on this server.
>
> The mail is sent without problems, I can see it in the "sent" folder
> afterwards. But the error message is annoying. The error does not appear
> when connecting with http without the ssl-proxy. Can you help me
> getting this last problem out of the way?
Small fix
Find lines with
----
function get_location () {
global $imap_server_type, $config_location_base;
----
and modify them to
----
function get_location () {
global $imap_server_type, $config_location_base;
if (sqgetGlobalVar('HTTP_X_FORWARDED_SERVER',$proxy,SQ_SERVER) &&
$proxy == 'ssl-proxy.com') {
$config_location_base='https://ssl-proxy.com';
}
----
When I tested my changes, I've checked only code that used base url. Haven't
checked code that uses get_location().
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
--
squirrelmail-users mailing list
Posting Guidelines:
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives:
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives: http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users