How to prevent, or change priority, of dovecot's FAILed relay-submission to relay's IPv6 address, and submit ONLY/first to IPv4?

2021-04-03 Thread PGNet Dev
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

Re: Incorrect value sent to solr

2021-04-03 Thread Łukasz Szczepański
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

Re: Incorrect value sent to solr

2021-04-03 Thread Shawn Heisey
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

Re: Incorrect value sent to solr

2021-04-03 Thread Łukasz Szczepański
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

Re: Incorrect value sent to solr

2021-04-03 Thread Shawn Heisey
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

Re: .IMAP locations

2021-04-03 Thread Elise
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,

Seeking Advice for data recovery

2021-04-03 Thread Riccardo Bicelli
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

Re: Emails Ending up in Junk

2021-04-03 Thread Aki Tuomi
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

Re: .IMAP locations

2021-04-03 Thread Aki Tuomi
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 > >