[PHP] Creating mail account on Linux server

2002-05-07 Thread Rosen
Hi, How can I create a mail account on Linux server with PHP ? Can I do it ? Thanks, Rosen -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Creating mail account on Linux server

2002-05-07 Thread Dan Hardiker
And I quote, from the [EMAIL PROTECTED] which you posted to no more than 30 mins ago. Im hoping you dont have the IQ of a fish. How can I create a mail account on Linux server with PHP ? More information is required for that question to be answer (such as what MTA and MDA are you using and a

Re: [PHP] Creating mail account on Linux server

2002-05-07 Thread Jason Wong
On Tuesday 07 May 2002 22:02, Rosen wrote: Hi, How can I create a mail account on Linux server with PHP ? Depends on what mail server you have and how it is set up. Can I do it ? In theory yes. -- Jason Wong - Gremlins Associates - www.gremlins.com.hk Open Source Software Systems

RE: [PHP] Creating mail account on Linux server

2002-05-07 Thread Sysadmin
I'm curious about the same thing. RedHat 7.2 with default IMAP. -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 10:06 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Creating mail account on Linux server On Tuesday 07 May 2002 22:02, Rosen wrote

Re: [PHP] Creating mail account on Linux server

2002-05-07 Thread Jason Wong
On Tuesday 07 May 2002 22:23, [EMAIL PROTECTED] wrote: I'm curious about the same thing. RedHat 7.2 with default IMAP. How can I create a mail account on Linux server with PHP ? In general, if people need to ask such a question, then they really are not ready, or do not understand the

RE: [PHP] Creating mail account on Linux server

2002-05-07 Thread Sysadmin
Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 10:37 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Creating mail account on Linux server On Tuesday 07 May 2002 22:23, [EMAIL PROTECTED] wrote: I'm curious about the same thing. RedHat 7.2 with default IMAP. How can I create a mail

Re: [PHP] Creating mail account on Linux server

2002-05-07 Thread Dan Hardiker
I'm curious about the same thing. RedHat 7.2 with default IMAP. How can I create a mail account on Linux server with PHP ? If you check the list, you will see a reply from myself with a list of questions you need to answer for us to begin to help you. In general, if people need to ask such

RE: [PHP] Creating mail account on Linux server

2002-05-07 Thread Dan Hardiker
I can create the popuser account, but my problem comes with setting the password. I realize that when you do a useradd command you can specify a -p option for password, but it hasn't worked for me. Is there a better way then calling system commands? PLEASE tell me your aware that the

RE: [PHP] Creating mail account on Linux server

2002-05-07 Thread Sysadmin
to all for the help. -Original Message- From: Dan Hardiker [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 07, 2002 10:47 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Creating mail account on Linux server I'm curious about the same thing. RedHat 7.2 with default IMAP

Re: [PHP] Creating mail account on Linux server

2002-05-07 Thread Liam MacKenzie
I don't know, can it be done? http://scripts.operationenigma.net/adduser.php - Original Message - From: Jason Wong [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, May 08, 2002 12:06 AM Subject: Re: [PHP] Creating mail account on Linux server On Tuesday 07 May 2002 22:02

Re: [PHP] Creating mail account on Linux server

2002-05-07 Thread Miguel Cruz
On Tue, 7 May 2002, Rosen wrote: How can I create a mail account on Linux server with PHP ? Not sure what you mean by a mail account, but if you mean a regular system account, I'd suggest that you look into various setups (vpopmail, Cyrus IMAP, etc.) that will let you create private mailboxes