Move loops back to itself Q/A from Troubleshooting to the FAQ.
Sponsored by: iXsystems
This commit is contained in:
parent
cb19dea373
commit
ab805e59cc
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=44813
2 changed files with 19 additions and 32 deletions
en_US.ISO8859-1/books
|
@ -2057,8 +2057,25 @@ bindkey ^[[3~ delete-char # for xterm</programlisting>
|
|||
</question>
|
||||
|
||||
<answer>
|
||||
<para>You can find a detailed answer for this question in the
|
||||
<link xlink:href="&url.books.handbook;/mail-trouble.html#q26.5.2.">Handbook</link>.</para>
|
||||
<para>This is answered in the <link
|
||||
xlink:href="http://www.sendmail.org/faq/">Sendmail
|
||||
FAQ</link> as follows. This FAQ is recommended reading
|
||||
when <quote>tweaking</quote> the mail setup.</para>
|
||||
|
||||
<programlisting>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 <quote>Cw domain.net</quote>
|
||||
to /etc/mail/sendmail.cf.</programlisting>
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
|
|
|
@ -781,36 +781,6 @@ newaliases /usr/local/sbin/sendmail</programlisting>
|
|||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para><application>Sendmail</application> says
|
||||
<errorname>mail loops back to myself</errorname>.</para>
|
||||
</question>
|
||||
|
||||
<answer>
|
||||
<para>This is answered in the <link
|
||||
xlink:href="http://www.sendmail.org/faq/">Sendmail
|
||||
FAQ</link> as follows. This FAQ is recommended reading
|
||||
when <quote>tweaking</quote> the mail setup.</para>
|
||||
|
||||
<programlisting>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 <quote>Cw domain.net</quote>
|
||||
to /etc/mail/sendmail.cf.</programlisting>
|
||||
|
||||
</answer>
|
||||
</qandaentry>
|
||||
|
||||
<qandaentry>
|
||||
<question>
|
||||
<para>How can I run a mail server on a dial-up PPP
|
||||
|
|
Loading…
Reference in a new issue