Re: [Bacula-users] Setting the to address for Bacula GDB traceback

2022-11-08 Thread Martin Simmons
> On Tue, 08 Nov 2022 11:22:07 -0500, Dan Langille said:
> 
> On Mon, Nov 7, 2022, at 10:59 AM, Martin Simmons wrote:
> >> On Sun, 6 Nov 2022 20:00:55 -0500, Dan Langille said:
> >> 
> >> I'm getting some traceback emails like this:
> >> 
> >> From: root@localhost
> >> Subject: Bacula GDB traceback of bacula-dir on bacula.int.example.org
> >> Sender: bac...@bacula.int.example.org
> >> To: root@localhost
> >> 
> >> There is no 'root@localhost' defined with my bacula-dir configuation.
> >> 
> >> [bacula dan /usr/local/etc/bacula] % sudo grep root@localhost * 0:56:01
> >> bacula-dir.conf:#  mail = root@localhost = all, !skipped, saved
> >> bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
> >> bacula-dir.conf.sample:  operator = root@localhost = mount
> >> bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
> >> 
> >> The above are either comments or .sample - none should be active.
> >> 
> >> Where is this address coming from?
> >
> > It is the default for dump_email in configure (used in 
> > scripts/btraceback.in).
> 
> Confirmed, I found it in there. Thank you.
> 
> I will probably modify the FreeBSD port to accomomdate local changes to this 
> script.
> 
> While looking around, I found these:
> 
> [pkg01 dan ~/ports/head/sysutils/bacula9-server] % grep -r root *
> Makefile: --with-dump-email=root@localhost \
> Makefile: --with-job-email=root@localhost \
> 
> Those are configuration arguments for building DIR, SD, and FD. If those are 
> specified at build time, it might be difficult for users to modify them. I'm 
> wondering if they are still used or if they are deprecated. Sorry, I can't 
> search the code just now.

--with-dump-email controls the value of dump_email, which is only used for
scripts/btraceback.

--with-job-email controls the value used for the Messages resources in the
generated bacula-dir.conf.

Both of these send emails to the server set by --with-smtp-host, which
defaults to localhost.

__Martin


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Setting the to address for Bacula GDB traceback

2022-11-08 Thread Dan Langille

On Mon, Nov 7, 2022, at 10:59 AM, Martin Simmons wrote:
>> On Sun, 6 Nov 2022 20:00:55 -0500, Dan Langille said:
>> 
>> I'm getting some traceback emails like this:
>> 
>> From: root@localhost
>> Subject: Bacula GDB traceback of bacula-dir on bacula.int.example.org
>> Sender: bac...@bacula.int.example.org
>> To: root@localhost
>> 
>> There is no 'root@localhost' defined with my bacula-dir configuation.
>> 
>> [bacula dan /usr/local/etc/bacula] % sudo grep root@localhost * 0:56:01
>> bacula-dir.conf:#  mail = root@localhost = all, !skipped, saved
>> bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
>> bacula-dir.conf.sample:  operator = root@localhost = mount
>> bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
>> 
>> The above are either comments or .sample - none should be active.
>> 
>> Where is this address coming from?
>
> It is the default for dump_email in configure (used in scripts/btraceback.in).

Confirmed, I found it in there. Thank you.

I will probably modify the FreeBSD port to accomomdate local changes to this 
script.

While looking around, I found these:

[pkg01 dan ~/ports/head/sysutils/bacula9-server] % grep -r root *
Makefile:   --with-dump-email=root@localhost \
Makefile:   --with-job-email=root@localhost \

Those are configuration arguments for building DIR, SD, and FD. If those are 
specified at build time, it might be difficult for users to modify them. I'm 
wondering if they are still used or if they are deprecated. Sorry, I can't 
search the code just now.

-- 
  Dan Langille
  d...@langille.org


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Setting the to address for Bacula GDB traceback

2022-11-07 Thread Martin Simmons
> On Sun, 6 Nov 2022 20:00:55 -0500, Dan Langille said:
> 
> I'm getting some traceback emails like this:
> 
> From: root@localhost
> Subject: Bacula GDB traceback of bacula-dir on bacula.int.example.org
> Sender: bac...@bacula.int.example.org
> To: root@localhost
> 
> There is no 'root@localhost' defined with my bacula-dir configuation.
> 
> [bacula dan /usr/local/etc/bacula] % sudo grep root@localhost * 0:56:01
> bacula-dir.conf:#  mail = root@localhost = all, !skipped, saved
> bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
> bacula-dir.conf.sample:  operator = root@localhost = mount
> bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
> 
> The above are either comments or .sample - none should be active.
> 
> Where is this address coming from?

It is the default for dump_email in configure (used in scripts/btraceback.in).

__Martin


___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users


Re: [Bacula-users] Setting the to address for Bacula GDB traceback

2022-11-06 Thread Eric Bollengier via Bacula-users

Hello Dan,

On 11/7/22 02:00, Dan Langille wrote:

Hello,

I'm getting some traceback emails like this:

From: root@localhost
Subject: Bacula GDB traceback of bacula-dir on bacula.int.example.org
Sender: bac...@bacula.int.example.org
To: root@localhost

There is no 'root@localhost' defined with my bacula-dir configuation.

[bacula dan /usr/local/etc/bacula] % sudo grep root@localhost * 0:56:01
bacula-dir.conf:#  mail = root@localhost = all, !skipped, saved
bacula-dir.conf.sample:  mail = root@localhost = all, !skipped
bacula-dir.conf.sample:  operator = root@localhost = mount
bacula-dir.conf.sample:  mail = root@localhost = all, !skipped

The above are either comments or .sample - none should be active.

Where is this address coming from?


Sounds like a default value, perhaps the full Messages resource can
help here.

Best Regards,
Eric



___
Bacula-users mailing list
Bacula-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-users