On Fri, 13 Feb 2009 13:59:02 +0100, Mike Eggleston <mikee...@me.com> wrote:

> On Fri, 13 Feb 2009, Foo might have said:
>
>> Is it possible to send mail to different recipients depending on the
>> backup job?
>
> On unix you could sent the mail to a sendmail alias, use the
> "bacula-main-alias:|/opt/local/bin/parse-bacula-mail.sh" syntax. The
> shell script would decide where the message should be redirected when
> the alias receives it.

Just to clarify the whole chain, output (from jobs etc.) is piped to the  
mail/operatorcommand, which is normally bsmtp with arguments, so bsmtp  
listens to stdin, adds formatted headers and sends output to the defined  
mail gateway.

I presume bsmtp doesn't look at aliases, so for the above to work you need  
to replace the mail/operatorcommand with sendmail. Wouldn't it be more  
useful to simply point the mail/operatorcommand directly to the shell  
script and put bsmtp in there with some grep + if/then constructions to  
decide what goes where? Or possibly procmail?


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to