Re: [owncloud-user] imap login

2015-07-29 Thread Gerald Vogt
Are you sure, the password is really correct? Try to call the function directly: $ php -r 'imap_open({localhost:143}, username, password, OP_HALFOPEN, 1);' If it fails you'll see an error. Also check the IMAP server log. -Gerald On 28/07/15 16:54, Martin S wrote: Hi, I've enabled the

[owncloud-user] Contacts app

2015-07-17 Thread Gerald Vogt
I don't want to be pushy here, but... as someone mentioned in a comment that the current contacts app would be dead I was wondering if I can expect anyone to review my pull requests on github or if that was just a waste of time and an operation on a dead patient... This was my first edits on

Re: [owncloud-user] [solved] Re: Owncloud server can't be installed in (K)Ubuntu 16.4

2016-05-01 Thread Gerald Vogt
On 01/05/16 12:25, Volker Wysk wrote: The owncloud.conf file was not present in /etc/apache2/conf-enabled. This repairs the problem: /etc/apache2/conf-enabled % ln -s ../conf-available/owncloud.conf . The debian/ubuntu way of doing this is with a2enconf... -Gerald

Re: [owncloud-user] Owncloud server can't be installed in (K)Ubuntu 16.4

2016-05-01 Thread Gerald Vogt
On 01/05/16 10:44, Volker Wysk wrote: Am Samstag, 30. April 2016, 23:15:06 CEST schrieb Chris: Okay, I've installed owncloud-9.0.1 now, from download.owncloud.org, and it installs fine. However, I can't access https://localhost/owncloud (or anything below). I get a 404 error. This is despite the

Re: [owncloud-user] Owncloud server can't be installed in (K)Ubuntu 16.4

2016-05-01 Thread Gerald Vogt
On 01/05/16 11:54, Volker Wysk wrote: Am Sonntag, 1. Mai 2016, 11:45:43 CEST schrieb Gerald Vogt: On 01/05/16 10:44, Volker Wysk wrote: Am Samstag, 30. April 2016, 23:15:06 CEST schrieb Chris: Okay, I've installed owncloud-9.0.1 now, from download.owncloud.org, and it installs fine. However, I

Re: [owncloud-user] Can't install 9.0.1 server, it installs but nothing is there

2016-05-04 Thread Gerald Vogt
owncloud installs the copyright notice into /usr/share/doc/owncloud It has two dependencies: owncloud-files and owncloud-deps-php5 which contain the server and the apache configuration. Are you sure the installation worked and installed all the dependencies as well? Sounds like it was

Re: [owncloud-user] Where/how to set date format in calendar?

2016-11-08 Thread Gerald Vogt
On 08/11/2016 14:42, Chris Green wrote: As per the subject, I've just noticed that the date format used for displaying dates in Calendar is MM/DD/ (whoever invented that?!). Seems you have set your owncloud language to American English instead of British English. Switch to British on

Re: [owncloud-user] Lots of LDAP Queries

2016-10-21 Thread Gerald Vogt
On 20/10/2016 12:23, Vincent Petry wrote: Possibly related ? https://github.com/owncloud/core/issues/26065 At least for me that's not related. I have analyzes the ldap server logs and the bind is only happening every 5 minutes. However, every 30 seconds the owncloud client on windows does

Re: [owncloud-user] SSL configuration to pass Qualys SSL Labs Test.

2017-05-18 Thread Gerald Vogt
On 18.05.17 18:28, Alexandre Adao wrote: I am trying to get A or A+ from the SSL server Test (https://www.ssllabs.com/ssltest ). I am ruining OpenSSL 1.0.1e-fips and Linux. I have grade A- and I think is because the issue with Forward Secrecy. Any advise please? 1. Ask on a mailing list for