Hi Andy,

The default mailcommand setting (which you have quoted) is to send
mail with the "From" address being the same as the "To" address. Try
replacing the first %r (which is the sender's email address) to
something else, eg:
mailcommand = "/usr/sbin/bsmtp -h localhost -f \"\(Bacula\)
[EMAIL PROTECTED]" -s  \"Bacula: %t %e of %c %l\" %r"

> <[EMAIL PROTECTED]>... Not permitted (in reply to MAIL FROM command)

Based on the above it looks like Postfix is discarding the message
because it thinks that your bacula host is not authorised to send mail
as [EMAIL PROTECTED] Try setting it to something else (maybe even
a different domain name) and see if that will work. Alternately you
could change your mail server config to accept mail from your bacula
server, but that's an entirely different topic unrelated to bacula.

Hope this helps.

Cheers,
Vik
-- 
My other sig is hilarious

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to