Re: [BackupPC-users] email not working

2010-04-30 Thread Eddie Gonzales
Well, if I put egonzales@ backupserver.oms.local then how would I get the email 
if my email address is 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org? I tried it anyways 
and it still says its unroutable. What I got is a exchange 2007 email server so 
I need the backup server to send the email through that. I do got a few 
appliances that already do that so I know my email server will allow it. My 
email server is not on the same subnet or domain as my backup server. if 
someone has time I can use a walk through of the exim4 config screens.

From: Frank J. Gómez [mailto:fr...@crop-circle.net]
Sent: Thursday, April 29, 2010 9:40 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

I'm not an Exim expert by any means, but I've wrangled with it a few times, 
with some success.  It seems like the easiest solution, though, is to change 
the delivery email address.  If you want local delivery, shouldn't you tell 
BackupPC to direct mail to egonza...@backupserver.oms.local?
On Thu, Apr 29, 2010 at 1:15 PM, Eddie Gonzales 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org wrote:
This is what the log says after I put my domain in the other destination for 
which mail is accepted section of the exim4 config screen...still not working.


2010-04-29 10:11:47 1O7XH8-0004tQ-WF = backu...@backupserver.oms.local 
U=backuppc P=local S=550
2010-04-29 10:11:47 1O7XH8-0004tQ-WF ** 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org: Unrouteable address
2010-04-29 10:11:47 1O7XH9-0004tS-3C =  R=1O7XH8-0004tQ-WF U=Debian-exim 
P=local S=1429
2010-04-29 10:11:47 1O7XH8-0004tQ-WF Completed
2010-04-29 10:11:47 1O7XH9-0004tS-3C = administrator 
backu...@backupserver.oms.local R=local_user T=mail_spool
2010-04-29 10:11:47 1O7XH9-0004tS-3C Completed
Type  :quitEnter  to exit Vim
From: Frank J. Gómez 
[mailto:fr...@crop-circle.netmailto:fr...@crop-circle.net]
Sent: Tuesday, April 27, 2010 1:44 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

There are are least two ways to solve this:

To specify buckeyeusd.orghttp://buckeyeusd.org as a local domain, run:

sudo dpkg-reconfigure exim4-config

On the third screen or so you'll be instructed:
Please enter a semicolon-separated list of recipient domains for which this 
machine should consider itself the final destination. These domains are 
commonly called 'local domains'. The local hostname and 'localhost' are always 
added to the list given here.

Entering buckeyeusd.orghttp://buckeyeusd.org here would cause all mail sent 
to that domain to be delivered locally.

If that's not want you want, try this:

hostname -f

That should give you your fully qualified domain name.  Supply that instead of 
buckeyeusd.orghttp://buckeyeusd.org to BackupPC and you should be good.  From 
your log snippet it looks like your FQDN is backupserver.oms.local.

-Frank
On Tue, Apr 27, 2010 at 4:25 PM, Eddie Gonzales 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org wrote:
This is from the Exim4 logs...it looks like it thinks my email is Non-Local. 
How can I change it to local? My mail server and BackupPC  server are both 
inside my networks. Do you think its because I put a domain on my backup server 
and should of left it as workgroup?

2010-04-27 09:12:02 1O6nOE-000342-2l = backu...@backupserver.oms.local 
U=backuppc P=local S=671
2010-04-27 09:12:02 1O6nOE-000342-2l ** 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org R=nonlocal: Mailing 
to remote domains not supported
2010-04-27 09:12:02 1O6nOE-000344-70 =  R=1O6nOE-000342-2l U=Debian-exim 
P=local S=1570
2010-04-27 09:12:02 1O6nOE-000342-2l Completed
2010-04-27 09:12:02 1O6nOE-000344-70 = administrator 
backu...@backupserver.oms.local R=local_user T=mail_spool
2010-04-27 09:12:02 1O6nOE-000344-70 Completed
-Original Message-
From: Doug Lytle [mailto:supp...@drdos.infomailto:supp...@drdos.info]
Sent: Tuesday, April 27, 2010 10:45 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

