First of all: It's not necessary to post the same post three times.
This won't make you get faster answers - it just annoys people and
might lead to a complete ignorance of your request.

To your problem:


On 3/13/07, Administrator <[EMAIL PROTECTED]> wrote:
> 01-Mar 18:30 Ubuntuccc-dir: message.c:462 Mail prog: bsmtp: bsmtp.c:88 Fatal
> malformed reply from localhost: 504 <[EMAIL PROTECTED]>: Sender address
> rejected: need fully-qualified address
>
> 01-Mar 18:30 Ubuntuccc-dir: Client1.2007-03-01_18.30.00 Error: message.c:473
> Mail program terminated in error.
> CMD=/usr/lib/bacula/bsmtp -h localhost -f "(Bacula) [EMAIL PROTECTED]" -s
> "Bacula: Backup Fatal Error of sbserverpdc-fd Full" [EMAIL PROTECTED]

This doesn't seem to be a bacula problem, but more a problem with your
SMTP configuration.

I think you should check every log file for why the "Mail program
terminated in error". A first step would be to add something valid as
sender address (the one behind the -f switch), for example something
like that:

Messages {
  Name = Daemon
  mailcommand = "/usr/local/sbin/bsmtp -h localhost -f \"\(Bacula\)
%r\" -s \"Bacula daemon message\" %r"
  mail = [EMAIL PROTECTED] = all, !skipped
  console = all, !skipped, !saved
  append = "/var/db/bacula/log" = all, !skipped
}



-- 
Le deagh dhùraghd,

        Frank Altpeter

Two of the most famous products of Berkeley are LSD and Unix.
I don't think that this is a coincidence.
        -- Anonymous

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users

Reply via email to