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

search for in the

vpopmail_add_alias_domain_ex> <pfpro_version
Last updated: Wed, 26 Oct 2005

view this page in

CLV. Funzioni vpopmail

Introduzione

Avvertimento

Questo modulo è SPERIMENTALE. Ovvero, il comportamento di queste funzioni, i nomi di queste funzioni, in definitiva tutto ciò che è documentato qui può cambiare nei futuri rilasci del PHP senza preavviso. Siete avvisati, l'uso di questo modulo è a vostro rischio.

Questo modulo è stato spostato dalla versione 4.3.0 di PHP ed ora è disponibile sotto PECL.

Installazione

In PHP 4, queste funzioni sono disponibili soltanto se il PHP viene configurato con --with-vpopmail[=DIR].

Sommario
vpopmail_add_alias_domain_ex -- Aggiunge un alias ad un esistente dominio virtuale
vpopmail_add_alias_domain -- Aggiunge un alias per un dominio virtuale
vpopmail_add_domain_ex -- Aggiunge un nuovo dominio virtuale
vpopmail_add_domain -- Aggiunge un nuovo dominio virtuale
vpopmail_add_user -- Aggiunge un nuovo utente al dominio virtuale specificato
vpopmail_alias_add -- Inserisce un alias virtuale
vpopmail_alias_del_domain -- Elimina tutti gli alias virtuali di un dominio
vpopmail_alias_del -- Elimina tutti gli alias virtuali di un utente
vpopmail_alias_get_all -- Riceve tutte le linee di un alias per un dominio
vpopmail_alias_get -- Riceve tutte le linee di un alias per un dominio
vpopmail_auth_user -- Tenta di validare un nome utente/dominio/password
vpopmail_del_domain_ex -- Elimina un dominio virtuale
vpopmail_del_domain -- Elimina un dominio virtuale
vpopmail_del_user -- Elimina un utente da un dominio virtuale
vpopmail_error -- Riceve il messaggio testuale dell'ultimo errore di vpopmail
vpopmail_passwd -- Cambia la password virtuale ad un utente
vpopmail_set_user_quota -- Imposta la quota ad un utente virtuale


vpopmail_add_alias_domain_ex> <pfpro_version
Last updated: Wed, 26 Oct 2005
 
add a note add a note User Contributed Notes
Funzioni 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.

vpopmail_add_alias_domain_ex> <pfpro_version
Last updated: Wed, 26 Oct 2005
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites