Russell schrieb am Mon, Apr 08, 2002 at 02:34:33PM +0100: > Hi, > > I'm trying to use the alternate namespace feature, but having little joy. > > My /etc/imapd.conf file looks like this: > > configdirectory: /var/imap > partition-default: /var/spool/imap > admins: ******* > sasl_pwcheck_method: sasldb > allowanonymouslogin: no > allowplaintext: yes > altnamespace: yes > userprefix: user > sharedprefix: shared > unixhierarchysep: yes > tls_cert_file: /var/imap/server.pem > tls_key_file: /var/imap/server.pem > tls_ca_file: /var/imap/cacert.pem > tls_ca_path: /etc/CA > > When I use imtest to connect, I get this capability line: > > S: * CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS ID >NO_ATOMIC_RENAME UNSELECT MULTIAPPEND SORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES >IDLE STARTTLS AUTH=DIGEST-MD5 AUTH=CRAM-MD5 > S: C01 OK Completed > > Which is exactly the same as when I don't have altnamespace or unixhierarchysep set >to 'yes' (I don't know, but I'd expect something different.. maybe not!)
AFAIK you cannot see "unixhierarchysep" in the capability banner but only by issuing a <tag> LIST "" "" after authentication. Here is an example: A03 LIST "" "" * LIST (\Noselect) "." "" (this was without unixhierarchysep) A03 LIST "" "" * LIST (\Noselect) "/" "" (this was with unixhierarchysep) Regards, Birger