summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBruce Guenter <bruce@untroubled.org>2015-05-20 20:28:08 -0600
committerBruce Guenter <bruce@untroubled.org>2015-05-21 09:10:57 -0600
commit74aeb537149c92eb4b8ba8173fc2d60eec086038 (patch)
tree1dbd63bf749024368cf7ae83fc81bad6c297493b /doc
parenta5e04f340d62962f378b27a3bccc85bc0050389e (diff)
send: Add support for quoted options to the "remotes" file
Diffstat (limited to 'doc')
-rw-r--r--doc/nullmailer-send.83
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/nullmailer-send.8 b/doc/nullmailer-send.8
index 7fa419b..c6be267 100644
--- a/doc/nullmailer-send.8
+++ b/doc/nullmailer-send.8
@@ -81,11 +81,12 @@ by an optional protocol string, separated by white space.
The protocol name defaults to
.IR smtp ,
and may be followed by command-line arguments for that module.
+The line is parsed according to standard shell quoting rules.
For example, to connect to port 2525 on your SMTP smart host,
which also requires SMTP authentication, use:
.EX
- smarthost.dom smtp --port=2525 --user=user --pass=pass
+ smarthost.dom smtp --port=2525 --user=user --pass='my pass phrase'
.EE
If your smarthost requires LOGIN authentication instead of the default