Hi, compiled perfectly, so the patch of course work ;), but seems that I had the conf a bit broken, because he doesn't read the new messages in /var/mail/user, does the line: #default_mail_env = mbox:~/Mail:INBOX=/var/mail/username look good?, I also tryed with %h instead of username, the rest of the conf is pretty standard, I can create folders and so on. Regards Alvaro
On Sat, 2003-05-03 at 22:47, Alvaro Munoz-Aycuens Mtnz. wrote:> Hi, compiled perfectly, so the patch of course work ;), but seems that I > had the conf a bit broken, because he doesn't read the new messages in > /var/mail/user, does the line: > > #default_mail_env = mbox:~/Mail:INBOX=/var/mail/username > > look good?, I also tryed with %h instead of username, the rest of the > conf is pretty standard, I can create folders and so on.%h is host name. You probably wanted /var/mail/%u
Hi all, Now it works, these are the parameters I touched, the rest remains pretty the same as the example conf: #default_mail_env =mbox:~/mail/:INBOX=/var/mail/%u #mailbox_check_interval = 1 #mbox_locks = fcntl Anyway seems that HUP doesn't fully gets dovecot to reread conf file and restart, better to use SIGUSR1?, by the way how I disable dotlocking in case I want to try. Regards Alvaro Timo Sirainen wrote:> > Right. You'd have to either disable dotlocking or make /var/mail > world-writable and sticky. Currently there's no other ways around this. > >