add Mail11v3 reference
authorEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 1 Mar 1994 02:08:02 +0000 (18:08 -0800)
committerEric Allman <eric@ucbvax.Berkeley.EDU>
Tue, 1 Mar 1994 02:08:02 +0000 (18:08 -0800)
SCCS-vsn: usr.sbin/sendmail/FAQ 8.2

usr/src/usr.sbin/sendmail/FAQ

index 43e5780..17854fa 100644 (file)
@@ -1,6 +1,6 @@
                            Sendmail Version 8
                        Frequently Asked Questions
                            Sendmail Version 8
                        Frequently Asked Questions
-                      Last Update: January 26, 1994
+                        Version 8.2 of %G%
 
 
 This FAQ is specific to Version 8 of sendmail.
 
 
 This FAQ is specific to Version 8 of sendmail.
@@ -311,17 +311,23 @@ This FAQ is specific to Version 8 of sendmail.
        flag (mailer flag "e"), be sure you also turn on global option
        "c" -- otherwise it ignores the mailer flag.
 ----------------------------------------------------------------------
        flag (mailer flag "e"), be sure you also turn on global option
        "c" -- otherwise it ignores the mailer flag.
 ----------------------------------------------------------------------
-+ * I'm getting "Local configuration error" messages, such as:
-+
-+      553 relay.domain.net config error: mail loops back to myself
-+      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 doesn't recognize
-+      itself as domain.net.  Add domain.net to /etc/sendmail.cw
-+      (if you are using FEATURE(use_cw_file)) or add "Cw domain.net"
-+      to your configuration file.
+  * I'm getting "Local configuration error" messages, such as:
+
+       553 relay.domain.net config error: mail loops back to myself
+       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 doesn't recognize
+       itself as domain.net.  Add domain.net to /etc/sendmail.cw
+       (if you are using FEATURE(use_cw_file)) or add "Cw domain.net"
+       to your configuration file.
+----------------------------------------------------------------------
+  * I want to run Sendmail version 8 on my DEC system, but you don't
+    have MAIL11V3 support in sendmail.  How do I handle this?
+
+       Get Paul Vixie's reimplementation of the mail11 protocol
+       from gatekeeper.dec.com in /pub/DEC/gwtools.
 ----------------------------------------------------------------------
 ----------------------------------------------------------------------