diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1997-08-04 04:10:40 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1997-08-04 04:10:40 +0000 |
commit | 4fe1884292376b223d3dee76b194a47e90323541 (patch) | |
tree | b47d68765ace204afe94e2fa14576ba6bb42566b /fetchmail.man | |
parent | dcb63c343a411c59257407b07f08c2210e236c80 (diff) | |
download | fetchmail-4fe1884292376b223d3dee76b194a47e90323541.tar.gz fetchmail-4fe1884292376b223d3dee76b194a47e90323541.tar.bz2 fetchmail-4fe1884292376b223d3dee76b194a47e90323541.zip |
Added `postconnect'.
svn path=/trunk/; revision=1226
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 13 |
1 files changed, 10 insertions, 3 deletions
diff --git a/fetchmail.man b/fetchmail.man index 68879298..4d80dc0b 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -754,6 +754,9 @@ T} preconnect \& T{ Command to be executed before each connection T} +postconnect \& T{ +Command to be executed after each connection +T} keep -k T{ Don't delete seen messages from server T} @@ -823,9 +826,9 @@ following them. .PP All options correspond to the obvious command-line arguments, except the following: `via', `interval', `aka', `is', `to', `dns'/`no dns', -\&`password', \&`preconnect', `localdomains', `stripcr'/`no stripcr', -\&`forcecr'/`no forcecr', `pass8bits'/`no pass8bits' `dropstatus/no -dropstatus', and `no envelope'. +\&`password', \&`preconnect', \&`postconnect', `localdomains', +\&`stripcr'/`no stripcr', \&`forcecr'/`no forcecr', `pass8bits'/`no +pass8bits' `dropstatus/no dropstatus', and `no envelope'. .PP The `via' option is for use with ssh, or if you want to have more than one configuration pointing at the same site. If it is present, @@ -908,6 +911,10 @@ establishes a mailserver connection. This may be useful if you are attempting to set up secure POP connections with the aid of .IR ssh (1). .PP +Similarly, the `postconnect' keyword similarly allows you to specify a +shell command to be executed just after each time a mailserver +connection is taken down. +.PP The `forcecr' option controls whether lines terminated by LF only are given CRLF termination before forwarding. Strictly speaking RFC821 requires this, but few MTAs enforce the requirement it so this option |