[Kolab-devel] What about squirrelmail standard in 2.2 ?
Alain Spineux
aspineux at gmail.com
Fri Jun 15 19:49:29 CEST 2007
Here are my personal notes in wiki format
==== Openpkg package ====
{{{
# /kolab/bin/openpkg rpm --rebuild --nodeps /s0/linux/openpkg/squirrelmail-
1.4.9a-20070315.src.rpm --define "with_plugins no"
# /kolab/bin/openpkg rpm -Uvh /kolab/RPM/PKG/squirrelmail-
1.4.9a-20070315.ix86-fedora6-kolab.rpm
}}}
=== Squirrelmail configuration ===
{{{
# cd /kolab/share/squirrelmail
# ln -sf ../../etc/squirrelmail/config_local.php config_local.php
# cat /kolab/etc/squirrelmail/config_local.php
<?php
/**
* Local config overrides.
*
* You can override the config.php settings here.
* Don't do it unless you know what you're doing.
* Use standard PHP syntax, see config.php for examples.
*
* @copyright © 2002-2006 The SquirrelMail Project Team
* @license http://opensource.org/licenses/gpl-license.php GNU Public
License
* @version $Id: config_local.php,v 1.2.2.3 2006/04/14 22:27:07 jervfors Exp
$
* @package squirrelmail
* @subpackage config
*/
$squirrelmail_default_language = 'en_US';
$imapServerAddress = 'localhost';
$imap_auth_mech = 'login';
$optional_delimiter = '/';
$trash_folder = 'INBOX/Trash';
$sent_folder = 'INBOX/Sent';
$draft_folder = 'INBOX/Drafts';
/*
$encode_header_key = 'ec708b484289';
$hide_auth_header = false;
¨*/
$plugins[15] = 'bounce';
?>
# cp /kolab/share/squirrelmail/index.php
/kolab/share/squirrelmail/index.php.orig
# cat /kolab/share/squirrelmail/index.php
<?php
// If we are, go ahead to the login page.
header('Location: src/login.php');
?>
}}}
== Apache integration ==
{{{
# grep Include /kolab/etc/kolab/templates/httpd.conf.template
Include "/kolab/etc/apache/apache.d/*.conf"
Include /kolab/etc/apache/apache.local
# cat /kolab/etc/apache/apache.d/squirrelmail.conf
Alias /webmail/ /kolab/share/squirrelmail/
}}}
http://fc6-eg/webmail/
http://fc6-eg/webmail/src/login.php
== Test configuration ==
https://fc6-eg/webmail/src/configtest.php
On 6/14/07, Andrew J. Kopciuch <akopciuch at bddf.ca> wrote:
>
> On June 14, 2007, Alain Spineux wrote:
> > Hello
> >
> > I know everyone is waiting for the now near ready HORD :-)
> > But squirrelmail is very light and very easy to configure.
> >
> > I'm ready to provide the patch for its KOLAB integration.
> >
> > Someone interested ?
> >
> > Regards
>
> Why not create a patch with instructions / you story on the wiki?
>
> I would be interested.
>
>
> Andy
>
> _______________________________________________
> Kolab-devel mailing list
> Kolab-devel at kolab.org
> https://kolab.org/mailman/listinfo/kolab-devel
>
>
--
--
Alain Spineux
aspineux gmail com
May the sources be with you
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.kolab.org/pipermail/devel/attachments/20070615/d968f4fc/attachment.html>
More information about the devel
mailing list