- 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)
This commit is contained in:
Gabor Pali 2008-05-31 09:21:44 +00:00
parent e8c71b5ada
commit b7b4a62917
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=32102

View file

@ -3379,41 +3379,14 @@ quit</programlisting>
<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>