]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/manpages/bsmtp.1
License cleanups
[bacula/bacula] / bacula / manpages / bsmtp.1
index 854e58c4a9c2eb28c2db89afbb4100f4f0bcbfde..4d3801af298b8ed75b83ebab593cb38ad6033e5e 100644 (file)
@@ -2,15 +2,15 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH BSMTP 1 "3 July 2012" "Kern Sibbald" "Network backup, recovery and verification"
+.TH BSMTP 1 "6 December 2009" "Kern Sibbald" "Network backup, recovery and verification"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .SH NAME
  bsmtp \- Bacula's SMTP client (mail submission program)
 
 .SH SYNOPSIS
-.B bsmtp 
-.RI [ options ] 
+.B bsmtp
+.RI [ options ]
 .I <recipient> <...>
 
 .SH DESCRIPTION
@@ -23,18 +23,9 @@ operator.
 
 .SH OPTIONS
 .TP
-.B \-4
-Forces bsmtp to use IPv4 addresses only.
-.TP
-.B \-6
-Forces bsmtp to use IPv6 addresses only.
-.TP
 .B \-8
 Encode the mail in UTF-8.
 .TP
-.B \-a
-Use any ip protocol for address resolution.
-.TP
 .B \-c
 Set the \fBCc:\fR header.
 .TP
@@ -65,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
@@ -84,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
@@ -101,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
@@ -109,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) "
+.SH COPYRIGHT
+This man page document is released under the BSD 2-Clause license.