Eddie Gonzales wrote:
 Mine does all this without errors but I don't get the email.

 BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u 
 egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org
 Sending test email using /usr/sbin/sendmail -t -f backuppc
 BackupServer:/usr/share/backuppc/bin$


Sendmail or postfix also needs to be installed.

If one or the other is, then you'll want to check the system logs, I'm
not familiar enough with Debian, you could probably find them in the
/var/log or /var/log/mail.

In my Mandriva setup it shows up at /var/log/mail/info.log

Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0:
to=my.em...@drdos.infomailto:my.em...@drdos.info, 
relay=drdos.infohttp://drdos.info[64.xxx.xxx.xxx]:25,
delay=0.29, delays=0.15/0.05/0.02/0.07, dsn=2.0.0, status=sent (250
2.0.0 Ok: queued as 88472E071C5B)

Doug

--

Ben

Re: [BackupPC-users] email not working

2010-04-30 Thread Ryan Manikowski
On 4/30/2010 12:01 PM, Eddie Gonzales wrote:

 Well, if I put egonzales@ backupserver.oms.local then how would I get
 the email if my email address is egonza...@buckeyeusd.org
 mailto:egonza...@buckeyeusd.org? I tried it anyways and it still
 says its unroutable. What I got is a exchange 2007 email server so I
 need the backup server to send the email through that. I do got a few
 appliances that already do that so I know my email server will allow
 it. My email server is not on the same subnet or domain as my backup
 server. if someone has time I can use a walk through of the exim4
 config screens.

  

 *From:* Frank J. Gómez [mailto:fr...@crop-circle.net]
 *Sent:* Thursday, April 29, 2010 9:40 PM
 *To:* General list for user discussion, questions and support
 *Subject:* Re: [BackupPC-users] email not working

  

 I'm not an Exim expert by any means, but I've wrangled with it a few
 times, with some success.  It seems like the easiest solution, though,
 is to change the delivery email address.  If you want local delivery,
 shouldn't you tell BackupPC to direct mail to
 egonza...@backupserver.oms.local?

 On Thu, Apr 29, 2010 at 1:15 PM, Eddie Gonzales
 egonza...@buckeyeusd.org mailto:egonza...@buckeyeusd.org wrote:

 This is what the log says after I put my domain in the other
 destination for which mail is accepted section of the exim4 config
 screen...still not working.

  

  

 2010-04-29 10:11:47 1O7XH8-0004tQ-WF =
 backu...@backupserver.oms.local U=backuppc P=local S=550

 2010-04-29 10:11:47 1O7XH8-0004tQ-WF ** egonza...@buckeyeusd.org
 mailto:egonza...@buckeyeusd.org: Unrouteable address

 2010-04-29 10:11:47 1O7XH9-0004tS-3C =  R=1O7XH8-0004tQ-WF
 U=Debian-exim P=local S=1429

 2010-04-29 10:11:47 1O7XH8-0004tQ-WF Completed

 2010-04-29 10:11:47 1O7XH9-0004tS-3C = administrator
 backu...@backupserver.oms.local R=local_user T=mail_spool

 2010-04-29 10:11:47 1O7XH9-0004tS-3C Completed

 Type  :quitEnter  to exit Vim

 *From:* Frank J. Gómez [mailto:fr...@crop-circle.net
 mailto:fr...@crop-circle.net]
 *Sent:* Tuesday, April 27, 2010 1:44 PM
 *To:* General list for user discussion, questions and support
 *Subject:* Re: [BackupPC-users] email not working

  

 There are are least two ways to solve this:

 To specify buckeyeusd.org http://buckeyeusd.org as a local domain, run:

 sudo dpkg-reconfigure exim4-config

 On the third screen or so you'll be instructed:

 Please enter a semicolon-separated list of recipient domains for which
 this machine should consider itself the final destination. These
 domains are commonly called 'local domains'. The local hostname and
 'localhost' are always added to the list given here.


 Entering buckeyeusd.org http://buckeyeusd.org here would cause all
 mail sent to that domain to be delivered locally.

 If that's not want you want, try this:

 hostname -f

 That should give you your fully qualified domain name.  Supply that
 instead of buckeyeusd.org http://buckeyeusd.org to BackupPC and you
 should be good.  From your log snippet it looks like your FQDN is
 backupserver.oms.local.

 -Frank

 On Tue, Apr 27, 2010 at 4:25 PM, Eddie Gonzales
 egonza...@buckeyeusd.org mailto:egonza...@buckeyeusd.org wrote:

 This is from the Exim4 logs...it looks like it thinks my email is
 Non-Local. How can I change it to local? My mail server and BackupPC
  server are both inside my networks. Do you think its because I put a
 domain on my backup server and should of left it as workgroup?

 2010-04-27 09:12:02 1O6nOE-000342-2l =
 backu...@backupserver.oms.local U=backuppc P=local S=671
 2010-04-27 09:12:02 1O6nOE-000342-2l ** egonza...@buckeyeusd.org
 mailto:egonza...@buckeyeusd.org R=nonlocal: Mailing to remote
 domains not supported
 2010-04-27 09:12:02 1O6nOE-000344-70 =  R=1O6nOE-000342-2l
 U=Debian-exim P=local S=1570
 2010-04-27 09:12:02 1O6nOE-000342-2l Completed
 2010-04-27 09:12:02 1O6nOE-000344-70 = administrator
 backu...@backupserver.oms.local R=local_user T=mail_spool
 2010-04-27 09:12:02 1O6nOE-000344-70 Completed

 -Original Message-
 From: Doug Lytle [mailto:supp...@drdos.info mailto:supp...@drdos.info]
 Sent: Tuesday, April 27, 2010 10:45 AM
 To: General list for user discussion, questions and support
 Subject: Re: [BackupPC-users] email not working

 Eddie Gonzales wrote:
  Mine does all this without errors but I don't get the email.
 
  BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u
 egonza...@buckeyeusd.org mailto:egonza...@buckeyeusd.org
  Sending test email using /usr/sbin/sendmail -t -f backuppc
  BackupServer:/usr/share/backuppc/bin$
 

 Sendmail or postfix also needs to be installed.

 If one or the other is, then you'll want to check the system logs, I'm
 not familiar enough with Debian, you could probably find them in the
 /var/log or /var/log/mail.

 In my Mandriva setup it shows up at /var/log/mail/info.log

 Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0:
 to=my.em...@drdos.info mailto:my.em...@drdos.info,
 relay

