Re: Solr 6.4.1

2017-02-08 Thread Aki Tuomi
On 09.02.2017 07:54, Daniel Miller wrote: > I've been running Solr for a while (4.10.3) - wanted to make the jump > to the latest & greatest. I installed 6.4.1, copied over my > schema.xml - and after a couple false starts where I needed to tweak > it work with the new version...it works! I did

Solr 6.4.1

2017-02-08 Thread Daniel Miller
I've been running Solr for a while (4.10.3) - wanted to make the jump to the latest & greatest. I installed 6.4.1, copied over my schema.xml - and after a couple false starts where I needed to tweak it work with the new version...it works! I did not copy the database, started from scratch, an

Re: fts_solr and connection via https://

2017-02-08 Thread Jan Vonde
Am 07.02.2017 um 12:29 schrieb Stephan Bosch: > > > Op 31-1-2017 om 6:33 schreef Jan Vonde: >> Am 31.01.2017 um 00:04 schrieb Stephan Bosch: >>> Op 1/22/2017 om 12:01 PM schreef Stephan Bosch: Op 1/22/2017 om 10:01 AM schreef Jan Vonde: > I tried adding the following settings but that di

Re: AW: How to add User in MSSQL DB - error unknown user

2017-02-08 Thread Tom Hendrikx
Hi, Your postfix and dovecot configurations refer to a MySQL database that contains email accounts. You didn't get all of that by doing 'apt-get install postfix dovecot', the database setup is something you added yourself (or someone else did that for you). Running 'adduser -m maurizio' will creat

AW: How to add User in MSSQL DB - error unknown user

2017-02-08 Thread Maurizio Caloro
Linux caloro.ch 3.16.0-4-amd64 #1 SMP Debian 3.16.39-1 (2016-12-30) x86_64 GNU/Linux Apt-get install postfix dovecot Adduser -m maurizio Add config steps to dovecot.conf, main.cf, master.cf Email from CLI running, but if connect from Outlook or Thunderbird I have this error, I think that maurizi

Re: How to add User in MSSQL DB - error unknown user

2017-02-08 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 8 Feb 2017, Maurizio Caloro wrote: Please I need to add "Maurizio" to this MSSQL DB, but I don't now how to add this step add this step to which workflow, action, ... ? in my opinion I'think that the user can't be found, so I will have

How to add User in MSSQL DB - error unknown user

2017-02-08 Thread Maurizio Caloro
Hello Please I need to add "Maurizio" to this MSSQL DB, but I don't now how to add this step in my opinion I'think that the user can't be found, so I will have the "unknown user" Can give here any little help to fix this? Feb 8 12:09:56 caloro dovecot: auth: Debug: auth client connecte

define auth timeout

2017-02-08 Thread Daniel Betz
Hello list, when reloading dovecot via "doveadm reload" it throws me tons of errors like this: Feb 08 10:57:30 server1 dovecot[18243]: Feb 08 10:57:30 imap: Error: net_connect_unix(/run/dovecot/auth-master) failed: Resource temporarily unavailable Feb 08 10:57:30 server1 dovecot[18243]: Feb 08

Re: Changes to userdb not picked up

2017-02-08 Thread Steffen Kaiser
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Wed, 8 Feb 2017, Tom Sommer wrote: I know, but I'm changing the quota in dict:sql so running commands on the mailserver itself it something I would like to avoid. hm: http://wiki2.dovecot.org/Design/DoveadmProtocol/HTTP it is essentially the s

Re: Changes to userdb not picked up

2017-02-08 Thread Tom Sommer
I know, but I'm changing the quota in dict:sql so running commands on the mailserver itself it something I would like to avoid. --- Tom On 2017-02-06 14:29, Urban Loesch wrote: You can flush the cache with: "doveadm auth cache flush $USER" Regards Urban Am 06.02.2017 um 13:59 schrieb Tom So