Hi, I just installed the new cyrus-imapd-2.1.9
1) When users create a folder with their mail client, the folder is not in /var/spool/imap/user/username/foldername but in /var/spool/imap/foldername and the acl of this folder are not username lrswipcda but anyone lrs (folder created in the inbox are created correctly) Is there a way to deny public folder creation ? 2) The autocreatequota seems to be broken ? The quotas are not set on newly created mailboxes. Where is the problem, could it be linked with the unixhierarchy option or more probably with the alternate namespace option ? Thanks for your help! Greg My test imapd.conf: # imapd.conf, Ver 0.1 ########################################## # Global info's ########################################## servername: localhost postmaster: postmaster@localhost configdirectory: /var/imap partition-default: /var/spool/imap unixhierarchysep: yes altnamespace: yes imapidresponse: no ########################################## # Autentification & User rights ########################################## admins: root gb cyrus sasl_pwcheck_method: saslauthd allowanonymouslogin: no sasl_auto_transition: yes ########################################## # Quota & Message size limit ########################################## quotawarn: 90 autocreatequota: 15000000 maxmessagesize: 10485760 lmtp_overquota_perm_failure: no ########################################## # SSL configuration ########################################## tls_cert_file: /var/imap/ssl/localhost.crt tls_key_file: /var/imap/ssl/localhost.key ########################################## # Sieve configuration ########################################## #sieve_maxscriptsize: 32 #sieve_maxscripts: 5 ########################################## # Special hacks ########################################## netscapeurl: http://localhost/ ########################################## # Other features ########################################## singleinstancestore: yes duplicatesuppression: yes