Re: [BackupPC-users] email not working

2010-04-30 Thread Michael Stowe
 Well, if I put egonzales@ backupserver.oms.local then how would I get the
 email if my email address is
 egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org? I tried it
 anyways and it still says its unroutable. What I got is a exchange 2007
 email server so I need the backup server to send the email through that. I
 do got a few appliances that already do that so I know my email server
 will allow it. My email server is not on the same subnet or domain as my
 backup server. if someone has time I can use a walk through of the exim4
 config screens.

Since at this point, you're really talking about how to properly configure
your mailer (and nothing to do with BackupPC) you may actually get better
results in checking with a group focused on exim.

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-29 Thread Eddie Gonzales
This is what the log says after I put my domain in the other destination for 
which mail is accepted section of the exim4 config screen...still not working.


2010-04-29 10:11:47 1O7XH8-0004tQ-WF = backu...@backupserver.oms.local 
U=backuppc P=local S=550
2010-04-29 10:11:47 1O7XH8-0004tQ-WF ** egonza...@buckeyeusd.org: Unrouteable 
address
2010-04-29 10:11:47 1O7XH9-0004tS-3C =  R=1O7XH8-0004tQ-WF U=Debian-exim 
P=local S=1429
2010-04-29 10:11:47 1O7XH8-0004tQ-WF Completed
2010-04-29 10:11:47 1O7XH9-0004tS-3C = administrator 
backu...@backupserver.oms.local R=local_user T=mail_spool
2010-04-29 10:11:47 1O7XH9-0004tS-3C Completed
Type  :quitEnter  to exit Vim
From: Frank J. Gómez [mailto:fr...@crop-circle.net]
Sent: Tuesday, April 27, 2010 1:44 PM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

