diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/book/net.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/book/net.tex b/doc/book/net.tex index 7653b48e..19a6ccb9 100644 --- a/doc/book/net.tex +++ b/doc/book/net.tex @@ -190,6 +190,12 @@ authentication is not used). \\ transport.smtp.options.need-authentication & bool & Set to \emph{true} if the server requires to authenticate before sending messages. \\ \hline +transport.smtp.options.pipelining & bool & Set to {\vcode false} to disable +command pipelining, if the server supports it (default is {\vcode true}). \\ +\hline +transport.smtp.options.chunking & bool & Set to {\vcode false} to disable +CHUNKING extension, if the server supports it (default is {\vcode true}). \\ +\hline % sendmail \multicolumn{3}{|c|}{sendmail} \\ \hline |