Structure
From Virtual postfix admin
Directory Structure
Contents |
conf
- this dir contains the modules
- alias
- status
- vhost
conf_user
- this dir contain configure optins for users (passwd.php)
css
- css files (default.css)
icons
- icons and images
index.php
- this is just a redirect file to /login/index.php
libs
- some libs
login
- Here are the most importat files of the application , login part, verify, menus, config files, etc
- config.inc - this file is the config.contains the sql_server_name, db_name, user and password to access your virtula_mail database
- db_connect.php - this file makes the connection to your sql_server using config.inc
- default.css - default css
- home.php - this files it used to print the menus for each user.Acording to account type, different menus are printed.
- index.php - this is the login page where user, password and account type are typed in.This page contain a module that register each and every access to your virtual_domain page.
- logout.php - logout file is colled from main.php.this file unset the sessions and redirect to login page ('login/index.php)
- main.php - display the tables for home.php, print user name, group name, your IP , and logout button.
- post_login.php - this file it is included in each and every file of the application.The main purpose of this file is to check if you are authentificated to the application and you are who you said that you are.This is security enforcement.
- test_path.php - just a debug file, used to see if the path to included files is corect.
- verify.php


