"abuse@example.com", "hostmaster" => "hostmaster@example.com", "postmaster" => "postmaster@example.com", "webmaster" => "webmaster@example.com" ); // Back to main website information $organization_name = "domain.com"; $organization_link = "http://domain.com"; // Admin email address $admin_email = "admin@domain.com"; // If you wish to keep each domain in its own subdirectory beneath the // $virtual_mailbox_base directory, set this to "YES". $use_subdir = ""; // If you want to view the aliases that are created for the mailboxes set // this to "YES". $alias_control = ""; // Specify the table where you have your quotas, leave empty if you don't // enforce quotas. For example a 2MB mailbox quota: // $quota_table = "quota"; // $default_quota = "2000000"; $quota_table = ""; $default_quota = ""; // Show Postfix Admin information $show_postfix_admin_info = "YES"; // Title used for all pages except login.php $title = "Mail Admin"; // Header used for login.php $welcome_header = ":: Welcome to Mail Admin ::"; // Title used for login.php $welcome_title = ":: Welcome to Mail Admin ::"; ?>