From pali.gabor@googlemail.com  Fri May 30 17:05:15 2008
Return-Path: <pali.gabor@googlemail.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 307EF1065670
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 17:05:15 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.158])
	by mx1.freebsd.org (Postfix) with ESMTP id B478A8FC17
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 17:05:14 +0000 (UTC)
	(envelope-from pali.gabor@googlemail.com)
Received: by fg-out-1718.google.com with SMTP id l26so190034fgb.35
        for <FreeBSD-gnats-submit@freebsd.org>; Fri, 30 May 2008 10:05:13 -0700 (PDT)
Received: by 10.86.66.11 with SMTP id o11mr1185760fga.43.1212167111195;
        Fri, 30 May 2008 10:05:11 -0700 (PDT)
Received: from pgj@FreeBSD.org ( [80.99.205.120])
        by mx.google.com with ESMTPS id c28sm2149350fka.4.2008.05.30.10.05.08
        (version=TLSv1/SSLv3 cipher=RC4-MD5);
        Fri, 30 May 2008 10:05:09 -0700 (PDT)
Received: by pgj@FreeBSD.org (sSMTP sendmail emulation); Fri, 30 May 2008 19:05:07 +0200
Message-Id: <484033c5.1c365e0a.6c72.ffffeaeb@mx.google.com>
Date: Fri, 30 May 2008 19:05:07 +0200
From: "Gabor PALI" <pgj@FreeBSD.org>
Sender: =?UTF-8?B?UMOBTEkgR8OhYm9yIErDoW5vcw==?= <pali.gabor@googlemail.com>
Reply-To: Gabor PALI <pgj@FreeBSD.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc:
Subject: [patch] Fix Question 5.17 in FAQ
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         124147
>Category:       docs
>Synopsis:       [patch] Fix Question 5.17 in FAQ
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pgj
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 30 17:10:01 UTC 2008
>Closed-Date:    Sat May 31 09:22:03 UTC 2008
>Last-Modified:  Sat May 31 09:30:02 UTC 2008
>Originator:     Gabor PALI
>Release:        FreeBSD 6.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD disznohal 6.3-STABLE FreeBSD 6.3-STABLE #4: Fri Apr 4 23:29:43 CEST 2008 dezzy@disznohal:/usr/obj/usr/src/sys/GENERIC_ i386

>Description:
	I think the answer for Question 5.17. ``Why does Sendmail give me an
	error reading "mail loops back to myself"?'' should be fixed and
	updated a bit. This Q&A itself can be also found in the FreeBSD
	Handbook [1], so it is enough to place a link here (the Handbook is
	also more up-to-date than the FAQ). The error message mentioned in
	the question marked up by <quote> tags, but they should be
	<errorname> tags, though.
	
	[1] http://www.freebsd.org/doc/en/books/handbook/mail-trouble.html#Q26.5.2.


>How-To-Repeat:

>Fix:

--- books.faq.patch.28.diff begins here ---
Index: book.sgml
===================================================================
RCS file: /doc/en_US.ISO8859-1/books/faq/book.sgml,v
retrieving revision 1.827
diff -u -r1.827 book.sgml
--- book.sgml	27 May 2008 23:51:07 -0000	1.827
+++ book.sgml	30 May 2008 03:00:18 -0000
@@ -3379,41 +3379,14 @@
       <qandaentry>
         <question id="mail-loopback">
           <para>Why does Sendmail give me an error reading
-            <quote><errorname>mail loops back to
-              myself</errorname></quote>?</para>
+            <errorname>mail loops back to
+              myself</errorname>?</para>
         </question>
 
         <answer>
-          <para>This is answered in the sendmail FAQ as follows:</para>
-
-<literallayout>        * I'm getting "Local configuration error" messages, such as:
-
-        553 relay.domain.net config error: mail loops back to myself
-        554 &lt;user@domain.net&gt;... Local configuration error
-
-        How can I solve this problem?
-
-        You have asked mail to the domain (e.g., domain.net) to be
-        forwarded to a specific host (in this case, relay.domain.net)
-        by using an MX record, but the relay machine does not recognize
-        itself as domain.net.  Add domain.net to /etc/mail/local-host-names
-        (if you are using FEATURE(use_cw_file)) or add "Cw domain.net"
-        to /etc/mail/sendmail.cf.
-            </literallayout>
-
-          <para>The current version of the <ulink
-            url="ftp://rtfm.mit.edu/pub/usenet/news.answers/mail/sendmail-faq">sendmail
-            FAQ</ulink> is no longer maintained with the sendmail release.
-            It is however regularly posted to <ulink
-            url="news:comp.mail.sendmail">comp.mail.sendmail</ulink>,
-            <ulink url="news:comp.mail.misc">comp.mail.misc</ulink>, <ulink
-            url="news:comp.mail.smail">comp.mail.smail</ulink>, <ulink
-            url="news:comp.answers">comp.answers</ulink>, and <ulink
-            url="news:news.answers">news.answers</ulink>. You can also
-            receive a copy via email by sending a message to
-            <email>mail-server@rtfm.mit.edu</email> with the command
-            <literal>send usenet/news.answers/mail/sendmail-faq</literal>
-            as the body of the message.</para>
+          <para>You can find a detailed answer for this question
+            in the <ulink
+             url="&url.books.handbook;/mail-trouble.html#Q26.5.2.">Handbook</ulink>.</para>
         </answer>
       </qandaentry>
 
--- books.faq.patch.28.diff ends here ---


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-doc->pgj 
Responsible-Changed-By: pgj 
Responsible-Changed-When: Sat May 31 02:04:03 UTC 2008 
Responsible-Changed-Why:  
Take. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124147 
State-Changed-From-To: open->closed 
State-Changed-By: pgj 
State-Changed-When: Sat May 31 09:21:46 UTC 2008 
State-Changed-Why:  
Committed. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=124147 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/124147: commit references a PR
Date: Sat, 31 May 2008 09:21:48 +0000 (UTC)

 pgj         2008-05-31 09:21:44 UTC
 
   FreeBSD doc repository
 
   Modified files:
     en_US.ISO8859-1/books/faq book.sgml 
   Log:
   - Convert <quote> to <errorname> in Question 5.17
   - Remove detailed parts of the answer because it can be found in
     the Handbook and substitute them with a link
   
   PR:             docs/124147
   Submitted by:   pgj
   Approved by:    gabor (mentor)
   
   Revision  Changes    Path
   1.837     +5 -32     doc/en_US.ISO8859-1/books/faq/book.sgml
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
