Ok, this was the problem, if I manually chown the maildirs it makes the hardlinks.
Then, I tried to enable virtual users in postfix and dovecot, to make it work in a more senseful environment. (I'm using passwd files) But now the deliver -p FILE -d USER crashes, giving me a very bad segmentation fault. Any ideas to debug the problem, of course no logs are written? Fabio Ferrari > On Tue, 2010-07-20 at 12:53 +0200, Fabio Ferrari wrote: >> >> deliver -p <FILE> -d <USER1> >> >> deliver -p <FILE> -d <USER2> >> >> ... >> >> deliver -p <FILE> -d <USERN> > > I noticed one thing: The created file's permissions must be the same as > the destination maildir's. So typically the file needs to be 0600 mode. > Also all of the users must have the same UID. > > >