X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=man%2Fmsgchk.man;h=55d4a18960c24616f53752e9ee6065df179a9757;hb=c05210483d82bf5f3786725ff80e12444088a701;hp=219bfe606012ea76bf113da342876d842cafcbd7;hpb=5dd6771b28c257af405d7248639ed0e3bcdce38b;p=mmh diff --git a/man/msgchk.man b/man/msgchk.man index 219bfe6..55d4a18 100644 --- a/man/msgchk.man +++ b/man/msgchk.man @@ -18,8 +18,6 @@ all/mail/nomail ] .IR hostname ] .RB [ \-user .IR username ] -.RB [ \-apop " | " \-noapop ] -.RB [ \-kpop ] .RB [ \-sasl ] .RB [ \-saslmech .IR mechanism ] @@ -134,46 +132,6 @@ POP server. .PP If .B nmh -has been compiled with APOP support, the -.B \-apop -switch will cause -.B msgchk -to use APOP rather than standard POP3 authentication. Under APOP, -a unique string (generally of the format -.RI < pid . timestamp @ hostname >) -is announced by the POP server. -Rather than `USER -.IR user ', -`PASS -.IR password ', -.B msgchk -sends `APOP -.I user -.IR digest ', -where digest is the MD5 hash of the unique string -followed by a `secret' shared by client and server, essentially equivalent to -the user's password (though an APOP-enabled POP3 server could have separate APOP -and plain POP3 passwords for a single user). -.B \-noapop -disables APOP in cases -where it'd otherwise be used. -.PP -If -.B nmh -has been compiled with KPOP support, the -.B \-kpop -switch will allow -.B msgchk -to use Kerberized POP rather than standard POP3 on a given -invocation. If -.B POPSERVICE -was also #defined to "kpop", -.B msgchk -will be -hardwired to always use KPOP. -.PP -If -.B nmh has been compiled with SASL support, the .B \-sasl switch will enable