freebsd-ports/mail/nullmailer/files/patch-doc-nullmailer-send.8
Clive Lin b8e9973394 o Upgrade to release 1.00.
o Bump PORTEPOCH since pkg_version thinks differently.
o Patch nullmailer-send.8 to indicate SMTP authentication is supported
  as well.
2005-03-05 03:46:18 +00:00

16 lines
569 B
Groff

--- doc/nullmailer-send.8~ Sat Mar 5 10:13:38 2005
+++ doc/nullmailer-send.8 Sat Mar 5 10:16:51 2005
@@ -57,10 +57,11 @@
The protocol name defaults to
.IR smtp ,
and may be followed by command-line arguments for that module.
-For example, to connect to port 2525 on your SMTP smart host, use:
+For example, to connect to port 2525 on your SMTP smart host,
+which also requires SMTP authentication, use:
.EX
- smarthost.dom smtp --port=2525
+ smarthost.dom smtp --port=2525 --auth=user,pass
.EE
Blank lines and lines starting with a pound are ignored.