[Pkg-wmaker-commits] [wmbiff] 05/14: authentication method list, reduced indentation to fit screen better

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:00:06 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_3_4
in repository wmbiff.

commit 20535ca4a27139f45ee3276c0e4470d63abf8a95
Author: bluehal <bluehal>
Date:   Fri Nov 16 00:39:13 2001 +0000

    authentication method list, reduced indentation to fit screen better
---
 wmbiff/wmbiffrc.5 | 37 +++++++++++++++++++++++++++++--------
 1 file changed, 29 insertions(+), 8 deletions(-)

diff --git a/wmbiff/wmbiffrc.5 b/wmbiff/wmbiffrc.5
index 7e3526d..2ce9074 100644
--- a/wmbiff/wmbiffrc.5
+++ b/wmbiff/wmbiffrc.5
@@ -1,5 +1,5 @@
 .\" Hey, Emacs!  This is an -*- nroff -*- source file.
-.\" $Id: wmbiffrc.5,v 1.6 2001/11/02 08:53:55 bluehal Exp $
+.\" $Id: wmbiffrc.5,v 1.7 2001/11/16 00:39:13 bluehal Exp $
 .\"
 .\" wmbiff.1 and wmbiffrc.5 are copyright 1999-2001 by 
 .\" Jordi Mallach <jordi at debian.org>
@@ -25,7 +25,7 @@ Comment must be preceeded by pound signs (#).
 
 The supported configuration options are:
 
-.TP
+.TP 4
 \fBinterval\fP
 Global interval between mailbox checking. Value is the number of seconds, 5
 is the default.
@@ -62,19 +62,23 @@ maildir:/path/to/mail/bugtraq/
 .I pop3
 Using this type, wmbiff will fetch mail from a pop3 server, using the
 specified username, password, host and an optional port number (defaulting
-to 110). If your passwd contained special character, eg. '@' or ':',
-use another path format.
+to 110). If your password contained special character, eg. '@' or ':',
+use another path format.  See Authentication below for a description of 
+the auth field. 
+.RS
+pop3:user:passwd at server[:port] [auth]
+.RE
 .RS
-pop3:user:password at server[:port]
-pop3:user password server[ port] (another format)
+pop3:user passwd server[ port] [auth] 
 .RE
 .TP
 .I imap
 These are IMAP4 boxes. As with pop3, wmbiff will read a imap4 mbox using
 the given values and will display info about the remote mail. This type
 accepts user, password, host and optional path to mailbox and port number.
+See Authentication below for a description of the auth field.
 .RS
-imap:user:password at server[/mailbox][:port]
+imap:user:passwd at server[/mailbox][:port] [auth]
 .RE
 .TP
 .I imaps
@@ -86,7 +90,7 @@ IMAP's STARTTLS command.  TLS support uses gnutls, which is under development
 and may be insecure.  TLS support is only for encryption: since certificates
 are not yet checked, it is vulnerable to man-in-the-middle attack.
 .RS
-imaps:user:password at server[/mailbox][:port]
+imaps:user:passwd at server[/mailbox][:port] [auth]
 .RE
 .TP
 .I licq
@@ -117,6 +121,23 @@ in seconds.
 Command to be executed to fetch mail. If not specified, fetching through
 wmbiff is disabled completely.
 
+.SH AUTHENTICATION
+
+Authentication methods include "cram-md5", "apop" (for
+Pop3), and "plaintext".  "cram-md5" and "apop" are only
+available when wmbiff is compiled with libgcrypt.
+Authentication methods are tried in the following order:
+cram-md5, apop, plaintext.
+
+Each authentication method will be tried unless a list is
+included in the [auth] field.  For example, append "cram-md5
+apop" if you don't want your password to be sent in
+cleartext over the network.  Conversely, append "plaintext"
+if you don't want wmbiff to bother with other authentication
+methods.  Leaving authentication methods unspecified should
+be reasonably safe.  The order of entries in the [auth] list
+is not currently considered.
+
 .SH FILES
 .TP
 .I ~/.wmbiffrc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list