diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-02-18 23:38:00 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-02-18 23:38:00 +0000 |
commit | 4e24c6f45182b502b54a8f8fbbf1f86b05542764 (patch) | |
tree | b10036104b1af0b5a7d23173705468e8dded509f /fetchmail.man | |
parent | 1a364adedd3b5dcd8f9a8946f2d9c636c1f7585b (diff) | |
download | fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.gz fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.tar.bz2 fetchmail-4e24c6f45182b502b54a8f8fbbf1f86b05542764.zip |
This went to Craig Metz.
svn path=/trunk/; revision=1652
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/fetchmail.man b/fetchmail.man index 4ed52447..00580479 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -405,7 +405,7 @@ identify the original envelope recipient, but you have to strip the `mbox-userstr-' prefix to deliver to the correct user. This is what this option is for. -.SH USER AUTHENTICATION +.SH USER AUTHENTICATION AND ENCRYPTION Every mode except ETRN requires authentication of the client. Normal user authentication in .I fetchmail @@ -513,6 +513,13 @@ you are using POP3, and the RPA code has been compiled into your binary, and you query a server in the Compuserve csi.com domain, \fIfetchmail\fR will try to perform an RPA pass-phrase authentication instead of sending over the password en clair. +.PP +If you are using IPsec, the -T (--netsec) option can be used to pass +an IP security request to be used when outgoing IP connections are +initialized. You can also do this using the `netsec' server option +in the .fetchmailrc file. In either case, the option value is a +string in the format accepted by the net_security_strtorequest() +function of the inet6_apps library. .SH DAEMON MODE The |