Re: [PHP] Creating mailaccounts

2001-10-02 Thread Jason G.
Take a look at the exec() and system() functions. -Jason Garber www.ionzoft.com At 08:55 PM 10/2/2001 +0200, Bjornie wrote: >Hi everybody! > >I have a problem :/ >I just said yes to a project, which includes webmail. I know how to send >mail and how to receive mail with imap, but can I in any w

RE: [PHP] Creating mailaccounts

2001-10-02 Thread Ralph Guzman
This is somewhat dependant on the email server (MTA) you are running and how it is set to authenticate users. If using linux/unix, sometimes all that is required is for you to create an account is to add the entry in the /etc/passwd, and create a home directory. This you can easily do with a PHP a

Re: [PHP] Creating mailaccounts

2001-10-03 Thread sagar N Chand
work out with squrrelmail or basilix. If u want to set up won mail server then you must have your head and fingers into linux. /sagar - Original Message - From: Bjornie To: [EMAIL PROTECTED] Sent: Wednesday, October 03, 2001 12:25 AM Subject: [PHP] Creating mailaccounts