I am attempting to create mail users with PHP.
I have seen it done with perl and I am wondering if any of you have had 
success with doing it with PHP.


So far this is the info I have.
to create a user on a linux server you call "adduser -p password username" 
the only problem is you can not call
that from the apache server.. as far as i know of anyways.. because only 
root can call that script... and PHP runs
(for me anyways... ) under the apache username and group...

Does anyone have any suggestions?


Regards,

Ian LeBlanc
Web Development
Rask, Inc. - www.rask.com
Phone: (727) 517-2000
Fax:   (727) 517-2001




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to