> On Oct 25, 2004, at 6:28 AM, Matt Gourley wrote: >> We're migrating our userbase from an older version of the toaster to >> the >> latest, and I'm running into auth issues when I test POP and IMAP. > > Does vuserinfo report the correct password? > > There's a program in vpopmail's contrib directory that will let you > test your vchkpw program to make sure it's working. > > What versions of vpopmail are you upgrading from and to? > > -- > Tom Collins - [EMAIL PROTECTED] > QmailAdmin: http://qmailadmin.sf.net/ Vpopmail: http://vpopmail.sf.net/ > Info on the Sniffter hand-held Network Tester: http://sniffter.com/
I actually tracked it down: I was getting directory permissions errors from courier-imap on Maildirs that I knew were owned by vpopmail.vchkpw. I deleted a test domain and recreated it, and all was well. I deleted my own account and recreated it, and the store directory was owned by 509 and 504. The old version of vpopmail had vpopmail's uid=509 and vchkpw's gid=504. Took me a lunchtime of not thinking about this to remember that /var/qmail/users/assign includes UIDs and GIDs. Changed those, ran /var/bin/qmail-newu, bounced the services for good measure, and I'm good to go. (Now I can get back to testing this thing before its rollout next week. :) Thanks again, -Matt