]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/manpages/bsmtp.1
License cleanups
[bacula/bacula] / bacula / manpages / bsmtp.1
index fee6162c5bbc5f03504cd8fcf4ecd3cf8cb6abc6..4d3801af298b8ed75b83ebab593cb38ad6033e5e 100644 (file)
@@ -9,8 +9,8 @@
  bsmtp \- Bacula's SMTP client (mail submission program)
 
 .SH SYNOPSIS
-.B bsmtp 
-.RI [ options ] 
+.B bsmtp
+.RI [ options ]
 .I <recipient> <...>
 
 .SH DESCRIPTION
@@ -56,14 +56,14 @@ Set the maximum number of lines to be sent. (default: unlimited)
 Show version and usage of program.
 
 .SH USAGE
-\fIrecipients\fR is a space separated list of email addresses. 
+\fIrecipients\fR is a space separated list of email addresses.
 
 The body of the email message is read from standard input. Message is
-ended by sending the EOF character (Ctrl-D on many systems) on the 
+ended by sending the EOF character (Ctrl-D on many systems) on the
 start of a new line, much like many 'mail' commands.
 
 The actual, automated behavior of \fBbsmtp\fR will depend on the
-mail-related configuration of the Director in the \fIMessages\fR ressource 
+mail-related configuration of the Director in the \fIMessages\fR resource
 of \fIbacula-dir.conf\fR.
 
 Interactive use of \fBbsmtp\fR is pertinent to manually test and ensure these
@@ -75,10 +75,10 @@ file.
 
 Messages {
   Name = Standard
-  mailcommand = "/home/bacula/bin/bsmtp -h mail.domain.com -f \"\(Bacula\) %r\" 
-                           -s \"Bacula: %t %e of %c %l\" %r"
-  operatorcommand = "/home/bacula/bin/bsmtp -h mail.domain.com -f \"\(Bacula\) %r\" 
-                                 -s \"Bacula: Intervention needed for %j\" %r"
+  mailcommand = "/home/bacula/bin/bsmtp \-h mail.domain.com \-f \\"\\(Bacula\\) \\<%r\\>\\"
+                           \-s \\"Bacula: %t %e of %c %l\\" %r"
+  operatorcommand = "/home/bacula/bin/bsmtp \-h mail.domain.com \-f \\"\\(Bacula\\) \\<%r\\>\\"
+                                 \-s \\"Bacula: Intervention needed for %j\\" %r"
   mail = sysadmin@site.domain.com = all, !skipped
   operator = sysop@site.domain.com = mount
   console = all, !skipped, !saved
@@ -92,7 +92,7 @@ qualified name of an SMTP server, which usually listen on port 25.
 If the \fB-h\fR option is not specified, \fBbsmtp\fR will use environment variable \fBSMTPSERVER\fR, or 'localhost' if not set.
 
 .SH NOTES
-Since \fBbsmtp\fR always uses a TCP connection rather than writing to a 
+Since \fBbsmtp\fR always uses a TCP connection rather than writing to a
 spool file, you may find that your \fBFrom:\fR address is being rejected
 because it does not contain a valid domain, or because your
 message has gotten caught in spam filtering rules. Generally, you
@@ -100,19 +100,21 @@ should specify a fully qualified domain name in the from field, and
 depending on whether your SMTP gateway is Exim or Sendmail, you may
 need to modify the syntax of the from part of the message.
 
-If \fBbsmtp\fR cannot connect to the specified mail host, it will retry 
+If \fBbsmtp\fR cannot connect to the specified mail host, it will retry
 to connect to \fBlocalhost\fR.
 
 .SH BUGS
 If you are getting incorrect dates (e.g. 1970) and you are
-running with a non-English locale, you might try setting the 
+running with a non-English locale, you might try setting the
 \fBLANG="en_US"\fR environment variable.
 
 .SH AUTHOR
 This manual page was written by Jose Luis Tallon
-.nh 
+.nh
 <jltallon@adv\-solutions.net>, revised and edited by Lucas B. Cohen
 .nh
 <lbc@members.fsf.org>.
 .SH SEE ALSO
-.BR "bacula-dir" "(8) "
\ No newline at end of file
+.BR "bacula-dir" "(8) "
+.SH COPYRIGHT
+This man page document is released under the BSD 2-Clause license.