Re: [Bacula-users] bsmtp authentication

2025-03-26 Thread Bill Arlofski via Bacula-users
On 3/26/25 5:25 AM, Mehrdad Ravanbod wrote: > > Hi guys > > I am trying to set up the messaging part of bacula to send alerts and > using the built in bsmtp, but running into problems > > The SMTP server that we are using needs authentication for the senders > adress, and it seems like bsmtp does

Re: [Bacula-users] bsmtp from within a container

2022-08-05 Thread Justin Case
Thank you Josh, I got it now. I had to relax 2 SPAM settings, but didn’t need to ignore authentication for local machines. If someone later on needs details, let me know. Thanks again! J/C > On 4. Aug 2022, at 16:24, Josh Fisher wrote: > > > On 8/2/22 16:46, Justin Case wrote: >> The containe

Re: [Bacula-users] bsmtp from within a container

2022-08-04 Thread Josh Fisher
On 8/2/22 16:46, Justin Case wrote: The container uses the container ID as hostname. nothing I can do about it with DNS. I will retire the Synology mail server at somepoint but that is months in the future. I disabled authentication for local networks, but still: 504 5.5.2 <3422f1072002>: Hel

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread dmitri maziuk
On 2022-08-02 3:46 PM, Justin Case wrote: The container uses the container ID as hostname. nothing I can do about it with DNS. I will retire the Synology mail server at somepoint but that is months in the future. I disabled authentication for local networks, but still: 504 5.5.2 <3422f1072002>

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread Justin Case
The container uses the container ID as hostname. nothing I can do about it with DNS. I will retire the Synology mail server at somepoint but that is months in the future. I disabled authentication for local networks, but still: 504 5.5.2 <3422f1072002>: Helo command rejected: need fully-qualifie

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread dmitri maziuk
On 2022-08-02 2:16 PM, Justin Case wrote: I run the mailserver put its basically a tightly baked postfix dovecot under Synology DSM UI. So I won’t manually change config files. But “Ignore authorization for LAN connections” sounds reasonable, I have activated that now. Lets see if that helps.

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread Justin Case
Hi Bill, the container I use is maintained by another person. I will suggest it. If I would be using Bacula in a platform maintained by me I already had postfix installed... That container not even has apt…. what can I say. > On 2. Aug 2022, at 22:05, Bill Arlofski via Bacula-users > wrote: >

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread Bill Arlofski via Bacula-users
On 8/2/22 13:16, Justin Case wrote: I run the mailserver put its basically a tightly baked postfix dovecot under Synology DSM UI. So I won’t manually change config files. But “Ignore authorization for LAN connections” sounds reasonable, I have activated that now. Lets see if that helps. (BTW,

Re: [Bacula-users] bsmtp from within a container

2022-08-02 Thread Justin Case
I run the mailserver put its basically a tightly baked postfix dovecot under Synology DSM UI. So I won’t manually change config files. But “Ignore authorization for LAN connections” sounds reasonable, I have activated that now. Lets see if that helps. (BTW, bacula-dir and mail server are on dif

Re: [Bacula-users] bsmtp from within a container

2022-08-01 Thread dmitri maziuk
On 2022-08-01 3:57 PM, Justin Case wrote: bsmtp: bsmtp.c:124-0 Fatal malformed reply from mailserver.dummy.net: 504 5.5.2 <3422f1072002>: Helo command rejected: need fully-qualified hostname Who runs the mailserver? Typically you's set "permit-mynetworks" before "reject-XX-helo-hostname" and

Re: [Bacula-users] bsmtp not sending emails to my new server(external)

2016-12-15 Thread Gary R. Schmidt
On 2016-12-16 07:43, Periko Support wrote: > Hi. > > we move our server outside the network to a provider, before we manage > our own server for the company. > > I use ssmtp before the switch, I setup ssmtp to point to the new > server, I test on console and works. > > But bacula bsmtp has issue

Re: [Bacula-users] bsmtp will not end smtp connection correctly on freenas/bsd

2016-08-15 Thread Martin Simmons
It takes the message body on stdin, so I wouldn't expect it to end until ctrl/d or EOF. > On Sat, 13 Aug 2016 12:39:27 -0700, philhu said: > > While trying to use bsmtp on a freenas system, jail. It seems to get to the > postfix smtp server correctly, but hangs at the point of sending the

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-12 Thread Alex Domoradov
If you don't want change/configure postfix - I may suggest to use swaks. It's a perl script which has a lot of functionality. I'm using the following command with nagios without any problem /usr/bin/printf "%b" "$MESSAGE\n" | /usr/bin/swaks -4 --server smtp.googlemail.com:587 --from $USER3$ --to $

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-11 Thread Jerry Lowry
Thank you all for the pointers and information regarding postfix and google mail. I have not determined which way I am going to proceed yet. To many other fires, which makes me check on the backups rather than check the email. Kind regards, jerry On Sun, Aug 9, 2015 at 11:37 AM, Dimitri Maziuk

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-10 Thread Josh Fisher
On 8/7/2015 6:15 PM, Jerry Lowry wrote: All, I have recently setup two separate bacula servers on two subnets. They were using one server and going through the firewall for one of the subnets. The previous configuration worked well but for security reasons and speed I separated them. Alon

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-09 Thread Dimitri Maziuk
On 2015-08-08 14:23, Jerry Lowry wrote: > Heitor, Sorry for not saying this in the original text. It does the > same thing when I specify 'localhost'. > > I don't really need 'tls' that is just what gmail is looking for when I > try to use them as the sending mail server. Send-only postfix setup

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-08 Thread Kern Sibbald
bsmtp does not know how to do TLS. Best regards, Kern On 08.08.2015 21:23, Jerry Lowry wrote: Heitor,  Sorry for not saying this in the original text.  It does the same thing when I specify 'localhost'.

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-08 Thread Ana Emília M . Arruda
Hello Jerry, Maybe this could help you: http://www.backupcentral.com/phpBB2/two-way-mirrors-of-external-mailing-lists-3/bacula-25/baculas-bsmtp-and-gmail-90944/ Best regards, Ana On Sat, Aug 8, 2015 at 4:23 PM, Jerry Lowry wrote: > Heitor, Sorry for not saying this in the original text. It d

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-08 Thread Jerry Lowry
Heitor, Sorry for not saying this in the original text. It does the same thing when I specify 'localhost'. I don't really need 'tls' that is just what gmail is looking for when I try to use them as the sending mail server. thanks On Sat, Aug 8, 2015 at 5:16 AM, Heitor Faria wrote: > Since th

Re: [Bacula-users] bsmtp failing to connect to mail server

2015-08-08 Thread Heitor Faria
> Since the move to gmail I have not been able to get the bsmtp configuration to > work. I have tried to use gmail but it requires tls. > Jul 20 10:26:59 distress bacula-dir: 20-Jul 10:26 Message delivery ERROR: Mail > prog: bsmtp: bsmtp.c:145 Fatal malformed reply from smtp.googlemail.com : 530 >

Re: [Bacula-users] bsmtp operation to retry sending e-mails

2015-05-28 Thread Bryn Hughes
The easiest way to resolve that is to run postfix (or the MTA of your choice) on the local machine and have it configured to forward mail to your mail gateway. Then bacula (or anything else that needs to send mail) just sends it to the local MTA and it handles everything from there. Retries,

Re: [Bacula-users] bsmtp operation to retry sending e-mails

2015-05-28 Thread Heitor Faria
> On 28.05.2015 09:11, Silver Salonen wrote: >> Hi. >> >> Does anyone know what does bsmtp do when the SMTP server is eg. out of >> disk space and sending of e-mail fails? Does it retry after some time? Hello Silver: If you need to retrieve log information you may want to try the 'list joblog job

Re: [Bacula-users] bsmtp operation to retry sending e-mails

2015-05-28 Thread Kern Sibbald
Hello, No, it does not retry. Best regards, Kern On 28.05.2015 09:11, Silver Salonen wrote: > Hi. > > Does anyone know what does bsmtp do when the SMTP server is eg. out of > disk space and sending of e-mail fails? Does it retry after some time? > > -- > Silver > > -

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Erik P. Olsen
On 22/03/14 01:57, Greg Woods wrote: > On Fri, 2014-03-21 at 23:12 +, Levie, Jim wrote: > >> The default for all Linux and Unix was in the past to install sendmail or >> postfix (limited to localhost). Dunno if that might have changed in the >> latest versions of Fedora. > > In fact, it has.

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Greg Woods
On Fri, 2014-03-21 at 23:12 +, Levie, Jim wrote: > The default for all Linux and Unix was in the past to install sendmail or > postfix (limited to localhost). Dunno if that might have changed in the > latest versions of Fedora. In fact, it has. Fedora does not install an SMTP server by def

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Levie, Jim
On Mar 21, 2014, at 5:02 PM, Erik P. Olsen wrote: > On 21/03/14 12:24, Gary R. Schmidt wrote: >> On 21/03/2014 6:01 AM, Erik P. Olsen wrote: >> [SNIP] >>> >>> That was my first thought so I booted my old fedora 16 system which happen >>> to >>> send the messages correctly with exactly the same

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Erik P. Olsen
On 21/03/14 12:24, Gary R. Schmidt wrote: > On 21/03/2014 6:01 AM, Erik P. Olsen wrote: > [SNIP] >> >> That was my first thought so I booted my old fedora 16 system which happen to >> send the messages correctly with exactly the same messages directive and >> there >> it works. So bsmtp IS the smt

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Bill Arlofski
On 03/21/14 07:24, Gary R. Schmidt wrote: > On 21/03/2014 6:01 AM, Erik P. Olsen wrote: > [SNIP] >> >> That was my first thought so I booted my old fedora 16 system which happen to >> send the messages correctly with exactly the same messages directive and >> there >> it works. So bsmtp IS the smt

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Juraj Sakala
Try netstat -nlp | grep 25 If you get no output, you have not running SMTP server. That's only problem. Try to start the server. I think fedora has postfix as default SMTP server, so service postfix start may help. Maybe some postfix configuration will be needed. On 03/21/2014 12:24 PM, Gary R. Sc

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Martin Simmons
> On Thu, 20 Mar 2014 20:01:58 +0100, Erik P Olsen said: > > On 20/03/14 15:08, Martin Simmons wrote: > >> On Thu, 20 Mar 2014 07:49:57 +0100, Erik P Olsen said: > >> > >> On 19/03/14 17:02, Martin Simmons wrote: > On Wed, 19 Mar 2014 16:18:31 +0100, Erik P Olsen said: > > >>

Re: [Bacula-users] bsmtp problem.

2014-03-21 Thread Gary R. Schmidt
On 21/03/2014 6:01 AM, Erik P. Olsen wrote: [SNIP] > > That was my first thought so I booted my old fedora 16 system which happen to > send the messages correctly with exactly the same messages directive and there > it works. So bsmtp IS the smtp server, I just have to find out why it won't > conne

Re: [Bacula-users] bsmtp problem.

2014-03-20 Thread Erik P. Olsen
On 20/03/14 15:08, Martin Simmons wrote: >> On Thu, 20 Mar 2014 07:49:57 +0100, Erik P Olsen said: >> >> On 19/03/14 17:02, Martin Simmons wrote: On Wed, 19 Mar 2014 16:18:31 +0100, Erik P Olsen said: Have just build a fedora 20 system with bacula 5.2.13 which seems to do its

Re: [Bacula-users] bsmtp problem.

2014-03-20 Thread Martin Simmons
> On Thu, 20 Mar 2014 07:49:57 +0100, Erik P Olsen said: > > On 19/03/14 17:02, Martin Simmons wrote: > >> On Wed, 19 Mar 2014 16:18:31 +0100, Erik P Olsen said: > >> > >> Have just build a fedora 20 system with bacula 5.2.13 which seems to do its > >> backup job correctly. However, the me

Re: [Bacula-users] bsmtp problem.

2014-03-19 Thread Erik P. Olsen
On 19/03/14 17:02, Martin Simmons wrote: >> On Wed, 19 Mar 2014 16:18:31 +0100, Erik P Olsen said: >> >> Have just build a fedora 20 system with bacula 5.2.13 which seems to do its >> backup job correctly. However, the messages are not send. >> The messages directive in bacula-dir.conf is as fo

Re: [Bacula-users] bsmtp problem.

2014-03-19 Thread Martin Simmons
> On Wed, 19 Mar 2014 16:18:31 +0100, Erik P Olsen said: > > Have just build a fedora 20 system with bacula 5.2.13 which seems to do its > backup job correctly. However, the messages are not send. > The messages directive in bacula-dir.conf is as follows: > > Messages { >Name = Standard >

Re: [Bacula-users] Bsmtp or another solution

2010-08-18 Thread ganiuszka
W dniu 2010.08.18 16:25, Daniel pisze: > Hello, > > I'm trying to make bacula sending email through bsmtp but I can not. Has > anyone managed to configure this application or have another solution to > the bacula send email to the end of a job?? > Hi, For example simple mail command: MailCommand

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-24 Thread Beck J Mr
mes.b...@shunsley.eril.net] Sent: 20 May 2010 17:05 To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] BSMTP Problem with Exchange Okay, I will give this a go. In the meantime I have opened up the smtp ports on one of my linux boxes which use sendmail to post it's own notifications an

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-20 Thread Beck J Mr
o:mar...@lispworks.com] Sent: 20 May 2010 16:58 To: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] BSMTP Problem with Exchange >>>>> On Thu, 20 May 2010 13:57:54 +0100, Beck J Mr said: > > There are no error messages. I am unsure where to look for errors in > E

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-20 Thread Martin Simmons
> On Thu, 20 May 2010 13:57:54 +0100, Beck J Mr said: > > There are no error messages. I am unsure where to look for errors in > Exchange other than in Windows event viewer, and there is nothing in > there. I am using Exchange 2003, by the way. Try running bsmtp on the command line again with

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-20 Thread James Harper
> Martin, > > There are no error messages. I am unsure where to look for errors in > Exchange other than in Windows event viewer, and there is nothing in > there. I am using Exchange 2003, by the way. If it was me I would use wireshark on Exchange 2003 and capture the SMTP session and see what is

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-20 Thread Beck J Mr
: bacula-users@lists.sourceforge.net Subject: Re: [Bacula-users] BSMTP Problem with Exchange >>>>> On Thu, 20 May 2010 11:29:02 +0100, Beck J Mr said: > > Since upgrading to Bacula 5.0.2, BSMPT has not been able to send any > messages via my Exchange server. If I poin

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-20 Thread Beck J Mr
= all } I have tried from the command line also using sudo bsmtp -h exchange.south_hunsley.shs.com -f nore...@antero.south_hunsley.shs.com -s Test james.b...@shunsley.eril.net test message CTRL-D James -Original Message- From: Carlo Filippetto [mailto:carlo.filippe...@gmail.com] Sent: 20 May 2

