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

search for in the

Our source is open

The syntax highlighted source is automatically generated by PHP from the plaintext script. If you're interested in what's behind the several functions we used, you can always take a look at the source of the following files:

Of course, if you want to see the source of this page, we have it available. You can also browse the SVN repository for this website on svn.php.net.

Source of: /manual/en/book.vpopmail.php

<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$PARENTS = array();
include_once
dirname(__FILE__) ."/toc/refs.remote.mail.inc";
$setup = array (
 
'home' =>
  array (
   
0 => 'index.php',
   
1 => 'PHP Manual',
  ),
 
'head' =>
  array (
   
0 => 'UTF-8',
   
1 => 'en',
  ),
 
'this' =>
  array (
   
0 => 'book.vpopmail.php',
   
1 => 'vpopmail',
  ),
 
'up' =>
  array (
   
0 => 'refs.remote.mail.php',
   
1 => 'Mail Related Extensions',
  ),
 
'prev' =>
  array (
   
0 => 'function.mailparse-uudecode-all.php',
   
1 => 'mailparse_uudecode_all',
  ),
 
'next' =>
  array (
   
0 => 'intro.vpopmail.php',
   
1 => 'Introduction',
  ),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);

manual_header();
?>
<div>
 <h1 class="title">vpopmail</h1>
 
 
 
 
 
 







 







 







<ul class="chunklist chunklist_book"><li><a href="intro.vpopmail.php">Introduction</a></li><li><a href="vpopmail.setup.php">Installing/Configuring</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="vpopmail.requirements.php">Requirements</a></li><li><a href="vpopmail.installation.php">Installation</a></li><li><a href="vpopmail.configuration.php">Runtime Configuration</a></li><li><a href="vpopmail.resources.php">Resource Types</a></li></ul></li><li><a href="vpopmail.constants.php">Predefined Constants</a></li><li><a href="ref.vpopmail.php">vpopmail Functions</a><ul class="chunklist chunklist_book chunklist_children"><li><a href="function.vpopmail-add-alias-domain-ex.php">vpopmail_add_alias_domain_ex</a> — Add alias to an existing virtual domain</li><li><a href="function.vpopmail-add-alias-domain.php">vpopmail_add_alias_domain</a> — Add an alias for a virtual domain</li><li><a href="function.vpopmail-add-domain-ex.php">vpopmail_add_domain_ex</a> — Add a new virtual domain</li><li><a href="function.vpopmail-add-domain.php">vpopmail_add_domain</a> — Add a new virtual domain</li><li><a href="function.vpopmail-add-user.php">vpopmail_add_user</a> — Add a new user to the specified virtual domain</li><li><a href="function.vpopmail-alias-add.php">vpopmail_alias_add</a> — Insert a virtual alias</li><li><a href="function.vpopmail-alias-del-domain.php">vpopmail_alias_del_domain</a> — Deletes all virtual aliases of a domain</li><li><a href="function.vpopmail-alias-del.php">vpopmail_alias_del</a> — Deletes all virtual aliases of a user</li><li><a href="function.vpopmail-alias-get-all.php">vpopmail_alias_get_all</a> — Get all lines of an alias for a domain</li><li><a href="function.vpopmail-alias-get.php">vpopmail_alias_get</a> — Get all lines of an alias for a domain</li><li><a href="function.vpopmail-auth-user.php">vpopmail_auth_user</a> — Attempt to validate a username/domain/password</li><li><a href="function.vpopmail-del-domain-ex.php">vpopmail_del_domain_ex</a> — Delete a virtual domain</li><li><a href="function.vpopmail-del-domain.php">vpopmail_del_domain</a> — Delete a virtual domain</li><li><a href="function.vpopmail-del-user.php">vpopmail_del_user</a> — Delete a user from a virtual domain</li><li><a href="function.vpopmail-error.php">vpopmail_error</a> — Get text message for last vpopmail error</li><li><a href="function.vpopmail-passwd.php">vpopmail_passwd</a> — Change a virtual user's password</li><li><a href="function.vpopmail-set-user-quota.php">vpopmail_set_user_quota</a> — Sets a virtual user's quota</li></ul></li></ul></div><?php manual_footer(); ?>
 
show source | credits | sitemap | contact | advertising | mirror sites