Re: configuring Checksecurity to email reports to root

2002-01-13 Thread Jacques Lav!gnotte
On Sat, Jan 12, 2002 at 03:59:12AM -0700, Stefan Srdic wrote:
> On January 12, 2002 02:28 pm, Stephen Gran wrote:
> > Thus spake Stefan Srdic:
> > > Hi,

> You might have misunderstood me, my question was, will the checksecurity 
> script that runs from cron e-mail it's report to root if I have exim 
> installed?

Exim doesnt reports anything by itself. 

Only the MUA (mailx, mutt, anymua) can drive a report the right way to you.

All Unix[script/programs] uses to talk to stdout, so a simple prayer like :

/usr/local/cqritytchek | mutt -x -s "Subjec"t [EMAIL PROTECTED]

will send  the report issued by cqritytchek,

no matter you run Exim, Sendmail or Postfix.

 hth,Jacques
-- 

0CBE 3F8A 5A77 A35C 27C7  2D42 3EC5 806B 9178 088D




Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Jacques Lav!gnotte

On Sat, Jan 12, 2002 at 03:59:12AM -0700, Stefan Srdic wrote:
> On January 12, 2002 02:28 pm, Stephen Gran wrote:
> > Thus spake Stefan Srdic:
> > > Hi,

> You might have misunderstood me, my question was, will the checksecurity 
> script that runs from cron e-mail it's report to root if I have exim 
> installed?

Exim doesnt reports anything by itself. 

Only the MUA (mailx, mutt, anymua) can drive a report the right way to you.

All Unix[script/programs] uses to talk to stdout, so a simple prayer like :

/usr/local/cqritytchek | mutt -x -s "Subjec"t [EMAIL PROTECTED]

will send  the report issued by cqritytchek,

no matter you run Exim, Sendmail or Postfix.

 hth,Jacques
-- 

0CBE 3F8A 5A77 A35C 27C7  2D42 3EC5 806B 9178 088D



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stefan Srdic
On January 12, 2002 03:18 pm, Jeremy L. Gaddis wrote:
>
> I've never used checksecurity, but I assume any reports
> it creates will be sent to root.  Assuming you have root
> aliased to a regular user account, that's where the reports
> will end up.
>
> j.
>
> --
> Jeremy L. Gaddis <[EMAIL PROTECTED]>
>

I just tested it and it works!! I wasn't sure that it would, the details 
available warent very specific.

Thanks,

Stef



RE: configuring Checksecurity to email reports to root

2002-01-12 Thread Jeremy L. Gaddis
I've never used checksecurity, but I assume any reports
it creates will be sent to root.  Assuming you have root
aliased to a regular user account, that's where the reports
will end up.

j.

--
Jeremy L. Gaddis <[EMAIL PROTECTED]>

-Original Message-
From: Stefan Srdic [mailto:[EMAIL PROTECTED]
Sent: Saturday, January 12, 2002 5:59 AM
To: Stephen Gran; debian-security@lists.debian.org
Subject: Re: configuring Checksecurity to email reports to root


On January 12, 2002 02:28 pm, Stephen Gran wrote:
> Thus spake Stefan Srdic:
> > Hi,
> >
> > I was going through the Securing Debian HOW-TO and noticed the
section
> > on setuid check (4.11). I would like for the checksecurity script to
> > email root of any changes to the system. Will this work if I have
exim
> > installed?
> >
> > Currently, exim forwards all mail  from root to my day-to-day user.
I
> > would like to be able to read any information that this script would
have
> > for me through kmail :D
> >
> > Has anybody set this up?
> >
> > Stef
>
> I'm fairly sure this is handled by /etc/aliases for exim.  I have
> lines like:
> postmaster: root
> root: steve #Steve being my ordinary account, obviously
> and it works great.  I think this is part of eximconfig, although I
> don't remember exactly.
> HTH,
> Steve

You might have misunderstood me, my question was, will the checksecurity
script that runs from cron e-mail it's report to root if I have exim
installed?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]



Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stephen Gran
Thus spake Stefan Srdic:
> On January 12, 2002 02:28 pm, Stephen Gran wrote:
> > Thus spake Stefan Srdic:
> > > Hi,
> > >
> > >   I was going through the Securing Debian HOW-TO and noticed the section
> > > on setuid check (4.11). I would like for the checksecurity script to
> > > email root of any changes to the system. Will this work if I have exim
> > > installed?
> > >
> > > Currently, exim forwards all mail  from root to my day-to-day user. I
> > > would like to be able to read any information that this script would have
> > > for me through kmail :D
> > >
> > > Has anybody set this up?
> > >
> > > Stef
> >
> > I'm fairly sure this is handled by /etc/aliases for exim.  I have
> > lines like:
> > postmaster: root
> > root: steve #Steve being my ordinary account, obviously
> > and it works great.  I think this is part of eximconfig, although I
> > don't remember exactly.
> > HTH,
> > Steve
> 
> You might have misunderstood me, my question was, will the checksecurity 
> script that runs from cron e-mail it's report to root if I have exim 
> installed?
Yes, in fact I did misunderstand.  Sorry.  I have no knowledge of
checksecurity, so I will back out of this.
Steve


