Network Working Group C. Newman
Request for Comments: 2245 Innosoft
Category: Standards Track November 1997
Anonymous SASL Mechanism
1. Conventions Used in this Document
The key words "MUST", "MUST NOT", "SHOULD", "SHOULD NOT", and "MAY" in this document are to be interpreted as defined in "Key words for use in RFCs to Indicate Requirement Levels" [KEYWORDS].
2. Anonymous SASL mechanism
The mechanism name associated with anonymous access is "ANONYMOUS". The mechanism consists of a single message from the client to the server. The client sends optional trace information in the form of a human readable string. The trace information should take one of three forms: an Internet email address, an opaque string which does not contain the '@' character and can be interpreted by the system administrator of the client's domain, or nothing. For privacy reasons, an Internet email address should only be used with permission from the user. A server which permits anonymous access will announce support for the ANONYMOUS mechanism, and allow anyone to log in using that mechanism, usually with restricted access.
Newman Standards Track [Page 1]
RFC 2245 Anonymous SASL Mechanism November 1997
The formal grammar for the client message using Augmented BNF [ABNF] follows.
3. Example
Here is a sample anonymous login between an IMAP client and server. In this example, "C:" and "S:" indicate lines sent by the client and server respectively. If such lines are wrapped without a new "C:" or "S:" label, then the wrapping is for editorial clarity and is not part of the command.
Newman Standards Track [Page 2]
RFC 2245 Anonymous SASL Mechanism November 1997 4. Security ConsiderationsThe anonymous mechanism grants access to information by anyone. For this reason it should be disabled by default so the administrator can make an explicit decision to enable it.
Newman Standards Track [Page 3]
RFC 2245 Anonymous SASL Mechanism November 1997 5. References[ABNF] Crocker, D. and P. Overell, "Augmented BNF for Syntax Specifications: ABNF", RFC 2234, November 1997.
6. Author's Address
Chris Newman Innosoft International, Inc. 1050 Lakes Drive West Covina, CA 91790 USA
Newman Standards Track [Page 4]
RFC 2245 Anonymous SASL Mechanism November 1997 7. Full Copyright StatementCopyright (C) The Internet Society (1997). All Rights Reserved.