Skip to content

authcram.1

Manvendra Bhangui edited this page Feb 25, 2024 · 1 revision

NAME

authcram - Generate Response to a CRAM method challenge

SYNOPSIS

/usr/libexec/indimail/authcram -t type username password challenge

DESCRIPTION

authcram generates a response to CRAM method challenge for username, password and challenge. The CRAM methods supported by authcram are CRAM-MD5, CRAM-RIPEMD, CRAM-SHA1, CRAM-SHA224, CRAM-SHA256, CRAM-SHA384, CRAM-SHA512.

authcram can be used in scripts to login to SMTP, IMAP, POP3 servers when using one of the above CRAM methods for authentication.

OPTIONS

-t type
Here type is one of CRAM-MD5, CRAM-RIPEMD, CRAM-SHA1, CRAM-SHA224, CRAM-SHA256, CRAM-SHA384, CRAM-SHA512.

SEE ALSO

tcpclient(1)

Clone this wiki locally