I'm sure that this question is sure to be glossed over, because it's about
the "unable to scan $HOME/Maildir" - but this is weird, at least to me.
I have one address (We'll call it "A") that I can pop in and check email
for on the real domain (codon.com), and I can pop in and check email for any
user on virtual domains using vchkpwd. However, other than "A", I cannot
get pop mail for any other user of the principle domain, with the error
message "Unable to scan $Home/Maildir".
I can't find any differences in the setup for the different users. Here's
the line I'm using to start the pop3 daemon...
env - PATH="/var/qmail/bin:/usr/local/bin" tcpserver 0 pop-3 \
/var/qmail/bin/qmail-popup codon.com /virtuals/mail/bin/vchkpw \
/var/qmail/bin/qmail-pop3d Maildir
More info:
-----------
Home dirs:
# grep A /etc/passwd
A:x:500:100:Steve Wolfe:/home/A:/bin/bash
# grep B /etc/passwd
B:x:509:100::/home/B:/bin/bash
Both home directories are correct.
---------
Maildir:
both users have ~/Maildir, ~/Maildir/new, ~/Maildir/current, and
~/Maildir/tmp. All are 0700, and owned by {username}.users
What should I be looking for?
steve