There are are least two ways to solve this:

To specify buckeyeusd.orghttp://buckeyeusd.org as a local domain, run:

sudo dpkg-reconfigure exim4-config

On the third screen or so you'll be instructed:
Please enter a semicolon-separated list of recipient domains for which this 
machine should consider itself the final destination. These domains are 
commonly called 'local domains'. The local hostname and 'localhost' are always 
added to the list given here.

Entering buckeyeusd.orghttp://buckeyeusd.org here would cause all mail sent 
to that domain to be delivered locally.

If that's not want you want, try this:

hostname -f

That should give you your fully qualified domain name.  Supply that instead of 
buckeyeusd.orghttp://buckeyeusd.org to BackupPC and you should be good.  From 
your log snippet it looks like your FQDN is backupserver.oms.local.

-Frank
On Tue, Apr 27, 2010 at 4:25 PM, Eddie Gonzales 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org wrote:
This is from the Exim4 logs...it looks like it thinks my email is Non-Local. 
How can I change it to local? My mail server and BackupPC  server are both 
inside my networks. Do you think its because I put a domain on my backup server 
and should of left it as workgroup?

2010-04-27 09:12:02 1O6nOE-000342-2l = backu...@backupserver.oms.local 
U=backuppc P=local S=671
2010-04-27 09:12:02 1O6nOE-000342-2l ** 
egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org R=nonlocal: Mailing 
to remote domains not supported
2010-04-27 09:12:02 1O6nOE-000344-70 =  R=1O6nOE-000342-2l U=Debian-exim 
P=local S=1570
2010-04-27 09:12:02 1O6nOE-000342-2l Completed
2010-04-27 09:12:02 1O6nOE-000344-70 = administrator 
backu...@backupserver.oms.local R=local_user T=mail_spool
2010-04-27 09:12:02 1O6nOE-000344-70 Completed
-Original Message-
From: Doug Lytle [mailto:supp...@drdos.infomailto:supp...@drdos.info]
Sent: Tuesday, April 27, 2010 10:45 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

Eddie Gonzales wrote:
 Mine does all this without errors but I don't get the email.

 BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u 
 egonza...@buckeyeusd.orgmailto:egonza...@buckeyeusd.org
 Sending test email using /usr/sbin/sendmail -t -f backuppc
 BackupServer:/usr/share/backuppc/bin$


Sendmail or postfix also needs to be installed.

If one or the other is, then you'll want to check the system logs, I'm
not familiar enough with Debian, you could probably find them in the
/var/log or /var/log/mail.

In my Mandriva setup it shows up at /var/log/mail/info.log

Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0:
to=my.em...@drdos.infomailto:my.em...@drdos.info, 
relay=drdos.infohttp://drdos.info[64.xxx.xxx.xxx]:25,
delay=0.29, delays=0.15/0.05/0.02/0.07, dsn=2.0.0, status=sent (250
2.0.0 Ok: queued as 88472E071C5B)

Doug

--

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.netmailto:BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.netmailto:BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http

Re: [BackupPC-users] email not working

2010-04-29 Thread Frank J . Gómez
I'm not an Exim expert by any means, but I've wrangled with it a few times,
with some success.  It seems like the easiest solution, though, is to change
the delivery email address.  If you want local delivery, shouldn't you tell
BackupPC to direct mail to egonza...@backupserver.oms.local?

