Re: Postfix/Dovecot permissions for new mailboxes

2018-05-13 Thread Aki Tuomi
On 09.05.2018 12:52, telsch wrote: > Hello, > > the wiki page describe that permission should copied from root mail > directory > https://wiki2.dovecot.org/SharedMailboxes/Permissions > > The permissions for the root mail directory are set to 2770: > drwxrws--- 36 root mail 4096 Apr 15 02

Re: dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both

2018-05-13 Thread Matt Bryant
imapc_prefix doesnt appear to be a valid option any more ... just gets a config error .. on the otherhand updated the src dovecot to have an explicitly defined named space which does seem to be working .. the namespace i created was pretty much default ie .. namespace inbox { type = private

Re: Marks as read on mover to Archive

2018-05-13 Thread Christian Kivalo
On 2018-05-12 08:55, @lbutlr wrote: How would I setup dovecot so that when messages are moved to the Archive mailbox, they are marked as read? Would it be similar to the imap-sieve for spam tagging? imapsieve_mailbox1_name = Junk imapsieve_mailbox1_causes = COPY imapsieve_mailbox1_befor

Re: dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both

2018-05-13 Thread Sami Ketola
> On 13 May 2018, at 14.07, Matt Bryant wrote: > > Sigh ... ok so had if statement in SQL land that appended LAYOUT=fs if > Maildir which explains the non-converting folder layout but NOT why the > process is not picking up the actual contents of INBOX ... > Try setting imapc_prefix=INBOX in

Re: dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both

2018-05-13 Thread Matt Bryant
Sigh ... ok so had if statement in SQL land that appended LAYOUT=fs if Maildir which explains the non-converting folder layout but NOT why the process is not picking up the actual contents of INBOX ... Matt > Matt Bryant > 13 May 2018 at 8:01 pm > Am attempting to br

dsync migration from maildir layout=fs to maildir seperator / - folders or inbox but not both

2018-05-13 Thread Matt Bryant
Am attempting to bring my mailserver back to home server post house move and whilst I could use rsync have been trying to get to grips with dsync. However, I seem to have an issue - my current server specifies mail_location as maildir:/var/vmail/%d/%n/Maildir:LAYOUT=fs and my imapc config on ne