12 messages in net.sourceforge.lists.courier-maildropRe: [maildropl] Unable to create a do...
FromSent OnAttachments
sim085Jun 17, 2009 7:39 am 
Sam VarshavchikJun 17, 2009 3:10 pm 
sim085Jun 17, 2009 3:22 pm 
Sam VarshavchikJun 17, 2009 3:53 pm 
sim085Jun 17, 2009 4:43 pm 
Sam VarshavchikJun 17, 2009 5:52 pm 
sim085Jun 18, 2009 1:13 am 
sim085Jun 18, 2009 2:37 am 
Sam VarshavchikJun 18, 2009 3:18 pm 
sim085Jun 19, 2009 12:45 am 
sim085Jun 19, 2009 7:13 am 
sim085Jun 20, 2009 12:35 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [maildropl] Unable to create a dot-lock at ...Actions...
From:sim085 (sim@hotmail.com)
Date:Jun 20, 2009 12:35:40 am
List:net.sourceforge.lists.courier-maildrop

I managed to solve this one. Just for the sake of others to come I am going to put some lines here on how I solved the problem.

The "Unable to create a dot-lock at ..." problem was because I did not have the maild dir for the postmaster user. I therefore created this directory (in my case under /var/spool/mail/virtual) using the command mkdir.

This is bad because it gave me an error "Unable to open mailbox". After doing some search on the internet I found about the command 'maildirmake'. I deleted the previous postfix directory and created a new one using this command (you know it works because under the durectory you created you'll find other directories, such as 'new', 'cur', etc).

After doing this everything worked fine :) I know some information above may seem basic for expert users, but I think for a newb like me it is not :)