<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: howto redirect SquirrelMail from http to https using Apache2  ? in Operating System - Linux</title>
    <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867974#M84273</link>
    <description>thanks, but cannot find this plugin file:&lt;BR /&gt;&lt;BR /&gt;ext:/usr/share/squirrelmail/plugins# ls &lt;BR /&gt;&lt;BR /&gt;README.plugins&lt;BR /&gt;abook_take&lt;BR /&gt;administrator&lt;BR /&gt;bug_report&lt;BR /&gt;calendar&lt;BR /&gt;delete_move_next&lt;BR /&gt;filters&lt;BR /&gt;fortune&lt;BR /&gt;index.php&lt;BR /&gt;info&lt;BR /&gt;listcommands&lt;BR /&gt;mail_fetch&lt;BR /&gt;make_archive.pl&lt;BR /&gt;message_details&lt;BR /&gt;newmail&lt;BR /&gt;sent_subfolders&lt;BR /&gt;spamcop&lt;BR /&gt;squirrelspell&lt;BR /&gt;translate</description>
    <pubDate>Fri, 22 Sep 2006 10:05:47 GMT</pubDate>
    <dc:creator>'chris'</dc:creator>
    <dc:date>2006-09-22T10:05:47Z</dc:date>
    <item>
      <title>howto redirect SquirrelMail from http to https using Apache2  ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867971#M84270</link>
      <description>hi&lt;BR /&gt;&lt;BR /&gt;howto redirect SquirrelMail from http to https using Apache2  ?&lt;BR /&gt;&lt;BR /&gt;I've tried to add the following entry:&lt;BR /&gt;&lt;BR /&gt;# cat /etc/apache2/sites-enabled/000-default&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Alias /mail /usr/share/squirrelmail&lt;BR /&gt;&lt;BR /&gt;&lt;DIRECTORY&gt;&lt;BR /&gt;        php_flag register_globals off&lt;BR /&gt;        Options Indexes FollowSymLinks&lt;BR /&gt;        &lt;IFMODULE mod_dir.c=""&gt;&lt;BR /&gt;        DirectoryIndex index.php&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;# access to configtest is limited by default to prevent information leak&lt;BR /&gt;        &lt;FILES configtest.php=""&gt;&lt;BR /&gt;        order deny,allow&lt;BR /&gt;        deny from all&lt;BR /&gt;        allow from 127.0.0.1&lt;BR /&gt;        &lt;/FILES&gt;&lt;BR /&gt;&lt;/DIRECTORY&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;IFMODULE mod_rewrite.c=""&gt;&lt;BR /&gt;  &lt;IFMODULE mod_ssl.c=""&gt;&lt;BR /&gt;    &lt;LOCATION&gt;&lt;BR /&gt;      RewriteEngine on&lt;BR /&gt;      RewriteCond %{HTTPS} !^on$ [NC]&lt;BR /&gt;      RewriteRule . &lt;A href="https://mydomain.net/mail" target="_blank"&gt;https://mydomain.net/mail&lt;/A&gt;  [L]&lt;BR /&gt;    &lt;/LOCATION&gt;&lt;BR /&gt;  &lt;/IFMODULE&gt;&lt;BR /&gt;&lt;/IFMODULE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;kind regards&lt;BR /&gt;chris</description>
      <pubDate>Fri, 22 Sep 2006 08:04:12 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867971#M84270</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-22T08:04:12Z</dc:date>
    </item>
    <item>
      <title>Re: howto redirect SquirrelMail from http to https using Apache2  ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867972#M84271</link>
      <description>Hmm... the /etc/apache2/sites-enabled looks like Debian's configuration style...&lt;BR /&gt;&lt;BR /&gt;Apparently you have both HTTP and HTTPS served using the same configuration file. It would be easier to split the configuration in two, and have one "site" for HTTP traffic and another for HTTPS. &lt;BR /&gt;&lt;BR /&gt;The mod_rewrite is a powerful but cryptic tool. For this I would recommend using the Redirect and/or RedirectMatch directives: they're simpler to use.&lt;BR /&gt;&lt;BR /&gt;If you can separate the HTTP and HTTPS configurations, &lt;BR /&gt;Redirect /mail &lt;A href="https://mydomain.net/mail" target="_blank"&gt;https://mydomain.net/mail&lt;/A&gt;&lt;BR /&gt;should do the trick.&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Sep 2006 08:38:05 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867972#M84271</guid>
      <dc:creator>Matti_Kurkela</dc:creator>
      <dc:date>2006-09-22T08:38:05Z</dc:date>
    </item>
    <item>
      <title>Re: howto redirect SquirrelMail from http to https using Apache2  ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867973#M84272</link>
      <description>Shalom chris,&lt;BR /&gt;&lt;BR /&gt;You don't redirect it in httpd.&lt;BR /&gt;&lt;BR /&gt;You go to the squirrellmail plugins page. Choose the https/secure plugin package.&lt;BR /&gt;&lt;BR /&gt;Unzip the plugin.&lt;BR /&gt;&lt;BR /&gt;follow installation instructions.&lt;BR /&gt;&lt;BR /&gt;install it.&lt;BR /&gt;&lt;BR /&gt;restart httpd server&lt;BR /&gt;&lt;BR /&gt;By default it logs in https and then goes normal for mail composition and reading.&lt;BR /&gt;&lt;BR /&gt;It comes with a configuration file that is english readable and can be set for all https operations.&lt;BR /&gt;&lt;BR /&gt;SEP</description>
      <pubDate>Fri, 22 Sep 2006 08:47:10 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867973#M84272</guid>
      <dc:creator>Steven E. Protter</dc:creator>
      <dc:date>2006-09-22T08:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: howto redirect SquirrelMail from http to https using Apache2  ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867974#M84273</link>
      <description>thanks, but cannot find this plugin file:&lt;BR /&gt;&lt;BR /&gt;ext:/usr/share/squirrelmail/plugins# ls &lt;BR /&gt;&lt;BR /&gt;README.plugins&lt;BR /&gt;abook_take&lt;BR /&gt;administrator&lt;BR /&gt;bug_report&lt;BR /&gt;calendar&lt;BR /&gt;delete_move_next&lt;BR /&gt;filters&lt;BR /&gt;fortune&lt;BR /&gt;index.php&lt;BR /&gt;info&lt;BR /&gt;listcommands&lt;BR /&gt;mail_fetch&lt;BR /&gt;make_archive.pl&lt;BR /&gt;message_details&lt;BR /&gt;newmail&lt;BR /&gt;sent_subfolders&lt;BR /&gt;spamcop&lt;BR /&gt;squirrelspell&lt;BR /&gt;translate</description>
      <pubDate>Fri, 22 Sep 2006 10:05:47 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867974#M84273</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-22T10:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: howto redirect SquirrelMail from http to https using Apache2  ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867975#M84274</link>
      <description>Hi, &lt;BR /&gt;&lt;BR /&gt;you should find all the plugins you need for Squirrelmail on the website : &lt;A href="http://www.squirrelmail.org/plugins.php" target="_blank"&gt;www.squirrelmail.org/plugins.php&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Hope this helps,&lt;BR /&gt;&lt;BR /&gt;Nils</description>
      <pubDate>Sat, 23 Sep 2006 07:37:08 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867975#M84274</guid>
      <dc:creator>Nils_9</dc:creator>
      <dc:date>2006-09-23T07:37:08Z</dc:date>
    </item>
    <item>
      <title>Re: howto redirect SquirrelMail from http to https using Apache2  ?</title>
      <link>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867976#M84275</link>
      <description>this problem is solved:&lt;BR /&gt;&lt;BR /&gt;# a2enmod rewrite&lt;BR /&gt;Module rewrite installed; run /etc/init.d/apache2 force-reload to enable.</description>
      <pubDate>Sat, 23 Sep 2006 09:56:45 GMT</pubDate>
      <guid>https://community.hpe.com/t5/operating-system-linux/howto-redirect-squirrelmail-from-http-to-https-using-apache2/m-p/3867976#M84275</guid>
      <dc:creator>'chris'</dc:creator>
      <dc:date>2006-09-23T09:56:45Z</dc:date>
    </item>
  </channel>
</rss>

