# /etc/mail/auth/auth-info
#
# Author: Werner Fink
# Please send feedback to http://www.suse.de/feedback/
#
# Description:
#
# Fill in the rulesets for smtp authentication
#
# Note:
#
#   This is only useful if SMTP_AUTH_MECHANISMS in /etc/sysconfig/sendmail
#   has an appropiate authentication mechanism filled in.
#
# Format:
#
#   The RHS for an AuthInfo entry in the map should consists of a
#   list of tokens, each of which has the form: "T[:=]string" (including
#   the quotes).  `T' is a tag which describes the item, followed by 
#   either `:' for simple text or `=' for a base64 encoded string.
#   Valid values for the tag are:
#       U       user (authorization) id
#       I       authentication id
#       P       password
#       R       realm
#       M       list of mechanisms delimited by spaces (overwrite default)
#   User or authentication id must exist as well as the password. All other entries
#   have default values. If one of user or authentication id is missing, the existing
#   value is used for the missing item. Replace `<...>' (including the brackets!) with
#   the correct value accordingly your needs
#
#AuthInfo:<server_name.dom> "U:<user>" "I:<user_id>" "P:<secret>" "R:<server_name.dom>" "M:DIGEST-MD5"
#AuthInfo:<server_name.dom> "U:<user>" "P=<base64_encoded_secret>"
