<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<br>
<br>
Timo Sirainen wrote:
<blockquote cite="mid1151781699.22953.114.camel@hurina" type="cite">
  <pre wrap="">On Sat, 2006-07-01 at 11:57 -0700, Marc Perkel wrote:
  </pre>
  <blockquote type="cite">
    <pre wrap="">OK - I just tried it again and here's what I got. Switching back to
beta 9 fixes it so whatever you changed it started in rc1.
    </pre>
  </blockquote>
  <pre wrap=""><!---->
  </pre>
  <blockquote type="cite">
    <pre wrap="">dovecot: Jul 01 11:50:59 Error: auth(default): passwd-file /etc/vmail/shadow.ambrynet.com: User pat has invalid 
GID -1
    </pre>
  </blockquote>
  <pre wrap=""><!---->
Well, I guess it's these. -1 really is invalid and I think it
practically means that the process would get root's GID, which really
isn't a good idea.

I'll add some extra checks to make sure this can't be done with other
userdbs either..
  </pre>
</blockquote>
<br>
<br>
Here's what a passwd file looks like:<br>
<br>
marc:x:40000:12:Marc Perkel:/vhome/perkel.com/home/marc:/bin/false<br>
test:x:40001:12::/vhome/perkel.com/home/test:/bin/false<br>
dd:x:40002:12:Atia:/vhome/perkel.com/home/dd:/bin/false<br>
<br>
<br>
In case the user numbers are messing things up.<br>
<br>
BTW, thanks for looking into this.<br>
<br>
</body>
</html>