Re: [Bacula-users] BSMTP Problem with Exchange

2010-05-20 Thread Martin Simmons
> On Thu, 20 May 2010 11:29:02 +0100, Beck J Mr said: > > Since upgrading to Bacula 5.0.2, BSMPT has not been able to send any > messages via my Exchange server. If I point BSMTP to my ISP's SMTP > server, it all works fine but they don't like me bouncing my alerts off > their servers. Plus I

Re: [Bacula-users] BSMTP alternatives?

2009-12-26 Thread Matt Richards
Mark McCracken (mailing lists) wrote: > Hi all, I'm running Bacula 3.0.3 on FreeNAS 7.2, and I really want to > take advantage of the mail-notification feature, but: > > a) I'm not running sendmail anywhere on-site (my house) > b) My ISP requires SMTP authorization > c) BSMTP doesn't support SMTP

Re: [Bacula-users] BSMTP alternatives?

2009-12-26 Thread Mark McCracken (mailing lists)
On December 26, 2009 at 6:21 PM Dan Langille wrote: > Mark McCracken (mailing lists) wrote: > > > > On December 26, 2009 at 5:48 PM Dan Langille wrote: > > > >  > Mark McCracken (mailing lists) wrote: > >  > >   Hi all, I'm running Bacula 3.0.3 on FreeNAS 7.2, and I really > > want to > >  >

