diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-07-30 21:56:07 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-07-30 21:56:07 +0000 |
commit | 4c159159d296e30c59fa780299644d71b2e52d3d (patch) | |
tree | 743bb78daee8b5b60cc8b06971db972ccb42417b /fetchmail.man | |
parent | d8d123a20816b7dff876c865615bfef1a083074e (diff) | |
download | fetchmail-4c159159d296e30c59fa780299644d71b2e52d3d.tar.gz fetchmail-4c159159d296e30c59fa780299644d71b2e52d3d.tar.bz2 fetchmail-4c159159d296e30c59fa780299644d71b2e52d3d.zip |
INCOMPATIBLE: DROP --netsec/-T option, NET_SECURITY macro - the required library is no longer available.
svn path=/trunk/; revision=4192
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/fetchmail.man b/fetchmail.man index a7e0eba8..c6552b2a 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -862,13 +862,6 @@ capability response. Specify a user option value that looks like `user@domain': the part to the left of the @ will be passed as the username and the part to the right as the NTLM domain. .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. -.PP You can access SSL encrypted services by specifying the --ssl option. You can also do this using the "ssl" server option in the .fetchmailrc file. With SSL encryption enabled, queries are initiated over a connection @@ -1386,9 +1379,6 @@ T} tracepolls \& \& T{ Add poll tracing information to the Received header T} -netsec \& \& T{ -Pass in IPsec security option request. -T} principal \& \& T{ Set Kerberos principal (only useful with imap and kerberos) T} |