From owner-svn-doc-all@FreeBSD.ORG Thu Apr 2 06:05:59 2015 Return-Path: Delivered-To: svn-doc-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 12B38DB7; Thu, 2 Apr 2015 06:05:59 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D7E53988; Thu, 2 Apr 2015 06:05:58 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id t3265wsD062806; Thu, 2 Apr 2015 06:05:58 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id t3265w31062805; Thu, 2 Apr 2015 06:05:58 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201504020605.t3265w31062805@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Thu, 2 Apr 2015 06:05:58 +0000 (UTC) To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r46426 - head/en_US.ISO8859-1/books/faq X-SVN-Group: doc-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-doc-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire doc trees \(except for " user" , " projects" , and " translations" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Apr 2015 06:05:59 -0000 Author: eadler Date: Thu Apr 2 06:05:57 2015 New Revision: 46426 URL: https://svnweb.freebsd.org/changeset/doc/46426 Log: faq: mail-loopback - remove mail-loopback question. The answer directly quotes the sendmail FAQ, and we don't need to be a secondary source for one-of-many sendmail specific questions. Modified: head/en_US.ISO8859-1/books/faq/book.xml Modified: head/en_US.ISO8859-1/books/faq/book.xml ============================================================================== --- head/en_US.ISO8859-1/books/faq/book.xml Thu Apr 2 06:03:58 2015 (r46425) +++ head/en_US.ISO8859-1/books/faq/book.xml Thu Apr 2 06:05:57 2015 (r46426) @@ -2084,37 +2084,6 @@ bindkey ^[[3~ delete-char # for xterm

- - Why does Sendmail give me - an error reading mail loops back to - myself? - - - - This is answered in the Sendmail - FAQ as follows. This - FAQ is recommended reading - when tweaking the mail setup. - - I'm getting these error messages: - -553 MX list for domain.net points back to relay.domain.net -554 <user@domain.net>... 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 -[known as /etc/sendmail.cw prior to version 8.10] -(if you are using FEATURE(use_cw_file)) or add Cw domain.net -to /etc/mail/sendmail.cf. - - - - Why do full screen applications on remote machines misbehave?