On Thu, Apr 29, 2010 at 1:15 PM, Eddie Gonzales egonza...@buckeyeusd.orgwrote:

  This is what the log says after I put my domain in the “other destination
 for which mail is accepted” section of the exim4 config screen…still not
 working.





 2010-04-29 10:11:47 1O7XH8-0004tQ-WF = 
 backu...@backupserver.oms.localu=backuppc P=local S=550

 2010-04-29 10:11:47 1O7XH8-0004tQ-WF ** egonza...@buckeyeusd.org:
 Unrouteable address

 2010-04-29 10:11:47 1O7XH9-0004tS-3C =  R=1O7XH8-0004tQ-WF U=Debian-exim
 P=local S=1429

 2010-04-29 10:11:47 1O7XH8-0004tQ-WF Completed

 2010-04-29 10:11:47 1O7XH9-0004tS-3C = administrator
 backu...@backupserver.oms.local R=local_user T=mail_spool

 2010-04-29 10:11:47 1O7XH9-0004tS-3C Completed

 Type  :quitEnter  to exit Vim

 *From:* Frank J. Gómez [mailto:fr...@crop-circle.net]
 *Sent:* Tuesday, April 27, 2010 1:44 PM
 *To:* General list for user discussion, questions and support
 *Subject:* Re: [BackupPC-users] email not working



 There are are least two ways to solve this:

 To specify buckeyeusd.org as a local domain, run:

 sudo dpkg-reconfigure exim4-config

 On the third screen or so you'll be instructed:

 Please enter a semicolon-separated list of recipient domains for which this
 machine should consider itself the final destination. These domains are
 commonly called 'local domains'. The local hostname and 'localhost' are
 always added to the list given here.


 Entering buckeyeusd.org here would cause all mail sent to that domain to
 be delivered locally.

 If that's not want you want, try this:

 hostname -f

 That should give you your fully qualified domain name.  Supply that instead
 of buckeyeusd.org to BackupPC and you should be good.  From your log
 snippet it looks like your FQDN is backupserver.oms.local.

 -Frank

 On Tue, Apr 27, 2010 at 4:25 PM, Eddie Gonzales egonza...@buckeyeusd.org
 wrote:

 This is from the Exim4 logs...it looks like it thinks my email is
 Non-Local. How can I change it to local? My mail server and BackupPC  server
 are both inside my networks. Do you think its because I put a domain on my
 backup server and should of left it as workgroup?

 2010-04-27 09:12:02 1O6nOE-000342-2l = 
 backu...@backupserver.oms.localu=backuppc P=local S=671
 2010-04-27 09:12:02 1O6nOE-000342-2l ** egonza...@buckeyeusd.orgr=nonlocal: 
 Mailing to remote domains not supported
 2010-04-27 09:12:02 1O6nOE-000344-70 =  R=1O6nOE-000342-2l U=Debian-exim
 P=local S=1570
 2010-04-27 09:12:02 1O6nOE-000342-2l Completed
 2010-04-27 09:12:02 1O6nOE-000344-70 = administrator
 backu...@backupserver.oms.local R=local_user T=mail_spool
 2010-04-27 09:12:02 1O6nOE-000344-70 Completed

 -Original Message-
 From: Doug Lytle [mailto:supp...@drdos.info]
 Sent: Tuesday, April 27, 2010 10:45 AM
 To: General list for user discussion, questions and support
 Subject: Re: [BackupPC-users] email not working

 Eddie Gonzales wrote:
  Mine does all this without errors but I don't get the email.
 
  BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u
 egonza...@buckeyeusd.org
  Sending test email using /usr/sbin/sendmail -t -f backuppc
  BackupServer:/usr/share/backuppc/bin$
 

 Sendmail or postfix also needs to be installed.

 If one or the other is, then you'll want to check the system logs, I'm
 not familiar enough with Debian, you could probably find them in the
 /var/log or /var/log/mail.

 In my Mandriva setup it shows up at /var/log/mail/info.log

 Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0:
 to=my.em...@drdos.info, relay=drdos.info[64.xxx.xxx.xxx]:25,
 delay=0.29, delays=0.15/0.05/0.02/0.07, dsn=2.0.0, status=sent (250
 2.0.0 Ok: queued as 88472E071C5B)

 Doug

 --

 Ben Franklin quote:

 Those who would give up Essential Liberty to purchase a little Temporary
 Safety, deserve neither Liberty nor Safety.



 --
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/


 --
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/




 --

 ___
 BackupPC

