輸入待尋字串
  <?php
  require("http://php.wilson.gs");  // 回首頁
  echo "http://php.wilson.gs/bible/group.php : Vmailmgr 郵件處理函式庫";


Vmailmgr 郵件處理函式庫

本函式庫共有 5 個函式

本函式需要 qmail 及 vmailmgr,可以到 http://www.qmail.orghttp://www.qcc.sk.ca/~bguenter/distrib/vmailmgr/ 取得相關的資料及程式。

在使用時需要二個變數,分別為 domain 名字及密碼,密碼只有前八位數有效。例如

<?php
dl
("php3_vmailmgr.so"); //載入動態函式庫
$vdomain="vdomain.com";
$basepwd="password";
// 以下為欲使用的 Vmailmgr 函式
?>

vm_adduser:加入新使用者。
vm_addalias:加入新別名。
vm_passwd:改變使用者密碼。
vm_delalias:刪除別名。
vm_deluser:刪除使用者。


[ 上一頁 /bible/group.php 下一頁 ]



本站置於 NEC BIGLOBE 地球村網際網路  echo "Copyright © 1999-2000, Wilson Peng";
  mail("wilson@biglobe.net.tw", "Feedback", $message);
  ?>