release-notes/devel/en_US MailServers.xml, 1.6, 1.7 WebServers.xml, 1.13, 1.14

Murray McAllister (mdious) fedora-docs-commits at redhat.com
Mon Mar 17 07:14:46 UTC 2008


Author: mdious

Update of /cvs/docs/release-notes/devel/en_US
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19385/en_US

Modified Files:
	MailServers.xml WebServers.xml 
Log Message:
updating mail and web servers as per wiki content



Index: MailServers.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/MailServers.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- MailServers.xml	15 Sep 2007 17:11:46 -0000	1.6
+++ MailServers.xml	17 Mar 2008 07:14:44 -0000	1.7
@@ -13,23 +13,35 @@
   </tip>
 
   <para>
-    This section concerns electronic mail servers or mail transfer
-    agents (MTAs).
+	  This section concerns electronic mail servers or mail transfer agents (MTAs).
   </para>
   <section id="sendmail">
     <title>Sendmail</title>
-    <para>By default, the <application>Sendmail</application> mail
-      transport agent (MTA) does not accept network connections from any
-      host other than the local computer. To configure
-      <application>Sendmail</application> as a server for other clients,
-      edit <filename>/etc/mail/sendmail.mc</filename> and change the
-      <option>DAEMON_OPTIONS</option> line to also listen on network
-      devices, or comment out this option entirely using the
-      <literal>dnl</literal> comment delimiter. Then install the
-      <package>sendmail-cf</package> package and regenerate
-      <filename>/etc/mail/sendmail.cf</filename> by running the
-      following commands:</para>
-    <screen><![CDATA[su -c 'yum install sendmail-cf' 
-su -c 'make -C /etc/mail']]></screen>
+    <para>
+	    By default, the <application>Sendmail</application> mail transport agent (MTA) does not accept network connections from any host other than the local computer. To configure <application>Sendmail</application> as a server for other clients:
+    </para>
+    <orderedlist>
+	    <listitem>
+		    <para>
+			    Edit <filename>/etc/mail/sendmail.mc</filename> and either change the <option>DAEMON_OPTIONS</option> line to also listen on network devices, or comment out this option entirely using the <option>dnl</option> comment delimiter.
+		    </para>
+	    </listitem>
+	    <listitem>
+		    <para>
+			    Install the <package>sendmail-cf</package> package:
+		    </para>
+<screen>
+yum install sendmail-cf
+</screen>
+	   </listitem>
+	   <listitem>
+		   <para>
+			   Regenerate <filename>/etc/mail/sendmail.cf</filename>:
+		   </para>
+<screen>
+make -C /etc/mail
+</screen>
+	    </listitem>
+    </orderedlist>
   </section>
 </section>


Index: WebServers.xml
===================================================================
RCS file: /cvs/docs/release-notes/devel/en_US/WebServers.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- WebServers.xml	8 Oct 2007 23:29:14 -0000	1.13
+++ WebServers.xml	17 Mar 2008 07:14:44 -0000	1.14
@@ -3,6 +3,11 @@
 
 <section id="sn-WebServers">
   <title>Web Servers</title>
+  <tip>
+	  <title>Latest Release Notes on the Web</title>
+	  <para>
+		  These release notes may be updated. Visit <ulink url='http://docs.fedoraproject.org/release-notes/'>http://docs.fedoraproject.org/release-notes/</ulink> to view the latest release notes for Fedora.</para>
+  </tip>
   <section id="sn-dbd-driver">
     <title>PostgreSQL DBD Driver</title>
     <para>
@@ -23,6 +28,33 @@
 pkg_resources.require('TurboGears')]]></screen>
     <para>the start script needs to have:</para>
     <screen><![CDATA[__requires__ = 'TurboGears[future]'
-import pkg_resources]]></para>
+import pkg_resources]]></screen>
+  </section>
+  <section id="sn-Drupal">
+	  <title>Drupal</title>
+	  <para>
+		  Drupal has been updated from the 5.x series to 6.1. For details, refer to:
+	  </para>
+	  <para>
+		  <ulink url="http://drupal.org/drupal-6.1" />
+	  </para>
+	  <para>
+		  Remember to log in to your site as the admin user, and disable any third-party modules before upgrading this package. After upgrading the package:
+	  </para>
+	  <orderedlist>
+		  <listitem>
+			  <para>
+				  Copy <filename>/etc/drupal/default/settings.php.rpmsave</filename> to <filename>/etc/drupal/default/settings.php</filename>, and repeat for any additional sites' settings.php files.
+			  </para>
+		  </listitem>
+		  <listitem>
+			  <para>
+				  Browse to <ulink url="http://host/drupal/update.php" /> to run the upgrade script.
+			  </para>
+		  </listitem>
+	  </orderedlist>
   </section>
 </section>
+
+
+




More information about the Fedora-docs-commits mailing list