Re: Version controlled (git) Maildir generated by Dovecot

2020-10-07 Thread Vitalii
My 5 cents: Git is REVISION control, It make sense to use it if files are modified. Email is static files so it's better to use any backup system with archiving capabilities (gzip or similar). It provide ability to copy partially or just some old years to another HDD that is not possible with git.

Re: Incremental purge?

2020-09-02 Thread Vitalii
> > On 24/08/2020 08:30 Jesus Cea wrote: > > > > > > I would be personally interested in incremental purge per user. My > > personal IMAP account, for instance, has at this moment about 40GB > > of mdbox files. I keep most of my email for decades, but sure I > > could free some space doing a p

Re: Incremental purge?

2020-09-02 Thread Vitalii
On Mon, 24 Aug 2020 10:28:39 +0200 Benny Pedersen wrote: > why not maildir+ ? > mdbox imho keep used space until purged, where maildir+ does not That's the point and good advantage as you can restore accidentally deleted email later. Also it's speed up deleting and as a result overall dovecot s

Re: BUG report: dbox movealt doesn't move reverse (to default location)

2020-07-13 Thread Vitalii
On Thu, 9 Jul 2020 13:12:46 +0100 Vitalii wrote: > Hi, > > Here is the problem that occured: > #sudo doveadm -D altmove -u v...@vito.pp.ua all > works properly and moves all storage to alt dir. > However, to move it back to default storage I add '-r' by manual: >

Re: Syncing emails from external server like Gmail

2020-07-13 Thread Vitalii
On Mon, 13 Jul 2020 10:50:09 +0200 Robert Schetterer wrote: > perhaps this help > > getmail should use /usr/lib/dovecot/deliver That is what I used before and wanted to switch off. Here is the 2 main reasons: 1) It add extra header overhead similar to: Received by localost at time, etc)

Re: Syncing emails from external server like Gmail

2020-07-13 Thread Vitalii
flagged BY ME emails (versus 'Important' folder). And yes, I can have local user "u...@gmail.com" it doesn't cause conflicts even so It may be confusing. Thanks, Vitalii Nagara

Re: Syncing emails from external server like Gmail

2020-07-12 Thread Vitalii
On Sun, 12 Jul 2020 23:45:07 +0300 Sami Ketola wrote: > > On 12. Jul 2020, at 23.38, Sami Ketola > > wrote: > > > > > > > >> On 12. Jul 2020, at 12.54, Vitalii wrote: > >> > >> Panic: file imapc-sync.c: line 328 (imapc_initial_sy

Re: Syncing emails from external server like Gmail

2020-07-12 Thread Vitalii
On Sat, 11 Jul 2020 20:36:44 +0300 Sami Ketola wrote: > > On 11. Jul 2020, at 14.22, Vitalii wrote: > > > > Greeting > > > > I've managed to backup my emails from external email server via > > dsync and imapc: protocol like this: > > &g

Syncing emails from external server like Gmail

2020-07-11 Thread Vitalii
Greeting I've managed to backup my emails from external email server via dsync and imapc: protocol like this: doveadm -Dv -o imapc_user='u...@gmail.com' -o imapc_password="pass" -o imapc_host=imap.gmail.com backup -R -u d...@ejoom.com imapc: taken from https://wiki.dovecot.org/Migration/Dsync I

BUG report: dbox movealt doesn't move reverse (to default location)

2020-07-09 Thread Vitalii
Hi, Here is the problem that occured: #sudo doveadm -D altmove -u v...@vito.pp.ua all works properly and moves all storage to alt dir. However, to move it back to default storage I add '-r' by manual: #sudo doveadm -D altmove -u v...@vito.pp.ua -r all That seems behave like the original command

BUG report: dbox movealt doesn't move reverse (to default location)

2020-07-09 Thread Vitalii
Hi, Here is the problem that occured: #sudo doveadm -D altmove -u v...@vito.pp.ua all works properly and moves all storage to alt dir. However, to move it back to default storage I add '-r' by manual: #sudo doveadm -D altmove -u v...@vito.pp.ua -r all That seems behave like the original command