[Kolab-devel] Distribute Squirrelmail with kolab

Gunnar Wrobel wrobel at pardus.de
Mon Jan 7 19:13:33 CET 2008


Hi Alian,

"Alain Spineux" <aspineux at gmail.com> writes:

> Hi
>
> Happy Christmas!
>
> Openpkg team has integrated my patch to their squirrelmail package.
> Now the package is plug&play! Install it and connect to
> http://............../webmail/
> and you are in.

sounds very good. Thanks for the contribution.

> For kolab I added an option "with_kolab" that make it more close to
> kolab, but this require
> my very small patch at https://intevation.de/roundup/kolab/issue2366

I commented on that one now. I believe in it's current form it
conflicts with the postfix settings. Shouldn't be too hard to fix it
though.

> The with_kolab option provide a config_local.php file dedicated to Kolab:
> I put it at the end of the mail, here are some of the stuff :
>
> - I use 'INBOX/{Trash,Sent,Drafts} folder and create it at first login
> if missing.
> - I dont use sendmail command to inject the mail, but prefer SMTP TLS
> with PLAIN authentication (then postfix log are relevant)
> - I have configured only email related plugins, the tiny calendar is
> their but I things this is good tool
> to locate an appointment in the time, users are no supposed to fill in
> any entry.
> - A user cannot send on behalf of another one (change is From: field)
>
> I will collect any advice and submit changes to Openpkg team.
>
> Gunnar, you can forget Horde, now that we have a far more reliable
> webmail interface!
>
> I joke :-)

:)

>
> May I expect Squirrelmail to be integrated into next kolab distribution ?

I'm not opposed to that. While the install-kolab.sh script is still
problematic we start having optional Kolab server features (currently
"-F" for fbview and "-H" for Horde). Adding another "-S" for
squirrelmail should not be too hard.

The only problematic point I can see is that each feature on the Kolab
server is currently fully supported by the Kolab development
team. This will probably not be possible with such experimental
extensions. I don't know what the policy on that will be.

But I'd definitely like to see installing such extensions getting
easier than they are at the moment. Maybe Bernhard can comment on
that.

Cheers,

Gunnar

>
>
> Regards.
>
>
>
> <?php
> /*
>  * config_local.php
>  */
>
> $squirrelmail_default_language = 'en_US';
> $default_charset = 'utf-8';
>
> $imapServerAddress      = 'localhost';
> $imap_auth_mech         = 'login';
>
> $optional_delimiter     = '/';
>
> $trash_folder           = 'INBOX/Trash';
> $sent_folder            = 'INBOX/Sent';
> $draft_folder           = 'INBOX/Drafts';
> $auto_create_special    = true;
>
> $useSendmail = false;
> $smtpServerAddress = 'localhost';
> $smtpPort = 465;
> $use_smtp_tls = true;
> $smtp_auth_mech = 'plain';
>
> /* $encode_header_key      = 'ec708b484289'; */
> /* $hide_auth_header       = false; */
>
> $org_name = "Kolab";
> $org_logo = SM_PATH . 'images/sm_logo.png';
> $org_logo_width = '308';
> $org_logo_height = '111';
>
> $org_title = "Kolab";
>
> $provider_name = 'Kolab';
> $provider_uri = 'http://www.kolab.org/';
>
> $edit_identity = false;
>
> unset($plugins);
> $plugins[0]  = 'abook_take';
> $plugins[]  = 'administrator';
> $plugins[]  = 'calendar';
> $plugins[]  = 'compatibility';
> $plugins[]  = 'delete_move_next';
> $plugins[]  = 'listcommands';
> $plugins[]  = 'message_details';
> $plugins[] = 'newmail';
> $plugins[] = 'squirrelspell';
> $plugins[] = 'squirrel_logger';
> $plugins[] = 'translate';
>
> $plugins[] = 'addgraphics';
> $plugins[] = 'check_quota';
> $plugins[] = 'folder_sizes';
> $plugins[] = 'pupdate';
> $plugins[] = 'show_user_and_ip';
> $plugins[] = 'smallcal';
> $plugins[] = 'vkeyboard';
> $plugins[] = 'username';
>
> ?>
>
>
> -- 
> Alain Spineux
> aspineux gmail com
> May the sources be with you
>
> _______________________________________________
> Kolab-devel mailing list
> Kolab-devel at kolab.org
> https://kolab.org/mailman/listinfo/kolab-devel

-- 
______ http://kdab.com _______________ http://kolab-konsortium.com _

p at rdus Kolab work is funded in part by KDAB and the Kolab Konsortium

____ http://www.pardus.de _________________ http://gunnarwrobel.de _
E-mail : p at rdus.de                                 Dr. Gunnar Wrobel
Tel.   : +49 700 6245 0000                          Bundesstrasse 29
Fax    : +49 721 1513 52322                          D-20146 Hamburg
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   >> Mail at ease - Rent a kolab groupware server at p at rdus <<                 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~




More information about the devel mailing list