On s�ndagen den 29 september 2002 23.11 Gary Greene wrote: > On Sunday 29 September 2002 11:17 am, Buchan Milne wrote: > > Thomas Backlund wrote: > > > Have you set up the Maildir for every user? > > > > > > if not, that is exactly what will happend... > > > > > > login as user, execute maildirmake Maildir > > > (this have to be done with every user, with their own login, to get > > > the right permissions, or as root:su 'user' and execute the command...) > > > > Not really, you can also do it as root, and just chown the maildir. > > Something like this would probably work: > > > > # cd /home > > # for i in *;do > > maildirmake $i/Maildir > > chown -R $i $i/Maildir > > done > > > > (of course, choose yuor options for maildirmake). > > > > And, you might want to spare yourself some effort, by : > > > > # maildirmake /etc/skel/Maildir > > > > (or copy one with a primed inbox if you want, from another account, and > > shown it root). > > > > > With MDK 8.2 both courier-imap and squirrelmail vorked allmost out > > > of the box, just standard configuration info needed... > > > I expect the 9.0 to be the same, but I wont be able to do/verify it > > > before next weekend when I will upgrade my 3 severs at work... > > > > It worked just fine on RC2 (which I have in production somewhere ... > > need to update it now ...). > > > > Buchan > > I've tried everything that you've instructed, and I still get: > > Unknown user or password > > I'm really getting lost here...
have you tried the courier-imap-utils stuff, the logs, and debugging with telnet? -- Regards // Oden Eriksson Deserve-IT Networks -> http://d-srv.com
