On Sun, 29 Jun 2003, Gabriel M. Mizrahi wrote: >Hi Andres, >Thank you for responding. >I have indeed removed all IMAP related files from the user account and it >didn't help though.
Did you check the logs, or the "detail" section / server response? What happens if you log into the server manually using openssl s_client (you can find examples of this in the archives), and run these commands: 1 CREATE testmailbox 2 CREATE INBOX/testmailbox 3 CREATE testmailbox/submailbox >I have written a script as you suggested, but I think it's not a classic >workaround (I think it should be something implemented in the code) Here I have to disagree, it's not a workaround but the way things are intended to work. The only difference from what was suggested in that message and what people will want is what the script actually does. Some will want it to create a symlink, some will want to log some statistical data and copy a standard mailbox depository from /etc/skel/mailbox and so on. I can bundle standard scripts for standard needs, but native C++ code that does initialization before a user logs in, IMO just bloats the server design. Andy :-) -- Andreas Aardal Hanssen | http://www.andreas.hanssen.name/gpg Author of Binc IMAP | Nil desperandum

