On 22 Jul 2003, joe ritter writes:

> localhost.localdomain> cm "user.chef2b.Dollar Bill"
> createmailbox: Unexpected extra arguments to Create

(1) Make sure the user.chef2b mailbox already exists.

(2) Try escaping all spaces in the mailbox name with a backslash,
rather than quoting the whole string.

  localhost.localdomain> cm user/chef2b             
  localhost.localdomain> cm user/chef2b/Dollar\ Bill
  localhost.localdomain> 

works fine here, against 2.1.11.  I'm using "unixhierarchysep: yes",
hence the use of "/" where you had "." in the example.

Jonathan
--
Jonathan Marsden        | Internet: [EMAIL PROTECTED]   | Making electronic 
1252 Judson Street      | Phone: +1 (909) 795-3877      | communications work 
Redlands, CA 92374      | Fax:   +1 (909) 795-0327      | reliably for Christian 
USA                     | http://www.xc.org/jonathan    | missions worldwide 



Reply via email to