aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1997-01-20 22:49:45 +0000
committerEric S. Raymond <esr@thyrsus.com>1997-01-20 22:49:45 +0000
commit296fc7f92732fe2ef1a4787591f458b6065f6c15 (patch)
tree7ebbc7f2da34d885c3c2f37c54c26ff108b71ae5 /fetchmail.man
parent3162ca707f5aca13d341289b28cd65e80a5696bb (diff)
downloadfetchmail-296fc7f92732fe2ef1a4787591f458b6065f6c15.tar.gz
fetchmail-296fc7f92732fe2ef1a4787591f458b6065f6c15.tar.bz2
fetchmail-296fc7f92732fe2ef1a4787591f458b6065f6c15.zip
RPOP support is back.
svn path=/trunk/; revision=791
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man21
1 files changed, 21 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man
index 762adb3c..c8d46a8d 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -136,6 +136,8 @@ Post Office Protocol 2
Post Office Protocol 3
.IP APOP
Use POP3 with MD5 authentication.
+.IP RPOP
+Use POP3 with RPOP authentication.
.IP KPOP
Use POP3 with Kerberos authentication on port 1109.
.RE
@@ -330,6 +332,19 @@ password are usually assigned by the server administrator when you apply for
a mailbox on the server. Contact your server administrator if you don't know
the correct user-id and password for your mailbox account.
.PP
+Early versions of POP3 (RFC1081, RFC1225) supported a crude form of
+independent authentication using the
+.I rhosts
+file on the mailserver side. Under this RPOP variant, a fixed
+per-user ID equivalent to a password was sent in clear over a link to
+a reserved port, with the command RPOP rather than PASS to alert the
+server that it should do special checking. RPOP is supported
+by
+.I fetchmail
+(you can specify `protocol RPOP' to have the program send `RPOP'
+rather than `PASS') but its use is strongly discouraged. This
+facility was vulnerable to spoofing and was withdrawn in RFC1460.
+.PP
RFC1460 introduced APOP authentication. In this variant of POP3,
you register an APOP password on your server host (the program
to do this with on the server is probably called \fIpopauth\fR(8)). You
@@ -967,6 +982,12 @@ RFC 937
POP3:
RFC 1081, RFC 1225, RFC 1460, RFC 1725, RFC 1939
.TP 5
+APOP:
+RFC 1460, RFC 1725, RFC 1939
+.TP 5
+RPOP:
+RFC 1081, RFC 1225
+.TP 5
IMAP2/IMAP2BIS:
RFC 1176, RFC 1732
.TP 5