Login   Register  
PHP Classes
elePHPant
Icontem

File: readme.txt

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of Ricky Robinson  >  TA_Vpopmail  >  readme.txt  >  Download  
File: readme.txt
Role: Documentation
Content type: text/plain
Description: Installation Instructions
Class: TA_Vpopmail
Wrapper class for vpopmail programs
Author: By
Last change:
Date: 2003-08-04 05:04
Size: 1,661 bytes
 

Contents

Class file image Download
I have set up a test site on our development server
It only supports the domain test.com but is completely
functional otherwise
http://dev.terraaccess.com/test_vpopmail

API Documentation:
http://www.terraaccess.com/docs/ta_vpopmail

API Documentation Download:
http://www.terraaccess.com/docs/vpop_phpdocs.tar.gz


This program includes 3 files
index.html - test html entry page for class TA_Vpopmail
libs/test_vpopmail.php - takes user input from index.html and
                          calls the TA_Vpopmail class functions
includes/ta_vpopmail.inc - holds the TA_Vpopmail class

Required:
1. Web Server with access to vpopmail binaries

2. Installed and properly working vpopmail
    have tested on version 5.3.8 http://www.inter7.com
   I found that the vpopmail documentation didn't match the
   actual binary usage so I went throught the C source and wrote
   these wrapper functions based on that.
   
3. Installed and properly working php ( have tested on 4.1.2 and 4.3.1

Installation Instructions:
1. copy the included files into a directory structure that matches
   the above files.
   
2. Vpopmail bin files must be copied into a directory accessible by
    your web server and chown vpopmailuser.webservergroup and chmod 6755
    I suggest that they be put in a directory by themselves
    I make no warranty as to the security of this setup
    Examples: chown vpopmail.nobody *
              chmod 6755 *
    vadddomain and vdeldomain must be suid root
    Example: chown root.nobody vadddomain
             chmod 6755 vadddomain

3. Set the VPOP_BIN_PATH in ta_vpopmail.inc on or about line 35