23 May
                
                    2005
                
            
            
                23 May
                
                '05
                
            
            
            
        
    
                11:47 p.m.
            
        On 17.5.2005, at 15:30, Brent Clark wrote:
Now for my main reason of wanting to use dovecot..
I read the folllowing link: http://wiki.dovecot.org/moin.cgi/SharedFolders
In the conf file I have a namespace entry:
namespace public { separator = / prefix = Public/ location = /tmp }
What should it show from /tmp? It's probably because it's not detecting /tmp as either maildir or mbox folder. Specify location the same way as you would default_mail_env, eg.: location = mbox:/tmp. Then it will assume all files under it are mboxes.
I'd have thought it would have given error message though and not work at all..