pgpd4FHhVx8HK.pgp
Description: PGP signature


Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stefan Srdic
On January 12, 2002 02:28 pm, Stephen Gran wrote:
> Thus spake Stefan Srdic:
> > Hi,
> >
> > I was going through the Securing Debian HOW-TO and noticed the section
> > on setuid check (4.11). I would like for the checksecurity script to
> > email root of any changes to the system. Will this work if I have exim
> > installed?
> >
> > Currently, exim forwards all mail  from root to my day-to-day user. I
> > would like to be able to read any information that this script would have
> > for me through kmail :D
> >
> > Has anybody set this up?
> >
> > Stef
>
> I'm fairly sure this is handled by /etc/aliases for exim.  I have
> lines like:
> postmaster: root
> root: steve #Steve being my ordinary account, obviously
> and it works great.  I think this is part of eximconfig, although I
> don't remember exactly.
> HTH,
> Steve

You might have misunderstood me, my question was, will the checksecurity 
script that runs from cron e-mail it's report to root if I have exim 
installed?



Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stephen Gran
Thus spake Stefan Srdic:
> 
> Hi,
> 
>   I was going through the Securing Debian HOW-TO and noticed the section 
> on 
> setuid check (4.11). I would like for the checksecurity script to email root 
> of any changes to the system. Will this work if I have exim installed?
> 
> Currently, exim forwards all mail  from root to my day-to-day user. I would 
> like to be able to read any information that this script would have for me 
> through kmail :D
> 
> Has anybody set this up?
> 
> Stef
I'm fairly sure this is handled by /etc/aliases for exim.  I have
lines like:
postmaster: root
root: steve #Steve being my ordinary account, obviously
and it works great.  I think this is part of eximconfig, although I
don't remember exactly.
HTH,
Steve


pgpdkD9BidE4u.pgp
Description: PGP signature


Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stefan Srdic

On January 12, 2002 03:18 pm, Jeremy L. Gaddis wrote:
>
> I've never used checksecurity, but I assume any reports
> it creates will be sent to root.  Assuming you have root
> aliased to a regular user account, that's where the reports
> will end up.
>
> j.
>
> --
> Jeremy L. Gaddis <[EMAIL PROTECTED]>
>

I just tested it and it works!! I wasn't sure that it would, the details 
available warent very specific.

Thanks,

Stef


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




RE: configuring Checksecurity to email reports to root

2002-01-12 Thread Jeremy L. Gaddis

I've never used checksecurity, but I assume any reports
it creates will be sent to root.  Assuming you have root
aliased to a regular user account, that's where the reports
will end up.

j.

--
Jeremy L. Gaddis <[EMAIL PROTECTED]>

-Original Message-
From: Stefan Srdic [mailto:[EMAIL PROTECTED]]
Sent: Saturday, January 12, 2002 5:59 AM
To: Stephen Gran; [EMAIL PROTECTED]
Subject: Re: configuring Checksecurity to email reports to root