Re: [Bacula-users] BSMTP alternatives?

2009-12-26 Thread Dan Langille
Mark McCracken (mailing lists) wrote: > > On December 26, 2009 at 5:48 PM Dan Langille wrote: > > > Mark McCracken (mailing lists) wrote: > > > Hi all, I'm running Bacula 3.0.3 on FreeNAS 7.2, and I really > want to > > > take advantage of the mail-notification feature, but: > > > > > >

Re: [Bacula-users] BSMTP alternatives?

2009-12-26 Thread Mark McCracken (mailing lists)
On December 26, 2009 at 5:48 PM Dan Langille wrote: > Mark McCracken (mailing lists) wrote: > >   Hi all, I'm running Bacula 3.0.3 on FreeNAS 7.2, and I really want to > > take advantage of the mail-notification feature, but: > > > > a) I'm not running sendmail anywhere on-site (my house) > >

Re: [Bacula-users] BSMTP alternatives?

2009-12-26 Thread Dan Langille
Mark McCracken (mailing lists) wrote: > Hi all, I'm running Bacula 3.0.3 on FreeNAS 7.2, and I really want to > take advantage of the mail-notification feature, but: > > a) I'm not running sendmail anywhere on-site (my house) > b) My ISP requires SMTP authorization > c) BSMTP doesn't support SM

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-06 Thread Erich Prinz
-Original Message- >> From: Erich Prinz [mailto:[EMAIL PROTECTED] >> Sent: Monday, February 05, 2007 8:07 AM >> To: Robert Nelson >> Cc: bacula-users >> Subject: Re: [Bacula-users] BSMTP Error Win32 v2.1.1 >> >> >> But Robert, if it'

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-05 Thread Erich Prinz
p, so I try to correct > misconceptions where I can. > >> -Original Message- >> From: Erich Prinz [mailto:[EMAIL PROTECTED] >> Sent: Monday, February 05, 2007 8:07 AM >> To: Robert Nelson >> Cc: bacula-users >> Subject: Re: [Bacula-users] BSMTP Err

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-05 Thread Robert Nelson
To: Robert Nelson > Cc: bacula-users > Subject: Re: [Bacula-users] BSMTP Error Win32 v2.1.1 > > > But Robert, if it's a bug in BSMTP you've taken away my love-to-bash- > Exchange mantra! Say it ain't so! > > :-) > > E~ > > On Feb 4, 20

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-05 Thread Erich Prinz
PROTECTED]>" or just an address like "[EMAIL > PROTECTED]". > >> -Original Message- >> From: [EMAIL PROTECTED] [mailto:bacula- >> users- >> [EMAIL PROTECTED] On Behalf Of Erich Prinz >> Sent: Sunday, February 04, 2007 7:09 AM >> T

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-04 Thread Robert Nelson
2007 7:09 AM > To: Kern Sibbald > Cc: bacula-users > Subject: Re: [Bacula-users] BSMTP Error Win32 v2.1.1 > > No surprise - it's an Exchange server and picky about EVERYTHING. > > E > > > On Feb 3, 2007, at 3:49 AM, Kern Sibbald wrote: > > > On Satur

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-04 Thread Erich Prinz
No surprise - it's an Exchange server and picky about EVERYTHING. E On Feb 3, 2007, at 3:49 AM, Kern Sibbald wrote: > On Saturday 03 February 2007 00:29, Erich Prinz wrote: >> Wondering if it doesn't like having the (Bacula) portion added to the >> From section > > This is indicating that

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-03 Thread Kern Sibbald
On Saturday 03 February 2007 00:29, Erich Prinz wrote: > Wondering if it doesn't like having the (Bacula) portion added to the > From section This is indicating that your SMTP server (localhost) rejected the address you supplied. Certain SMTP servers are very picky about email address and a

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-02 Thread Erich Prinz
Cleared the bacula-dir.conf of the (Bacula) portion and mail works now. Thanks for the assistance on this. Also, using this with an HP DAT72 USB (internal) drive - working with no hitches - did a backup and restore with VSS running and all looks great. Erich On Feb 2, 2007, at 5:34 PM, Rob

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-02 Thread Robert Nelson
Yep, whoever wrote the bsmtp program originally never expected a friendly name, just the actual address. > -Original Message- > From: Erich Prinz [mailto:[EMAIL PROTECTED] > Sent: Friday, February 02, 2007 3:29 PM > To: Robert Nelson > Cc: 'bacula-users' > Subject: Re: BSMTP Error Win32 v2

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-02 Thread Erich Prinz
Wondering if it doesn't like having the (Bacula) portion added to the From section Trace output. 02-Feb 17:21 s01-ml110-dir: ../../lib/message.c:472 Mail prog: s01- ml110.culligancc.com --> helo s01-ml110.culligancc.com 02-Feb 17:21 s01-ml110-dir: ../../lib/message.c:472 Mail prog: 02-Feb

Re: [Bacula-users] BSMTP Error Win32 v2.1.1

2007-02-02 Thread Robert Nelson
Can you try running the bsmtp command manually and add a -d10 to the options? That should display both sides of the conversation and then we can see what's happening. Also what does the line look like in the Bacula-dir.conf file? > -Original Message- > From: Erich Prinz [mailto:[EMAIL PR

Re: [Bacula-users] bsmtp problems

2006-10-22 Thread George R . Kasica
Here you go, nothing unusual that I see: 2006-10-19 00:55:35 1GaQqg-0003kR-Tp <= [EMAIL PROTECTED] H=eagle.netwrx1.com [68.248.203.41] I=[192.168.1.1]:25 P=smtp S=2504 2006-10-19 00:55:40 1GaQqg-0003kR-Tp => georgek <[EMAIL PROTECTED]> R=procmail T=procmail 2006-10-19 00:55:44 1GaQqg-0003kR-Tp =

Re: [Bacula-users] bsmtp problems

2006-10-19 Thread DAve
George R.Kasica wrote: > I receive the following error at times - not all the time but say a > few times a week: > > 19-Oct 00:55 eagle-dir: BackupCatalog.2006-10-19_00.10.00 Error: > message.c:465 Mail program terminated in error. > CMD=/root/bacula/bin/bsmtp -h eagle.netwrx1.com -f "(Bacula) > [

Re: [Bacula-users] bsmtp -- wrong date

2006-01-26 Thread Stefan Schwietert
Hello, John Smith schrieb: When I receive all mails from bacula, the date shown is 01.01.1970 bacula 1.38.4 (version on a fc 4 distribution) fedora core 4 Bug? Yes it's a bug, there was a thread last autumn. I have nail as standard mailer on my system so I am using this setup: mailcommand

Re: [Bacula-users] bsmtp still uses the old IP address

2005-08-23 Thread Bradley D. Larson
Previously I have done (many times in trying to solve this) a: ./bacula restart to stop and start bacula my problem continued. This time (for something completely different) I performed a ./bacula stop ./bacula start and the IP is correct Martin Simmons wrote: On Mon, 2

Re: [Bacula-users] bsmtp still uses the old IP address

2005-08-23 Thread Martin Simmons
> On Mon, 22 Aug 2005 17:25:21 -0400, Ryan Novosielski <[EMAIL PROTECTED]> > said: Ryan> Make sure you did a reload, and make sure the config file you think you Ryan> are using is the one you're actually using. The "show all" console command is useful here to see what is loaded. __

Re: [Bacula-users] bsmtp still uses the old IP address

2005-08-22 Thread Ryan Novosielski
Make sure you did a reload, and make sure the config file you think you are using is the one you're actually using. _ _ _ _ ___ _ _ _ |Y#| | | |\/| | \ |\ | | | Ryan Novosielski - User Support Spec. III |$&| |__| | | |__/ | \| _| | [EMAIL PROTECTED] - 973/972.0922 (2-0922) \__/ Uni

Re: [Bacula-users] bsmtp still uses the old IP address

2005-08-22 Thread Bradley D. Larson
Dan, Thanks for responding so quickly to reply to your responses: 1. Yes, the old mail server is 192.168.1.5 2. The /etc/hosts file has only the following entries: 127.0.0.1 localhost.localdomain localhost 192.168.73.27 bacula bacula.crary.com 3. bacula-dir.c

Re: [Bacula-users] bsmtp still uses the old IP address

2005-08-22 Thread Dan Langille
On 22 Aug 2005 at 10:02, Bradley D. Larson wrote: > Recently we changed our subnet and everything in bacula works great with > the one exception... It is still trying to email the backup status to > the old email server... How do you know it's trying to email to the old email servers? Is that

Re: [Bacula-users] bsmtp - no headers & data

2005-05-11 Thread Jo
Martin Kos wrote: hi i'm using debian sarge with bacula-director-common 1.36.2-2 when i try to send a test message with bsmtp like the following: /usr/lib/bacula/bsmtp -d -h localhost -f "[EMAIL PROTECTED]" -s "bacula subject..." [EMAIL PROTECTED] i receive a message that has the right envelope

Re: [Bacula-users] bsmtp

2005-04-11 Thread Emery Guevremont
Can you send us your Messages ressource from your bacula-dir file. On the line mailcommand, there's an option (-h) you can use to specify the hostname of you mail server. An alternate way of doing this, is by leaving your mailcommand with the host localhost and editing your submit.cf or sendmai