downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

vpopmail_add_alias_domain_ex> <pfpro_version
[edit] Last updated: Mon, 01 Nov 2010

view this page in

CLXIV. vpopmail

Introduction

Avertissement

Ce module est EXPERIMENTAL. Cela signifie que le comportement de ces fonctions, leurs noms et concrètement, TOUT ce qui est documenté ici peut changer dans un futur proche, SANS PREAVIS! Soyez-en conscient, et utilisez ce module à vos risques et périls.

Cette extension a été déplacée vers PECL depuis PHP 4.3.0.

Installation

En PHP 4, ces fonctions ne sont disponibles que si PHP a été configuré avec l'option --with-vpopmail[=DIR].

Table des matières
vpopmail_add_alias_domain_ex -- Ajoute un alias à un domaine virtuel
vpopmail_add_alias_domain -- Ajout un alias pour un domaine virtuel
vpopmail_add_domain_ex -- Ajoute un nouveau domaine virtuel
vpopmail_add_domain -- Ajoute un nouveau domaine virtuel
vpopmail_add_user -- Ajoute un nouvel utilisateur à un domaine virtuel
vpopmail_alias_add -- Ajoute un alias virtuel
vpopmail_alias_del_domain -- Efface tous les alias virtuels d'un domaine
vpopmail_alias_del -- Efface tous les alias d'un utilisateur
vpopmail_alias_get_all -- Lit toutes les lignes d'alias d'un domaine
vpopmail_alias_get -- Lit toutes les lignes d'un alias de domaine
vpopmail_auth_user -- Valide le mot de passe d'un utilisateur pour un domaine
vpopmail_del_domain_ex -- Efface un domaine virtuel
vpopmail_del_domain -- Efface un domaine virtuel
vpopmail_del_user -- Efface un utilisateur d'un domaine virtuel
vpopmail_error -- Lit le dernier message d'erreur vpopmail
vpopmail_passwd -- Remplace le mot de passe d'un utilisateur virtuel
vpopmail_set_user_quota -- Modifie le quota d'un utilisateur virtuel


vpopmail_add_alias_domain_ex> <pfpro_version
[edit] Last updated: Mon, 01 Nov 2010
 
add a note add a note User Contributed Notes vpopmail
rwidmer at sourceforge dot net 02-Jun-2004 06:01
There is a more robust version of this extension, and other goodies for working with vpopmail from PHP available at:  http://pmailadmin.sourceforge.net/ 

The extension will get added back to PECL once it is finished and tested.
Chester 11-Apr-2004 04:39
If you set vpopmail up with mysql support its quite easy to get a full listing of domains/users.  You'l only have to use the vpopmail php functions to add/delete users/domains in a own written front end.
justin at linuxgroup dot net 29-Apr-2003 04:11
In reply to "You can easily save the directory listing of ~vpopmail/domains"

This would only work if you had 100 domains or less. After that, domains are broken up into directories. Vpopmail will not put more then 100 domains in a directory because it's not efficient.
dredman at najt dot nu 01-Dec-2002 06:42
just compile MySQL support into vpopmail and you've got it. then you can get all the needed info from the db.
till'at'klimpong'dot'com'dot'NOSPAM 16-Oct-2002 07:31
In regard to an earlier post:

You can easily save the directory listing of ~vpopmail/domains and get the list of all domains on your system.

That's fairly easy and if you don't add/remove each day, you can keep the list static or update it via cron on certain intervals.
thomas at abitur003 dot de 15-Oct-2002 11:50
Well, you can safe your qmail-data like the domains, etc. in a database, which is quite usefull in my eyes. You just have to keep the data synchronized.
mike at hbhosting dot com 14-Oct-2002 05:07
This library is kind of useless without key functions like get_domain_info() and list_all_domains(). You can add and delete virtual domains, but you cannot list or view them. Without such functionality you can't go and write your own PHP front end to qmail.

 
show source | credits | sitemap | contact | advertising | mirror sites