You might just be running into chown user.group problems ... try escaping the
'.' or wrapping the username in quotes. That failing, does al.koch have an
entry in /etc/passwd? Your final question makes me believe that none of your
users are in /etc/passwd at all. You might want to convert to vpopmail, which
wouldn't require adding users to /etc/passwd.
Tony Campisi wrote:
> When I set up my Sendmail box last year I added all of my users in
> 'userconf' as POP accounts (mail only). Approx 250. As I'm attempting to add
> Maildir folders under their /home/name directories, I cannot chown Maildir.
> For example:
>
> drwx------ 5 root popusers 1024 Jul 21 11:22 Maildir
> [root@mail2 /home/al.koch]# chown -R al.koch /home/al.koch/Maildir
> chown: al.koch: invalid user
>
> Will I have to remove all my users and add them as regular users?