Displaying 2 results from an estimated 2 matches for "m0700".
Did you mean:
0700
2015 Sep 15
1
2.2.18 Regression: Incorrect STATUS response for virtual mailboxes
As shown below, adding a message to TRASH doesn't increase
virtual/test's MESSAGES count. However SELECTing virtual/test triggers
the increase; so does running `doveadm mailbox status vsize
virtual/test` in another shell.
$ mkdir -m0700 ~/mail/virtual/test
$ echo -e "TRASH\n\tall" > ~/mail/virtual/test/dovecot-virtual
$ /usr/lib/dovecot/imap
S: * PREAUTH [CAPABILITY IMAP4rev1 ? ] Logged in as guilhem
C: a STATUS TRASH (MESSAGES UIDNEXT UNSEEN)
C: b STATUS virtual/test (MESSAGES UIDNEXT UNSEEN)
S: * STATUS...
2019 May 25
0
Race condition in IMAP NOTIFY for events received NOTIFY_DELAY_MSECS apart
...;<-EOF
log_path = /tmp/dovecot.log
mailbox_list_index = yes
mail_home = /dev/shm/dovecot-test/%u
mail_location = dbox:~/mail
ssl = no
EOF
(`doveconf -c /tmp/dovecot.conf -n` output enclosed.)
$ rm -rf /dev/shm/dovecot-test && mkdir -m0700 /dev/shm/dovecot-test
$ env -i USER=user HOME=/dev/shm/dovecot-test/user PATH=/usr/bin:/bin \
doveadm -c /tmp/dovecot.conf exec imap
S: * PREAUTH [CAPABILITY IMAP4rev1 ? NOTIFY] Logged in as user
C: a NOTIFY SET STATUS (SELECTED (MessageNew MessageExpunge FlagChange)) (MAILBOXES...