]> git.sur5r.net Git - bacula/docs/commitdiff
Add more smtp document -- resolves bug #1376
authorKern Sibbald <kern@sibbald.com>
Fri, 25 Sep 2009 06:31:40 +0000 (08:31 +0200)
committerKern Sibbald <kern@sibbald.com>
Fri, 25 Sep 2009 06:31:40 +0000 (08:31 +0200)
docs/manuals/en/utility/progs.tex

index 7fecc8e0839dbfe18db83072f78894a885499a3f..138053c68e3b1d260bb00e2d28502fe1f92fddc4 100644 (file)
@@ -1026,6 +1026,17 @@ If you are getting incorrect dates (e.g. 1970) and you are
 running with a non-English language setting, you might try adding
 a LANG=''en\_US'' immediately before the bsmtp call.
 
+In general, {\bf bsmtp} attempts to cleanup email addresses that you
+specify in the from, copy, mailhost, and recipient fields, by adding
+the necessary \lt{} and \gt{} characters around the address part.  However,
+if you include a {\bf display-name} (see RFC 5332), some SMTP servers
+such as Exchange may not accept the message if the {\bf display-name} is
+also included in \lt{} and \gt{}.  As mentioned above, you must test, and
+if you run into this situation, you may manually add the \lt{} and \gt{}
+to the Bacula {\bf mailcommand} or {\bf operatorcommand} and when
+{\bf bsmtp} is formatting an address if it already contains a \lt{} or
+\gt{} character, it will leave the address unchanged.
+
 \section{dbcheck}
 \label{dbcheck}
 \index[general]{Dbcheck}