Re: [PHP] Creating mail users with PHP

2001-02-13 Thread Rick Hodger
Ian LeBlanc <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > 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. Simple. Add each username and password to a p

[PHP] Creating mail users with PHP

2001-02-13 Thread Ian LeBlanc
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