Re: [BackupPC-users] email not working

2010-04-29 Thread Adam Goryachev
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

 On Thu, Apr 29, 2010 at 1:15 PM, Eddie Gonzales
 egonza...@buckeyeusd.org mailto:egonza...@buckeyeusd.org wrote:
 
 This is what the log says after I put my domain in the “other
 destination for which mail is accepted” section of the exim4 config
 screen…still not working.

Personally, I remove exim4 and install nullmailer which will simply
forward the emails to my smarthost or ISP's mail server, or whatever
is needed. If you don't need email to be delivered on the backup server,
then IMHO this is a good choice.

Other than that, it shouldn't be hard to get exim to do the right thing,
just re-run dpkg-reconfigure exim4 or whatever someone else suggested,
and make sure you answer the questions correctly. If you don't know the
answers, then ask your system admin, or ISP, or jump on IRC and ask in
the #debian channel.

Hope that helps...

PS, I think debian is pretty much the most widely used distribution...
though I could be wrong :)

Regards,
Adam

- --
Adam Goryachev
Website Managers
www.websitemanagers.com.au
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkvaYJ0ACgkQGyoxogrTyiXSbwCeNtnGvjbUnZci1qwQqKX2YY2V
b9UAnRF3aRxExc4nepQohdfLNtvj+/gH
=/EOy
-END PGP SIGNATURE-

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Doug Lytle
Eddie Gonzales wrote:

 test but when I try to run backupPC_sendEmail from CMD it says the 
 “sh: BackupPC_sendEmail: command not found” even though I am in the 
 correct directory


Unlike Windows, Linux based systems don't search the current directory 
for executables, just the system's path. To execute a program within the 
current directory, you need to precede the command with a ./

So, to run that command would be:

./BackupPC_sendEmail

Doug

-- 

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Doug Lytle
Eddie Gonzales wrote:

 Thanks! I didn’t know that and not the BackupPC_sendEmail runs but I 
 am not getting the test email. I checked my firewall and junkmail it 
 seems to not being sent out. Can it be blocked on the backupps server? 
 Its Debian and I don’t see any firewalls on the backuppc server itself 
 though.


What exactly are you typing?

I did the following and it worked:

su apache (I run backuppc as the user apache)

./BackupPC_sendEmail -u my.email.addr...@drdos.info
Sending test email using /usr/sbin/sendmail -t -f BackupPC

Doug


-- 

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Eddie Gonzales
Mine does all this without errors but I don't get the email.

BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u 
egonza...@buckeyeusd.org
Sending test email using /usr/sbin/sendmail -t -f backuppc
BackupServer:/usr/share/backuppc/bin$


-Original Message-
From: Doug Lytle [mailto:supp...@drdos.info]
Sent: Tuesday, April 27, 2010 10:18 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

Eddie Gonzales wrote:

 Thanks! I didn't know that and not the BackupPC_sendEmail runs but I
 am not getting the test email. I checked my firewall and junkmail it
 seems to not being sent out. Can it be blocked on the backupps server?
 Its Debian and I don't see any firewalls on the backuppc server itself
 though.


What exactly are you typing?

I did the following and it worked:

su apache (I run backuppc as the user apache)

./BackupPC_sendEmail -u my.email.addr...@drdos.info
Sending test email using /usr/sbin/sendmail -t -f BackupPC

Doug


