Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Aki Tuomi
On 30.1.2019 8.31, Mark Moseley wrote: > On Tue, Jan 29, 2019 at 9:58 PM James Brown via dovecot > mailto:dovecot@dovecot.org>> wrote: > > On 30 Jan 2019, at 4:35 pm, Aki Tuomi > wrote: >> >>> >>> On 30 January 2019 at 07:12 James Brown < jlbr...@bor

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Mark Moseley
On Tue, Jan 29, 2019 at 9:58 PM James Brown via dovecot wrote: > On 30 Jan 2019, at 4:35 pm, Aki Tuomi wrote: > > > > On 30 January 2019 at 07:12 James Brown < jlbr...@bordo.com.au> wrote: > > > >> My settings: > ... > >> userdb { > >> driver = passwd > >> } > >> userdb { > >> driver = prefetch

Re: Solr - complete setup (update)

2019-01-29 Thread Joan Moreau via dovecot
On 2019-01-30 07:33, Stephan Bosch wrote: (forgot to CC mailing list) Op 26/01/2019 om 20:07 schreef Joan Moreau via dovecot: *- Bugs so far* -> Line 620 of fts_solr dovecot plugin : the size oof header is improperly calculated ("huge header" warning for a simple email, which kilss the ind

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread James Brown via dovecot
On 30 Jan 2019, at 4:35 pm, Aki Tuomi mailto:aki.tu...@open-xchange.com>> wrote: > >> >> On 30 January 2019 at 07:12 James Brown < jlbr...@bordo.com.au >> > wrote: >> >> >> >> My settings: >> ... >> >> userdb { >> >> driver = passwd >> >> } >> >> userdb { >> >> dri

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Aki Tuomi
On 30 January 2019 at 07:12 James Brown < jlbr...@bordo.com.au> wrote: >> My settings: >> >> $ sudo dovecot -n >> Password: >> # 2.3.4 (0ecbaf23d): /usr/local/etc/dovecot/dovecot.con

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Aki Tuomi
On 30 January 2019 at 06:37 James Brown via dovecot < dovecot@dovecot.org> wrote: On 30 Jan 2019, at 10:57 am, Stephan Bosch < step...@rename-it.nl step...@rename-it.nl>> wrote: Op 30/01/2019 om 00:06 schreef

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread James Brown via dovecot
On 30 Jan 2019, at 10:57 am, Stephan Bosch mailto:step...@rename-it.nl>> wrote: > > Op 30/01/2019 om 00:06 schreef James Brown via dovecot: >> >>> On 30 Jan 2019, at 9:24 am, Stephan Bosch >> > wrote: >>> >>> >>> >>> Op 29/01/2019 om 01:51 schreef James Brown via d

Re: doveadm batch crash

2019-01-29 Thread Stephan Bosch
Op 13/12/2018 om 23:00 schreef Jonathan Casiot via dovecot: On 08/12/2018 19:53, Jonathan Casiot via dovecot wrote: Hi I'm having an issue with doveadm batch - the following command always crashes: doveadm batch : mailbox status all inbox Whereas the following work as expected: dovea

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Stephan Bosch
Op 30/01/2019 om 00:06 schreef James Brown via dovecot: On 30 Jan 2019, at 9:24 am, Stephan Bosch wrote: Op 29/01/2019 om 01:51 schreef James Brown via dovecot: I’ve set up a new mail server. Auth-worker is giving me this error all the time: auth-worker(11160): Info: passwd(sa...@bordo

Re: Solr - complete setup (update)

2019-01-29 Thread Stephan Bosch
(forgot to CC mailing list) Op 26/01/2019 om 20:07 schreef Joan Moreau via dovecot: *- Bugs so far* -> Line 620 of fts_solr dovecot plugin : the size oof header is improperly calculated ("huge header" warning for a simple email, which kilss the index of that considered email, so basically M

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread James Brown via dovecot
> On 30 Jan 2019, at 9:24 am, Stephan Bosch wrote: > > > > Op 29/01/2019 om 01:51 schreef James Brown via dovecot: >> I’ve set up a new mail server. Auth-worker is giving me this error all the >> time: >> >> auth-worker(11160): Info: passwd(sa...@bordo.com.au >>

Re: Dovecot and FTS experiment

2019-01-29 Thread Daniel Miller via dovecot
On 1/29/2019 9:15 AM, Tomasz Nowak wrote: Hello, I'm trying to experiment with Dovecot and Solr server. I have >30k email addresses that I want to index to speed up searching and save IOPS on mail servers. For now - I'm doing some experiments and I'm testing how it is working. I'm thinking abo

Re: "unknown user - trying the next userdb" Info in log

2019-01-29 Thread Stephan Bosch
Op 29/01/2019 om 01:51 schreef James Brown via dovecot: I’ve set up a new mail server. Auth-worker is giving me this error all the time: auth-worker(11160): Info: passwd(sa...@bordo.com.au ,10.0.0.54,): unknown user  - trying the next userdb That is not an er

Re: mbox 2 Maildir

2019-01-29 Thread Tamas Hegedus
W/o downtime: see the wiki page below, the "Converting" section. Briefly for my case something like this should work and generally seems simple (no syntax checking yet, pseudo-code like): * Configuration uses mail_location = mbox:~/mails * setup per-user mail location and do for each user indiv

RE: mbox 2 Maildir

2019-01-29 Thread Marc Roos
I am also migration away from mbox to in my case mdbox. I am not fully aware of something that allows you to do this without downtime. To try to do as much as possible online, I have created an archive namespace and am moving the larger >5GB mbox files with old emails to that. So when the tim

Re: Dovecot and FTS experiment

2019-01-29 Thread Aki Tuomi
> On 29 January 2019 at 19:15 Tomasz Nowak wrote: > > > Hello, > > I'm trying to experiment with Dovecot and Solr server. > I have >30k email addresses that I want to index to speed up searching > and save IOPS on mail servers. > For now - I'm doing some experiments and I'm testing how it is

Dovecot and FTS experiment

2019-01-29 Thread Tomasz Nowak
Hello, I'm trying to experiment with Dovecot and Solr server. I have >30k email addresses that I want to index to speed up searching and save IOPS on mail servers. For now - I'm doing some experiments and I'm testing how it is working. I'm thinking about adding one additional server with Solr a

mbox 2 Maildir

2019-01-29 Thread Tamas Hegedus
Hi, I am not an professional system admin, but I am running a small debian mail server for many years. It is time to migrate from mbox to Maildir. There is a nice and clean description for doing this without service downtime at https://wiki.dovecot.org/Tools/Doveadm/Sync I have to set per-user