Hello, I got the error failed to create storage data. I changed some things and now I get the following message: mkdir(/home/mail/domain.nl/info/.Trash) failed: No such file or directory The directory for domain.nl is not created either. Other emailaccounts which were running very good already have no problem. Can anyone give me a direction what the problem could be? thanks, Alex
On 3.6.2005, at 16:50, Alex wrote:> I got the error failed to create storage data. I changed some things > and now I get the following message: > > mkdir(/home/mail/domain.nl/info/.Trash) failed: No such file or > directory > > The directory for domain.nl is not created either. Other emailaccounts > which were running very good already have no problem.mkdir() creates only the last directory in the path, so it doesn't even try to create domain.nl or domain.nl/info. Newer Dovecots (1.0-tests at least) create the whole directory structure themselves if it's not found. So, either upgrade or create the missing directories manually.. -------------- next part -------------- A non-text attachment was scrubbed... Name: PGP.sig Type: application/pgp-signature Size: 186 bytes Desc: This is a digitally signed message part URL: <http://dovecot.org/pipermail/dovecot/attachments/20050606/197368b8/attachment-0001.bin>
Timo Sirainen wrote:> On 3.6.2005, at 16:50, Alex wrote: > >> I got the error failed to create storage data. I changed some things >> and now I get the following message: >> >> mkdir(/home/mail/domain.nl/info/.Trash) failed: No such file or >> directory >> >> The directory for domain.nl is not created either. Other >> emailaccounts which were running very good already have no problem. > > > mkdir() creates only the last directory in the path, so it doesn't > even try to create domain.nl or domain.nl/info. Newer Dovecots > (1.0-tests at least) create the whole directory structure themselves > if it's not found. So, either upgrade or create the missing > directories manually..Why did it worked before? I will try to update dovecot. greetings, Alex