Re: [Bacula-users] bacula-users replyTo address

2015-04-08 Thread Bryn Hughes
On 2015-04-08 07:44 AM, Dimitri Maziuk wrote: > On 2015-04-08 06:24, Robert Oschwald wrote: > >> Is it possible for the admins to set the reply-to address to the >> list-address so replies are posted to the list instead of the author? > TFRFC (5322) says > > The originator fields also provide

Re: [Bacula-users] bacula-users replyTo address

2015-04-08 Thread Dimitri Maziuk
On 2015-04-08 06:24, Robert Oschwald wrote: > Is it possible for the admins to set the reply-to address to the list-address > so replies are posted to the list instead of the author? TFRFC (5322) says The originator fields also provide the information required when replying to a message.

Re: [Bacula-users] bacula-users replyTo address

2015-04-08 Thread Phil Stracchino
On 04/08/15 09:05, Greg Woods wrote: > > On Wed, Apr 8, 2015 at 5:24 AM, Robert Oschwald > mailto:robertoschw...@gmail.com>> wrote: > > > Is it possible for the admins to set the reply-to address to the > list-address so replies are posted to the list instead of the author? > > > Possi

Re: [Bacula-users] bacula-users replyTo address

2015-04-08 Thread Greg Woods
On Wed, Apr 8, 2015 at 5:24 AM, Robert Oschwald wrote: > > > Is it possible for the admins to set the reply-to address to the > list-address so replies are posted to the list instead of the author? > Possible? Probably. Desireable? This is one of those religious wars that comes up on every maili

Re: [Bacula-users] bacula-users replyTo address

2015-04-08 Thread Robert Oschwald
So OSX Mail doesn’t seem to be decent enough, then. > Am 08.04.2015 um 15:20 schrieb Albert Dengg : > > hi, > On Wed, Apr 08, 2015 at 01:24:34PM +0200, Robert Oschwald wrote: >> The reply-to address for posts on the mailing list is not set at least in my >> received emails from the list. >> T

Re: [Bacula-users] bacula-users replyTo address

2015-04-08 Thread Albert Dengg
hi, On Wed, Apr 08, 2015 at 01:24:34PM +0200, Robert Oschwald wrote: > The reply-to address for posts on the mailing list is not set at least in my > received emails from the list. > Therefore it happened before that I sent a reply to the author instead of the > list. > > Is it possible for the

[Bacula-users] PostgreSQL db indexes on 7.0.5 question

2015-04-08 Thread Robert Oschwald
I’m a bit irritated about indexes for PostgreSQL installations of 7.0.5. In 7.0.5, those are the indexes created by make_postgresql_tables: CREATE UNIQUE INDEX filename_name_idx on Filename (Name); CREATE UNIQUE INDEX path_name_idx on Path (Path); CREATE INDEX file_jpfid_idx on File (JobId, PathI

[Bacula-users] bacula-users replyTo address

2015-04-08 Thread Robert Oschwald
The reply-to address for posts on the mailing list is not set at least in my received emails from the list. Therefore it happened before that I sent a reply to the author instead of the list. Is it possible for the admins to set the reply-to address to the list-address so replies are posted to

Re: [Bacula-users] FIXED - Bacula Catalog Server - MySQL - 1 Core Used Max ?

2015-04-08 Thread Robert Heinzmann
Just for completeness, in case someone has the same problem. Adding the indexes reduced the CPU usage from 100% during the night (1 Core used by MySQL) to ~50% peak and maybe 25% average. create index ix_job_jobtdate on Job(JobTDate); create index ix_jobmedia_mediaid on JobMedia(MediaId);

[Bacula-users] Question about verify jobs

2015-04-08 Thread Egoitz Aurrekoetxea
Good morning, When I launch a new verify init catalog job, is the previous created init catalog for verification removed?. I mean, I don’t want to have 30 (for saying this way) init catalogs in the database. I just want to have the last created one and then to verify always against that. Is it