Re: [SOGo] RPM Package build scripts

2017-01-05 Thread Tilo Werner
I'd like to build rpm packages within a docker container. I've created a Dockerfile/Run-Script for debian wheezy and jessie and I'd like to do that also for centos6/7. A very first fork of my debian scripts can be found at: https://github.com/pluhmen/docker-sogo-build-centos7/tree/first_try

[SOGo] Signing of SOGo/SOPE Source Packages

2017-01-02 Thread Tilo Werner
Hi, it would be really nice if the source packages provided by Inverse Inc. would be signed via gpg or at least there were some Checksum-Files available. Regards, Tilo signature.asc Description: OpenPGP digital signature

Re: [SOGo] How to build the packages for Debian

2016-08-08 Thread Tilo Werner
Am 05.08.2016 um 06:24 schrieb Chris Coleman (ch...@espacenetworks.com): > Yes, it would be most convenient to make one automated build script > which would do all these steps, and produce the rpms and debs. So, > anyone could run the script on their machine, it downloads openchange > source,

[SOGo] Automated Container Buildsystem for Package Creation

2016-07-31 Thread Tilo Werner
Hi, I've created two Docker container to automate the Debian package building. Both are able to build version 2 and 3. Both are currently not building with OpenChange support @Slávek ;-) You can find them on DockerHub https://hub.docker.com/u/pluhmen/ and on GitHub https://github.com/pluhmen

Re: [SOGo] Enable Browser Caching Sogo v3 Nginx (Slow WebUI)

2016-07-06 Thread Tilo Werner
Am 06.07.2016 um 09:46 schrieb Christian Mack (christian.m...@uni-konstanz.de): > If you do, add an hint, that this cache has to be emptied on SOGo updates. > Else you will have a lot of unspecified trouble. I'm not able to create an account for the wiki. I don't know the answer. o_O TextCha

[SOGo] Enable Browser Caching Sogo v3 Nginx (Slow WebUI)

2016-07-05 Thread Tilo Werner
I'm fighting against a unattractive user experience caused by the slowness of the new v3 webui. First thing I've found was "Browser Caching disabled" :-( But: To enable Browser Caching for static content in nginx I've added expires max;

Re: [SOGo] SOGo not sending scripts to managesieve

2016-06-27 Thread Tilo Werner
Ubuntu 16.04 with dovecot 2.2.22? > > Oliver > > > -- Originalnachricht -- > Von: "Tilo Werner" <users@sogo.nu> > An: users@sogo.nu > Gesendet: 27.06.2016 12:43:54 > Betreff: Re: [SOGo] SOGo not sending scripts to managesieve > >> Hi, >> >

Re: [SOGo] SOGo not sending scripts to managesieve

2016-06-27 Thread Tilo Werner
Hi, for dovecot I've got: plugin { sieve = /var/vmail/%d/%n/.dovecot.sieve sieve_dir = /var/vmail/%d/%n/.sieve sieve_before = /etc/dovecot/sieve.before } where .dovecot.sieve is a link to the active sieve script in folder .sieve ls -la /var/vmail/moosbee.de/tilo/.dovecot.sieve ->