--

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Les Mikesell
On 4/27/2010 12:23 PM, Eddie Gonzales wrote:
 Mine does all this without errors but I don't get the email.

 BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u 
 egonza...@buckeyeusd.org
 Sending test email using /usr/sbin/sendmail -t -f backuppc
 BackupServer:/usr/share/backuppc/bin$

You should be able to track what happened to the message in your mail 
log, probably /var/log/maillog.  A likely possibility is that your 
sending system doesn't have a valid DNS name and these days most systems 
will reject messages where the From: address does not have a resolvable 
domain.

-- 
   Les Mikesell
lesmikes...@gmail.com



--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Doug Lytle
Eddie Gonzales wrote:
 Mine does all this without errors but I don't get the email.

 BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u 
 egonza...@buckeyeusd.org
 Sending test email using /usr/sbin/sendmail -t -f backuppc
 BackupServer:/usr/share/backuppc/bin$


Sendmail or postfix also needs to be installed.

If one or the other is, then you'll want to check the system logs, I'm 
not familiar enough with Debian, you could probably find them in the 
/var/log or /var/log/mail.

In my Mandriva setup it shows up at /var/log/mail/info.log

Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0: 
to=my.em...@drdos.info, relay=drdos.info[64.xxx.xxx.xxx]:25, 
delay=0.29, delays=0.15/0.05/0.02/0.07, dsn=2.0.0, status=sent (250 
2.0.0 Ok: queued as 88472E071C5B)

Doug

-- 

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Eddie Gonzales
This is from the Exim4 logs...it looks like it thinks my email is Non-Local. 
How can I change it to local? My mail server and BackupPC  server are both 
inside my networks. Do you think its because I put a domain on my backup server 
and should of left it as workgroup?

2010-04-27 09:12:02 1O6nOE-000342-2l = backu...@backupserver.oms.local 
U=backuppc P=local S=671
2010-04-27 09:12:02 1O6nOE-000342-2l ** egonza...@buckeyeusd.org R=nonlocal: 
Mailing to remote domains not supported
2010-04-27 09:12:02 1O6nOE-000344-70 =  R=1O6nOE-000342-2l U=Debian-exim 
P=local S=1570
2010-04-27 09:12:02 1O6nOE-000342-2l Completed
2010-04-27 09:12:02 1O6nOE-000344-70 = administrator 
backu...@backupserver.oms.local R=local_user T=mail_spool
2010-04-27 09:12:02 1O6nOE-000344-70 Completed
-Original Message-
From: Doug Lytle [mailto:supp...@drdos.info]
Sent: Tuesday, April 27, 2010 10:45 AM
To: General list for user discussion, questions and support
Subject: Re: [BackupPC-users] email not working

Eddie Gonzales wrote:
 Mine does all this without errors but I don't get the email.

 BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u 
 egonza...@buckeyeusd.org
 Sending test email using /usr/sbin/sendmail -t -f backuppc
 BackupServer:/usr/share/backuppc/bin$


Sendmail or postfix also needs to be installed.

If one or the other is, then you'll want to check the system logs, I'm
not familiar enough with Debian, you could probably find them in the
/var/log or /var/log/mail.

In my Mandriva setup it shows up at /var/log/mail/info.log

Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0:
to=my.em...@drdos.info, relay=drdos.info[64.xxx.xxx.xxx]:25,
delay=0.29, delays=0.15/0.05/0.02/0.07, dsn=2.0.0, status=sent (250
2.0.0 Ok: queued as 88472E071C5B)

Doug

--

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Doug Lytle
Eddie Gonzales wrote:
 This is from the Exim4 logs...it looks like it thinks my email is Non-Local. 
 How can I change it to local? My mail server and BackupPC  server are both 
 inside my networks. Do


That I couldn't tell you, I have no experience with Exim.  Under 
Postfix, I tell it to use our main mail server for all delivery with the 
following in the main.cf

relayhost = 10.0.0.10

Doug

-- 

Ben Franklin quote:

