This is related to the email I responded to a few minutes ago. See below:

-----Original Message-----
From: Ralph Guzman [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 03, 2001 12:25 AM
To: Bjornie; [EMAIL PROTECTED]
Subject: RE: [PHP] Creating mailaccounts

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 script. Some MTAs like Postfix allow you to store your users in a mySQL
database. This in turn allows you to create a php based web admin interface
to your mysql user authentication table.

If you want other alternatives outside of php, you can look into QmailAdmin
( http://inter7.com/qmailadmin/ ) if you are using Qmail, or Webmin which is
a awesome web based administration tool ( http://www.webmin.com )

Hope this helps.

-----Original Message-----
From: Rosen [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, October 03, 2001 12:56 AM
To: [EMAIL PROTECTED]
Subject: [PHP] Creating POP3 account

Hi,
Can I create POP3 account with PHP on Linux mail server ?

Thanks,
Rosen



--
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]


-- 
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