+ "Peter Janett" <[EMAIL PROTECTED]>:
| Has anyone been able to execute the qmail-newu command via a Perl
| script?
I haven't tried, but can think of no reason why it should be
impossible or even difficult: It's just another program to be run,
which you can do using system("/var/qmail/bin/qmail-newu");. Maybe if
you told us what you were doing, what you expected, and what happened?
| Is there another way to accomplish what qmail-new does without
| executing the command?
Not without writing your own qmail-newu replacement, which seems
rather pointless to me. In my own setup, BTW, I have a perl script
generating users/assign and a Makefile organizing the running of this
perl script and qmail-newuser.
- Harald