[Dovecot] unknown namespace with Mac OS client

Rick Romero rick at havokmon.com
Thu Jan 11 13:59:41 UTC 2007


On Thu, 2007-01-11 at 08:23 -0500, Barry Warsaw wrote:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
> 
> On Jan 11, 2007, at 6:58 AM, Kenny Dail wrote:
> 
> >> Actually, I can't test it out.  I've upgraded to OSX 10.4, and the
> >> problem with Mail.app (now 2.0.7) appears to be fixed.
> > Interesting... Because it's broken on my systems with 10.4 and Mail  
> > 2.1
> 
> Same here.

Well what the heck?   I'm still on RC7 if that makes any difference.

And why, if I have no updates in queue, is my version of Mail.App older?

Hmm 

Here's my config, for sh*ts and giggles:


base_dir = /var/run/dovecot/
protocols = imap imaps
listen = *
disable_plaintext_auth = no
shutdown_clients = yes
log_path = /var/log/dovecot/dovecot.log
info_log_path = /var/log/dovecot/dovecot_info.log
log_timestamp = "%b %d %H:%M:%S "

ssl_cert_file = /usr/local/share/courier-imap/mail-vfemail-godaddy.crt
ssl_key_file = /usr/local/share/courier-imap/mail-vfemail-godaddy.key
# These certs suck, FYI :)

verbose_ssl = no

login_dir = /var/run/dovecot/login

login_user = nobody

login_greeting = VFEmail IMAP Dovecot ready.

namespace private {
    separator = .
    prefix = INBOX.
    inbox = yes
}

mail_debug = no

verbose_proctitle = yes

first_valid_uid = 89
last_valid_uid = 0

protocol imap {
  mail_plugins = quota imap_quota
  imap_client_workarounds = outlook-idle
}


protocol pop3 {

}

protocol lda {
  postmaster_address = admin at vfemail.net

}

auth_verbose = no
auth_debug = no


auth default {
  mechanisms = plain

 passdb checkpassword {
        args = /usr/local/vpopmail/bin/vchkpw
    }
    userdb prefetch {
    }

  user = vpopmail

}

dict {
}

plugin {
  quota = maildir

}




More information about the dovecot mailing list