On 6/4/2011 20:35, Charles Marcus wrote:
On 2011-06-03 9:51 PM, Jin FengMing wrote:
Hi all,  I'm not so sure it is about to dovecot, but any thoughts will
be appreciated.
I have an email account configured as IMAP(dovecot-1.2.10) via outlook
2010. If I'm creating a *new* mailbox folder, for example "ttt", and
*copying* a mail into *that* mailbox folder,  then an error message
window will be displayed.
It is customary before reporting a problem to upgrade to the latest
version to see if it is already fixed - especially when testing with a
considerably outdated version...

Sorry about that the missing information: I have tried 1.2.11 ~ 1.2.17, but sadly not help out.


Current versions are: 1.2.17 (of the 1.2 branch) and 2.0.13 (current
stable branch)...

Will try to 2.0.13...

Output of dovecot -n is also recommended (so we don't have to guess
about your config settings)...


here it is:

# 1.2.10: /usr/local/etc/dovecot.conf
# OS: Linux 2.6.38-8-generic i686 Ubuntu 11.04
listen: *:143
ssl: no
disable_plaintext_auth: no
login_dir: /usr/local/var/run/dovecot/login
login_executable: /usr/local/libexec/dovecot/imap-login
login_process_per_connection: no
login_max_processes_count: 1
login_max_connections: 24
max_mail_processes: 24
verbose_proctitle: yes
mail_location: maildir:~/Maildir:INDEX=MEMORY
mail_debug: yes
imap_capability: IMAP4rev1 LITERAL+ SASL-IR LOGIN-REFERRALS ID ENABLE SORT SORT=DISPLAY THREAD=REFERENCES THREAD=REFS MULTIAPPEND UNSELECT IDLE CHILDREN NAMESPACE UIDPLUS LIST-EXTENDED I18NLEVEL=1 CONDSTORE QRESYNC ESEARCH ESORT SEARCHRES WITHIN CONTEXT=SEARCH LIST-STATUS
auth default:
  mechanisms: plain login
  passdb:
    driver: passwd-file
    args: scheme=plain username_format=%u /usr/local/etc/imap.passwd
  userdb:
    driver: static
    args: uid=jinfm gid=jinfm home=/home/jinfm/vmail/%u
  socket:
    type: listen


Reply via email to