|
|
|
<?php
|
|
|
|
//
|
|
|
|
// Postfix Admin
|
|
|
|
// by Mischa Peters <mischa at high5 dot net>
|
|
|
|
// Copyright (c) 2002 - 2005 High5!
|
|
|
|
// Licensed under GPL for more info check GPL-LICENSE.TXT
|
|
|
|
//
|
|
|
|
// File: index.php
|
|
|
|
//
|
|
|
|
// Template File: -none-
|
|
|
|
//
|
|
|
|
// Template Variables:
|
|
|
|
//
|
|
|
|
// -none-
|
|
|
|
//
|
|
|
|
// Form POST \ GET Variables:
|
|
|
|
//
|
|
|
|
// -none-
|
|
|
|
//
|
|
|
|
if (!file_exists (realpath ("./setup.php")))
|
|
|
|
{
|
|
|
|
header ("Location: login.php");
|
|
|
|
exit;
|
|
|
|
}
|
|
|
|
?>
|
|
|
|
|
|
|
|
<html>
|
|
|
|
<head>
|
|
|
|
<title>Welcome to Postfix Admin</title>
|
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<img id="login_header_logo" src="images/postbox.png" />
|
|
|
|
<img id="login_header_logo2" src="images/postfixadmin2.png" />
|
|
|
|
<h1>Welcome to Postfix Admin</h1>
|
|
|
|
<h2>What is it?</h2>
|
|
|
|
<p>Postfix Admin is a web based interface to configure and manage a Postfix based email server for many users.</p>
|
|
|
|
<p>Postfix Admin can also be used to </p>
|
|
|
|
<ul>
|
|
|
|
<li>Forward email to other addresses</li>
|
|
|
|
<li>Configure vacation/out-of-office auto responses</li>
|
|
|
|
<li>Add/edit/remove mail accounts</li>
|
|
|
|
<li>Add/edit/remove domains</li>
|
|
|
|
<li>Broadcast emails to all users of the system</li>
|
|
|
|
<li>Set quota on mailboxes</li>
|
|
|
|
<li>And more...</li>
|
|
|
|
</ul>
|
|
|
|
|
|
|
|
<h2>Licensing</h2>
|
|
|
|
<p>Postfix admin is released under the following license :</p>
|
|
|
|
|
|
|
|
<code>
|
|
|
|
This program is free software; you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License 2 as published by
|
|
|
|
the Free Software Foundation.
|
|
|
|
</code>
|
|
|
|
|
|
|
|
<p>See the following <a href="http://www.fsf.org/licenses/gpl-2.0.txt">FSF GPL2 page</a> for further information on the license.</p>
|
|
|
|
|
|
|
|
<h2>What now?</h2>
|
|
|
|
|
|
|
|
<ol>
|
|
|
|
<li>Read the <a href='INSTALL.TXT'>INSTALL.txt</a> file</li>
|
|
|
|
<li>Configure Postfix to use your chosen database - see (for example) the following pages :
|
|
|
|
<ul>
|
|
|
|
<li><a href="http://codepoets.co.uk/docs/postfix_postgresql_postfixadmin_courier_howto">Postfix/PostgreSQL/Postfixadmin/Courier</a></li>
|
|
|
|
<li><a href="http://bliki.rimuhosting.com/space/knowledgebase/linux/mail/postfixadmin+on+debian+sarge">Postfix/MySQL/Postfixadmin/Dovecot</a></li>
|
|
|
|
<li><a href="http://gentoo-wiki.com/HOWTO_Setup_a_Virtual_Postfix/Courier_Mail_System_with_PostfixAdmin">Postfix/MySQL/Postfixamdin/Courier</a></li>
|
|
|
|
</ul>
|
|
|
|
<li>Use it</li>
|
|
|
|
</ol>
|
|
|
|
|
|
|
|
<p><b>When you have configured Postfixadmin, this page will be replaced with a login page.</b></p>
|
|
|
|
<p>You can now run <a href="setup.php">setup</a> to make sure that all the PHP functions are available for Postfix Admin to run.<br />
|
|
|
|
<p> If you still encounter any problems, please check the documentation and website for more information.</p>
|
|
|
|
<h2>Postfix Admin Web sites</h2>
|
|
|
|
<p>For further help, or documentation please check out -
|
|
|
|
<a href="http://postfixadmin.org">Postfix Admin</a> web site<br />
|
|
|
|
<a href="http://sourceforge.net/forum/forum.php?forum_id=676076">Knowledge Base</a>
|
|
|
|
</p>
|
|
|
|
</p>
|
|
|
|
</body>
|
|
|
|
</html>
|