i think i just figured it out.
 
look what was in cron.hourly:
 
#!/bin/sh
set -e
cd /var/qmail/users
test -s assign -a -s cdb && \
qmail-pw2u </etc/passwd >assign && \
qmail-newu
 
Hmm.... i guess it puts this in by default (or something did)...
 
well, that's gone.  i guess that would be a handy file to have in cron.hourly because if you didn't know any better, it'd create users for you automatically.
 
Carl
 

Reply via email to