<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[Форум PHP-MyAdmin.RU &mdash; помогите  люди Добрые]]></title>
		<link>https://forum.php-myadmin.ru/viewtopic.php?id=488</link>
		<atom:link href="https://forum.php-myadmin.ru/extern.php?action=feed&amp;tid=488&amp;type=rss" rel="self" type="application/rss+xml" />
		<description><![CDATA[Недавние сообщения в теме «помогите  люди Добрые».]]></description>
		<lastBuildDate>Mon, 02 Jul 2007 09:58:39 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: помогите  люди Добрые]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3177#p3177</link>
			<description><![CDATA[<p><strong>denis</strong><br />Я пас. Не знаю о чем речь.</p>]]></description>
			<author><![CDATA[null@example.com (Hanut)]]></author>
			<pubDate>Mon, 02 Jul 2007 09:58:39 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3177#p3177</guid>
		</item>
		<item>
			<title><![CDATA[помогите  люди Добрые]]></title>
			<link>https://forum.php-myadmin.ru/viewtopic.php?pid=3175#p3175</link>
			<description><![CDATA[<p>помогите настроить .помогите что надо изменить прошу помочь заранее спасибо.<br />&lt;?php<br />// <br />// Postfix Admin <br />// by Mischa Peters &lt;mischa at high5 dot net&gt;<br />// Copyright (c) 2002 - 2005 High5!<br />// License Info: <a href="http://www.postfixadmin.com/?file=LICENSE.TXT">http://www.postfixadmin.com/?file=LICENSE.TXT</a><br />//<br />// File: config.inc.php<br />//<br />if (ereg (&quot;config.inc.php&quot;, $_SERVER[&#039;PHP_SELF&#039;]))<br />{<br />&nbsp; &nbsp;header (&quot;Location: login.php&quot;);<br />&nbsp; &nbsp;exit;<br />}</p><p>// Postfix Admin Path<br />// Set the location to your Postfix Admin installation here.<br />$CONF[&#039;postfix_admin_url&#039;] = &#039;&#039;;<br />$CONF[&#039;postfix_admin_path&#039;] = &#039;&#039;;</p><p>// Language config<br />// Language files are located in &#039;./languages&#039;.<br />$CONF[&#039;default_language&#039;] = &#039;en&#039;;</p><p>// Database Config<br />// mysql = MySQL 3.23 and 4.0<br />// mysqli = MySQL 4.1<br />// pgsql = PostgreSQL<br />$CONF[&#039;database_type&#039;] = &#039;mysql&#039;;<br />$CONF[&#039;database_host&#039;] = &#039;localhost&#039;;<br />$CONF[&#039;database_user&#039;] = &#039;postfixadmin&#039;;<br />$CONF[&#039;database_password&#039;] = &#039;postfixadmin&#039;;<br />$CONF[&#039;database_name&#039;] = &#039;postfix&#039;;<br />$CONF[&#039;database_prefix&#039;] = &#039;&#039;;</p><p>// Site Admin<br />// Define the Site Admins email address below.<br />// This will be used to send emails from to create mailboxes.<br />$CONF[&#039;admin_email&#039;] = &#039;postmaster@change-this-to-your.domain.tld&#039;;</p><p>// Mail Server<br />// Hostname (FQDN) of your mail server.<br />// This is used to send email to Postfix in order to create mailboxes.<br />$CONF[&#039;smtp_server&#039;] = &#039;localhost&#039;;<br />$CONF[&#039;smtp_port&#039;] = &#039;25&#039;;</p><p>// Encrypt<br />// In what way do you want the passwords to be crypted?<br />// md5crypt = internal postfix admin md5<br />// system = whatever you have set as your PHP system default<br />// cleartext = clear text passwords (ouch!)<br />$CONF[&#039;encrypt&#039;] = &#039;md5crypt&#039;;</p><p>// Generate Password<br />// Generate a random password for a mailbox and display it.<br />// If you want to automagically generate paswords set this to &#039;YES&#039;.<br />$CONF[&#039;generate_password&#039;] = &#039;NO&#039;;</p><p>// Page Size<br />// Set the number of entries that you would like to see<br />// in one page.<br />$CONF[&#039;page_size&#039;] = &#039;10&#039;;</p><p>// Default Aliases<br />// The default aliases that need to be created for all domains.<br />$CONF[&#039;default_aliases&#039;] = array (<br />&nbsp; &nbsp; &#039;abuse&#039; =&gt; &#039;abuse@change-this-to-your.domain.tld&#039;,<br />&nbsp; &nbsp; &#039;hostmaster&#039; =&gt; &#039;hostmaster@change-this-to-your.domain.tld&#039;,<br />&nbsp; &nbsp; &#039;postmaster&#039; =&gt; &#039;postmaster@change-this-to-your.domain.tld&#039;,<br />&nbsp; &nbsp; &#039;webmaster&#039; =&gt; &#039;webmaster@change-this-to-your.domain.tld&#039;<br />);</p><p>// Mailboxes<br />// If you want to store the mailboxes per domain set this to &#039;YES&#039;.<br />// Example: /usr/local/virtual/domain.tld/username@domain.tld<br />$CONF[&#039;domain_path&#039;] = &#039;NO&#039;;<br />// If you don&#039;t want to have the domain in your mailbox set this to &#039;NO&#039;.<br />// Example: /usr/local/virtual/domain.tld/username<br />$CONF[&#039;domain_in_mailbox&#039;] = &#039;YES&#039;;</p><p>// Default Domain Values<br />// Specify your default values below. Quota in MB.<br />$CONF[&#039;aliases&#039;] = &#039;10&#039;;<br />$CONF[&#039;mailboxes&#039;] = &#039;10&#039;;<br />$CONF[&#039;maxquota&#039;] = &#039;10&#039;;</p><p>// Quota<br />// When you want to enforce quota for your mailbox users set this to &#039;YES&#039;.<br />$CONF[&#039;quota&#039;] = &#039;NO&#039;;<br />// You can either use &#039;1024000&#039; or &#039;1048576&#039;<br />$CONF[&#039;quota_multiplier&#039;] = &#039;1024000&#039;;</p><p>// Transport<br />// If you want to define additional transport options for a domain set this to &#039;YES&#039;.<br />// Read the transport file of the Postfix documentation.<br />$CONF[&#039;transport&#039;] = &#039;NO&#039;;</p><p>// Virtual Vacation<br />// If you want to use virtual vacation for you mailbox users set this to &#039;YES&#039;.<br />// NOTE: Make sure that you install the vacation module. <a href="http://high5.net/postfixadmin/">http://high5.net/postfixadmin/</a><br />$CONF[&#039;vacation&#039;] = &#039;NO&#039;;<br />// This is the autoreply domain that you will need to set in your Postfix<br />// transport maps to handle virtual vacations. It does not need to be a<br />// real domain (i.e. you don&#039;t need to setup DNS for it).<br />$CONF[&#039;vacation_domain&#039;] = &#039;autoreply.change-this-to-your.domain.tld&#039;;</p><p>// Alias Control<br />// Postfix Admin inserts an alias in the alias table for every mailbox it creates.<br />// The reason for this is that when you want catch-all and normal mailboxes<br />// to work you need to have the mailbox replicated in the alias table.<br />// If you want to take control of these aliases as well set this to &#039;YES&#039;.<br />$CONF[&#039;alias_control&#039;] = &#039;NO&#039;;</p><p>// Special Alias Control<br />// Set to &#039;NO&#039; if you don&#039;t want your domain admins to change the default aliases.<br />$CONF[&#039;special_alias_control&#039;] = &#039;YES&#039;;</p><p>// Logging<br />// If you don&#039;t want logging set this to &#039;NO&#039;;<br />$CONF[&#039;logging&#039;] = &#039;YES&#039;;</p><p>// Header<br />$CONF[&#039;show_header_text&#039;] = &#039;NO&#039;;<br />$CONF[&#039;header_text&#039;] = &#039;:: Postfix Admin ::&#039;;</p><p>// Footer<br />// Below information will be on all pages.<br />// If you don&#039;t want the footer information to appear set this to &#039;NO&#039;.<br />$CONF[&#039;show_footer_text&#039;] = &#039;YES&#039;;<br />$CONF[&#039;footer_text&#039;] = &#039;Return to change-this-to-your.domain.tld&#039;;<br />$CONF[&#039;footer_link&#039;] = &#039;<a href="http://change-this-to-your.domain.tld">http://change-this-to-your.domain.tld</a>&#039;;</p><p>// Welcome Message<br />// This message is send to every newly created mailbox.<br />// Change the text between EOM.<br />$CONF[&#039;welcome_text&#039;] = &lt;&lt;&lt;EOM<br />Hi,</p><p>Welcome to your new account.<br />EOM;</p><p>//<br />// END OF CONFIG FILE<br />//<br />?&gt;</p>]]></description>
			<author><![CDATA[null@example.com (denis)]]></author>
			<pubDate>Mon, 02 Jul 2007 09:11:42 +0000</pubDate>
			<guid>https://forum.php-myadmin.ru/viewtopic.php?pid=3175#p3175</guid>
		</item>
	</channel>
</rss>