Those who would give up Essential Liberty to purchase a little Temporary 
Safety, deserve neither Liberty nor Safety.


--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/


Re: [BackupPC-users] email not working

2010-04-27 Thread Frank J . Gómez
There are are least two ways to solve this:

To specify buckeyeusd.org as a local domain, run:

sudo dpkg-reconfigure exim4-config

On the third screen or so you'll be instructed:

Please enter a semicolon-separated list of recipient domains for which this
 machine should consider itself the final destination. These domains are
 commonly called 'local domains'. The local hostname and 'localhost' are
 always added to the list given here.


Entering buckeyeusd.org here would cause all mail sent to that domain to be
delivered locally.

If that's not want you want, try this:

hostname -f

That should give you your fully qualified domain name.  Supply that instead
of buckeyeusd.org to BackupPC and you should be good.  From your log snippet
it looks like your FQDN is backupserver.oms.local.

-Frank

On Tue, Apr 27, 2010 at 4:25 PM, Eddie Gonzales egonza...@buckeyeusd.orgwrote:

 This is from the Exim4 logs...it looks like it thinks my email is
 Non-Local. How can I change it to local? My mail server and BackupPC  server
 are both inside my networks. Do you think its because I put a domain on my
 backup server and should of left it as workgroup?

 2010-04-27 09:12:02 1O6nOE-000342-2l = 
 backu...@backupserver.oms.localu=backuppc P=local S=671
 2010-04-27 09:12:02 1O6nOE-000342-2l ** egonza...@buckeyeusd.orgr=nonlocal: 
 Mailing to remote domains not supported
 2010-04-27 09:12:02 1O6nOE-000344-70 =  R=1O6nOE-000342-2l U=Debian-exim
 P=local S=1570
 2010-04-27 09:12:02 1O6nOE-000342-2l Completed
 2010-04-27 09:12:02 1O6nOE-000344-70 = administrator
 backu...@backupserver.oms.local R=local_user T=mail_spool
 2010-04-27 09:12:02 1O6nOE-000344-70 Completed
 -Original Message-
 From: Doug Lytle [mailto:supp...@drdos.info]
 Sent: Tuesday, April 27, 2010 10:45 AM
 To: General list for user discussion, questions and support
 Subject: Re: [BackupPC-users] email not working

 Eddie Gonzales wrote:
  Mine does all this without errors but I don't get the email.
 
  BackupServer:/usr/share/backuppc/bin$ ./BackupPC_sendEmail -u
 egonza...@buckeyeusd.org
  Sending test email using /usr/sbin/sendmail -t -f backuppc
  BackupServer:/usr/share/backuppc/bin$
 

 Sendmail or postfix also needs to be installed.

 If one or the other is, then you'll want to check the system logs, I'm
 not familiar enough with Debian, you could probably find them in the
 /var/log or /var/log/mail.

 In my Mandriva setup it shows up at /var/log/mail/info.log

 Apr 27 13:15:12 backuppc postfix/smtp[4513]: 64D61307D78D0:
 to=my.em...@drdos.info, relay=drdos.info[64.xxx.xxx.xxx]:25,
 delay=0.29, delays=0.15/0.05/0.02/0.07, dsn=2.0.0, status=sent (250
 2.0.0 Ok: queued as 88472E071C5B)

 Doug

 --

 Ben Franklin quote:

 Those who would give up Essential Liberty to purchase a little Temporary
 Safety, deserve neither Liberty nor Safety.



 --
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/


 --
 ___
 BackupPC-users mailing list
 BackupPC-users@lists.sourceforge.net
 List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
 Wiki:http://backuppc.wiki.sourceforge.net
 Project: http://backuppc.sourceforge.net/

--
___
BackupPC-users mailing list
BackupPC-users@lists.sourceforge.net
List:https://lists.sourceforge.net/lists/listinfo/backuppc-users
Wiki:http://backuppc.wiki.sourceforge.net
Project: http://backuppc.sourceforge.net/