On 29.4.2011, at 12.09, Denny Schierz wrote: > user_attrs = postalAddress=domain, homeDirectory=/imap/spool/%d/%1n/%n, > myMailQuota=quota_rule=*:storage=%$M
The problem is that homeDirectory in there. It's not used at all currently. You probably want to replace it with: =home=/imap/spool/%d/%1n/%n It of course shouldn't crash anyway. I'll try to figure it out.