setting the root email address

2006-03-05 Thread Steel City Phantom
one of my servers was set up by some guys in china.  i have gotten 
everything figured out save one, somehow they got cron job results to 
email to my business account.  i can't for the life of me figure out how 
they did that.  where in bsd do i set another email address for root?

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: setting the root email address

2006-03-05 Thread Jason C. Wells

Steel City Phantom wrote:
one of my servers was set up by some guys in china.  i have gotten 
everything figured out save one, somehow they got cron job results to 
email to my business account.  i can't for the life of me figure out how 
they did that.  where in bsd do i set another email address for root?


Look in /etc/mail/aliases.  This setting isn't BSD per se.  It's 
sendmail that reads the aliases database.


Later,
Jason C. Wells
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: setting the root email address

2006-03-05 Thread Kövesdán Gábor

Steel City Phantom wrote:

one of my servers was set up by some guys in china.  i have gotten 
everything figured out save one, somehow they got cron job results to 
email to my business account.  i can't for the life of me figure out 
how they did that.  where in bsd do i set another email address for root?


See /etc/aliases, you must find something like this:

root:   yourmail

If you want to change that, you should run newaliases after modifying that.

Regards,

Gabor Kovesdan
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: setting the root email address

2006-03-05 Thread Matthew Seaman
Kövesdán Gábor wrote:
 Steel City Phantom wrote:
 
 one of my servers was set up by some guys in china.  i have gotten
 everything figured out save one, somehow they got cron job results to
 email to my business account.  i can't for the life of me figure out
 how they did that.  where in bsd do i set another email address for root?
 
 See /etc/aliases, you must find something like this:
 
 root:   yourmail
 
 If you want to change that, you should run newaliases after modifying that.

And if it's not set in /etc/mail/aliases, try checking for a /root/.forward 
file.

Cheers,

Matthew


-- 
Dr Matthew J Seaman MA, D.Phil.   7 Priory Courtyard
  Flat 3
PGP: http://www.infracaninophile.co.uk/pgpkey Ramsgate
  Kent, CT11 9PW



signature.asc
Description: OpenPGP digital signature


Re: setting the root email address

2006-03-05 Thread Pete Slagle

Matthew Seaman wrote:

Kövesdán Gábor wrote:

Steel City Phantom wrote:


one of my servers was set up by some guys in china.  i have gotten
everything figured out save one, somehow they got cron job results to
email to my business account.  i can't for the life of me figure out
how they did that.  where in bsd do i set another email address for root?

See /etc/aliases, you must find something like this:

root:   yourmail

If you want to change that, you should run newaliases after modifying that.


And if it's not set in /etc/mail/aliases, try checking for a /root/.forward 
file.


And if you still don't find it, look in /etc/crontab. I have sometimes
seen cron jobs that pipe directly into mail, i.e.,

  foo | mail -sZounds! [EMAIL PROTECTED]

Pete






___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


root email address

2003-12-05 Thread chip . wiegand
where do I set the email address for all messages sent to root? I'd like 
to have those sent to a remote email address.
Thanks
--
Chip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: root email address

2003-12-05 Thread Larry Rosenman


--On Friday, December 05, 2003 14:30:46 -0800 [EMAIL PROTECTED] wrote:

where do I set the email address for all messages sent to root? I'd like
to have those sent to a remote email address.
read the comments in /etc/mail/aliases.

LER

Thanks
--
Chip
___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to
[EMAIL PROTECTED]


--
Larry Rosenman http://www.lerctr.org/~ler
Phone: +1 972-414-9812 E-Mail: [EMAIL PROTECTED]
US Mail: 1905 Steamboat Springs Drive, Garland, TX 75044-6749


pgp0.pgp
Description: PGP signature


Re: root email address

2003-12-05 Thread Rus Foster
On Fri, 5 Dec 2003 [EMAIL PROTECTED] wrote:

 where do I set the email address for all messages sent to root? I'd like
 to have those sent to a remote email address.

Hi,
Edit /etc/aliases and run newaliases

Rsu
-- 
w: http://www.jvps.com  | Virtual Dedicated Servers from $15/mo
e: [EMAIL PROTECTED]| Donations made to Debian, FreeBSD
t: +44 7919 373537  | and Slackware
t: 1-888-327-6330   | email: [EMAIL PROTECTED]


___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]