Displaying 1 result from an estimated 1 matches for "__mailbox__".
2018 Jul 01
0
permissions of newly created mailboxes only with dovecot-lda and posix acls
...box_command = /usr/local/sbin/postfix-lda.sh
----------
logger -p mail.info -t postfix-lda "H: $HOME, S: $SENDER, R: $RECIPIENT, U: $(umask), id: $(/bin/id); $@"
dovecot-lda -f "$SENDER" -a "$RECIPIENT" -onamespace/inbox/location=maildir:~/Maildir:LAYOUT=fs:FULLDIRNAME=__MAILBOX__
----------
If a mailbox is created with dovecot-lda (sieve), permissions look like that:
$ ls -ld Maildir Maildir/2018-q3 Maildir/2018-q3/__MAILBOX__
drwxrws---+ 49 leo leo 4096 Jul 1 09:53 Maildir
drwxrwx---+ 3 leo leo 24 Jul 1 09:40 Maildir/2018-q3
drwxrwx---+ 2 leo staff 6 Jul 1...