On January 12, 2002 02:28 pm, Stephen Gran wrote:
> Thus spake Stefan Srdic:
> > Hi,
> >
> > I was going through the Securing Debian HOW-TO and noticed the
section
> > on setuid check (4.11). I would like for the checksecurity script to
> > email root of any changes to the system. Will this work if I have
exim
> > installed?
> >
> > Currently, exim forwards all mail  from root to my day-to-day user.
I
> > would like to be able to read any information that this script would
have
> > for me through kmail :D
> >
> > Has anybody set this up?
> >
> > Stef
>
> I'm fairly sure this is handled by /etc/aliases for exim.  I have
> lines like:
> postmaster: root
> root: steve #Steve being my ordinary account, obviously
> and it works great.  I think this is part of eximconfig, although I
> don't remember exactly.
> HTH,
> Steve

You might have misunderstood me, my question was, will the checksecurity
script that runs from cron e-mail it's report to root if I have exim
installed?


--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stephen Gran

Thus spake Stefan Srdic:
> On January 12, 2002 02:28 pm, Stephen Gran wrote:
> > Thus spake Stefan Srdic:
> > > Hi,
> > >
> > >   I was going through the Securing Debian HOW-TO and noticed the section
> > > on setuid check (4.11). I would like for the checksecurity script to
> > > email root of any changes to the system. Will this work if I have exim
> > > installed?
> > >
> > > Currently, exim forwards all mail  from root to my day-to-day user. I
> > > would like to be able to read any information that this script would have
> > > for me through kmail :D
> > >
> > > Has anybody set this up?
> > >
> > > Stef
> >
> > I'm fairly sure this is handled by /etc/aliases for exim.  I have
> > lines like:
> > postmaster: root
> > root: steve #Steve being my ordinary account, obviously
> > and it works great.  I think this is part of eximconfig, although I
> > don't remember exactly.
> > HTH,
> > Steve
> 
> You might have misunderstood me, my question was, will the checksecurity 
> script that runs from cron e-mail it's report to root if I have exim 
> installed?
Yes, in fact I did misunderstand.  Sorry.  I have no knowledge of
checksecurity, so I will back out of this.
Steve



msg05179/pgp0.pgp
Description: PGP signature


Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stefan Srdic

On January 12, 2002 02:28 pm, Stephen Gran wrote:
> Thus spake Stefan Srdic:
> > Hi,
> >
> > I was going through the Securing Debian HOW-TO and noticed the section
> > on setuid check (4.11). I would like for the checksecurity script to
> > email root of any changes to the system. Will this work if I have exim
> > installed?
> >
> > Currently, exim forwards all mail  from root to my day-to-day user. I
> > would like to be able to read any information that this script would have
> > for me through kmail :D
> >
> > Has anybody set this up?
> >
> > Stef
>
> I'm fairly sure this is handled by /etc/aliases for exim.  I have
> lines like:
> postmaster: root
> root: steve #Steve being my ordinary account, obviously
> and it works great.  I think this is part of eximconfig, although I
> don't remember exactly.
> HTH,
> Steve

You might have misunderstood me, my question was, will the checksecurity 
script that runs from cron e-mail it's report to root if I have exim 
installed?


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]




Re: configuring Checksecurity to email reports to root

2002-01-12 Thread Stephen Gran

Thus spake Stefan Srdic:
> 
> Hi,
> 
>   I was going through the Securing Debian HOW-TO and noticed the section on 
> setuid check (4.11). I would like for the checksecurity script to email root 
> of any changes to the system. Will this work if I have exim installed?
> 
> Currently, exim forwards all mail  from root to my day-to-day user. I would 
> like to be able to read any information that this script would have for me 
> through kmail :D
> 
> Has anybody set this up?
> 
> Stef
I'm fairly sure this is handled by /etc/aliases for exim.  I have
lines like:
postmaster: root
root: steve #Steve being my ordinary account, obviously
and it works great.  I think this is part of eximconfig, although I
don't remember exactly.
HTH,
Steve



msg05177/pgp0.pgp
Description: PGP signature