my server is a linux, dual-stack IPv4/IPv6 host
it runs multiple services, including, but not limited to, postfix & dovecot
the hostname is
internal.mx.example.com
its DNS config,
host internal.mx.example.com
internal.mx.example.com has address 10.1.1.15
Error java.lang.NumberFormatException: For input string: "2206267083" I
got from logs section in solr, it's visible when you expand an error.
NumberFormatException is raised when passed value isn't correct number
value. Quick tests shows that in this place solr expects signed int.
I know that u
On 4/3/2021 12:12 PM, Łukasz Szczepański wrote:
Rows isn't part of manage-schema for solr collection its build in common
query parameters in solr, and type of this field cannot be changed. It
controls the number of returned results (by default 10).
I still think that an issue on dovecot side, bu
I already have uid as long in schema:
stored="true"/>
stored="true"/>
stored="true"/>
stored="true"/>
Rows isn't part of manage-schema for solr collection its build in common
query parameters in solr, and type of this field cannot be changed. It
controls the number
On 4/2/2021 7:11 AM, Łukasz Szczepański wrote:
On a Solr side I got an error:
java.lang.NumberFormatException: For input string: "2206267083"
NumberFormat expect an int which max value is 2147483647.
Quick test reviles that rows parameter isn't required for correct
response from solr.
I think t
Op 3-4-21 om 9:39 schreef Aki Tuomi:
The .imap folder will not contain duplicate of your mails. It contains
indexes. These are not going to end up being same size as your mailbox.
Sorry, what I meant to say is that in every subfolder of the user/home
folder Dovecot is creating a .imap folder,
Hello,
we had a drive failure and needed to restore our dovecot server to
operational status in no time.
So we restored an "old" snapshot backup and worked on the failed drive
in order to recover the mails.
Data backup didn't worked :-(
Now the storage is updated with mails from beginning of time t
I recommend looking into mail_log plugin.
https://doc.dovecot.org/settings/plugin/mail-log-plugin/
Aki
> On 03/04/2021 02:57 Asai wrote:
>
>
> Hello Łukasz,
> This happens when the user is logged in on the computer. The user has to
> check for important emails in Junk regularly. We're trying
Hi Elise,
> On 03/04/2021 01:39 Elise wrote:
>
>
> I have this account, /usr/home/me
> To be able to admin websites, I created a folder /usr/home/me/www ,
> containing my siteroot /usr/home/me/www/mysite.com
>
> My dovecot.config:
> mail_location = mbox:/home/%u:INBOX=/var/mail/%u
>
>