Re: Cyrus didn't answer on port 993, SSL missing_
Thomas Spuhler <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab,gmane.comp.kde.kolab.devel |
|---|---|
| Message-ID | <[email protected]> |
On Saturday, May 11, 2013 03:25:16 PM Thomas Spuhler wrote: > On Saturday, May 11, 2013 10:51:03 AM Jeroen van Meeuwen (Kolab Systems) wrote: > > On 2013-05-11 13:32, Richard wrote: > > > Hi Ruediger, > > > > > > Op zaterdag 11 mei 2013 13:52:38 schreef Ruediger Goetz: > > >> Hello > > >> > > >> Thanks for your help. I followed > > >> http://docs.kolab.org/de-DE/Kolab_Groupware/3.0/html-single/Community_ > > >> In sta llation_Guide/index.html where nothing about kolab-prep-setup > > >> is found. > > > > > > That is because Community_Installation_Guide is a general guide. > > > kolab-prep- > > > setup is especially created to support kolab on openSUSE. It makes > > > changes > > > openSUSE related, that are needed before Kolab is installed on > > > openSUSE. > > > > Is anyone interested in making the upstream setup-kolab be able to make > > such platform specific changes, for as far as they are platform specific > > (generating a CA / self-signed cert is not platform specific), if not > > simply integrating in to upstream documentation, the recommended > > additional steps that need to be taken for the use of openSUSE as a > > platform? > > > > Kind regards, > > > > Jeroen van Meeuwen > > Jeroen: > It may be easier when the distribution add the specifics. > I would appreciate if you, or somebody else from kolab could help on some > of the issues. I think also of cleaning up some of the packages such as > the /etc/roundcube/main.inc.php where we have some none-existent plugins > and some are called twice. I made a pykolab patch that would remove calling the none existent plugins. (based on Aleksander suggestion.) > > Doing the automatic start of [email protected] > > We the packagers in return help on finding bugs to compensate for kolab's > help. > > For example, I can provide the above file that has been cleaned. -- Best regards Thomas Spuhler _______________________________________________ Kolab-devel mailing list [email protected] https://www.intevation.de/mailman/listinfo/kolab-devel
roundcube.patch
(text/x-patch, 1.3 KB)
diff -ur pykolab-0.5.12/share/templates/roundcubemail/main.inc.php.tpl pykolab-0.5.12-roundcube/share/templates/roundcubemail/main.inc.php.tpl
--- pykolab-0.5.12/share/templates/roundcubemail/main.inc.php.tpl 2013-05-06 06:52:04.000000000 -0700
+++ pykolab-0.5.12-roundcube/share/templates/roundcubemail/main.inc.php.tpl 2013-05-13 15:17:03.911937522 -0700
@@ -95,21 +95,16 @@
'kolab_activesync',
'kolab_addressbook',
'kolab_auth',
- 'kolab_core',
'kolab_config',
'kolab_folders',
'libkolab',
'libcalendaring',
- 'listcommands',
'managesieve',
'newmail_notifier',
'odfviewer',
'password',
'redundant_attachments',
'tasklist',
- 'threading_as_default',
- // contextmenu must be after kolab_addressbook (#444)
- 'contextmenu',
);
if (file_exists(RCMAIL_CONFIG_DIR . '/' . \$_SERVER["HTTP_HOST"] . '/' . basename(__FILE__))) {
@@ -180,7 +175,6 @@
'calendar',
'kolab_addressbook',
'kolab_auth',
- 'kolab_core',
'kolab_config',
'kolab_folders',
'libkolab',
signature.asc
(application/pgp-signature, 198 B)
-----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iEYEABECAAYFAlGSxQYACgkQjsMgV2ARTmOrcACaApSbCo9/dRAS/olj+15FyNmS 63UAnAknAPodPhrELF2oJaK3JRQ9Tr7a =Jr3q -----END PGP SIGNATURE-----