CXV. vpopmail Functions
Einführung
| Warnung |
|
Diese Erweiterung ist EXPERIMENTELL. Das Verhalten dieser Erweiterung, einschließlich der Funktionsnamen, und alles Andere was hier dokumentiert ist, kann sich in zukünftigen PHP-Versionen ohne Ankündigung ändern. Seien Sie gewarnt und verwenden Sie diese Erweiterung auf eigenes Risiko. |
This extension has been moved from PHP as of PHP 4.3.0 and now vpopmail lives in PECL.
Installation
In PHP 4, these functions are only available if PHP was configured with --with-vpopmail[=DIR].
- Inhaltsverzeichnis
- vpopmail_add_alias_domain_ex -- Add alias to an existing virtual domain
- vpopmail_add_alias_domain -- Add an alias for a virtual domain
- vpopmail_add_domain_ex -- Add a new virtual domain
- vpopmail_add_domain -- Add a new virtual domain
- vpopmail_add_user -- Add a new user to the specified virtual domain
- vpopmail_alias_add -- insert a virtual alias
- vpopmail_alias_del_domain -- deletes all virtual aliases of a domain
- vpopmail_alias_del -- deletes all virtual aliases of a user
- vpopmail_alias_get_all -- get all lines of an alias for a domain
- vpopmail_alias_get -- get all lines of an alias for a domain
- vpopmail_auth_user -- Attempt to validate a username/domain/password. Returns true/false
- vpopmail_del_domain_ex -- Delete a virtual domain
- vpopmail_del_domain -- Delete a virtual domain
- vpopmail_del_user -- Delete a user from a virtual domain
- vpopmail_error -- Get text message for last vpopmail error. Returns string
- vpopmail_passwd -- Change a virtual user's password
- vpopmail_set_user_quota -- Sets a virtual user's quota
| Zurück | Zum Anfang | Weiter |
| var_export | Nach oben | vpopmail_add_alias_domain_ex |