From: Kern Sibbald Date: Fri, 25 Sep 2009 06:31:40 +0000 (+0200) Subject: Add more smtp document -- resolves bug #1376 X-Git-Tag: Release-3.0.3~2^2~15 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=a6a1e0c1fc010805d32acdb848e41b0bc72bb2ef;p=bacula%2Fdocs Add more smtp document -- resolves bug #1376 --- diff --git a/docs/manuals/en/utility/progs.tex b/docs/manuals/en/utility/progs.tex index 7fecc8e0..138053c6 100644 --- a/docs/manuals/en/utility/progs.tex +++ b/docs/manuals/en/utility/progs.tex @@ -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}